Advertisement

Embed mozilla's javascript engine into applicatoin using VC++.net

Started by September 08, 2004 12:28 PM
19 comments, last by Kippesoep 19 years, 11 months ago
Quote: Original post by Anonymous Poster
it appears so by the topic VC++.net


VC++.net is simply the version of the VC compiler (i.e. VC2k2, 2k3 or 2k5). VC++.net allows you to write normal (i.e. unmanaged) code as well as managed, so the subject does not give any information about that.

To swan1981:
Try doing all this in an unmanaged app (you can change the compiler options and remove the "/clr" option).

It sounds like a linking error between your managed app and the unmanaged DLL. (And people ask me why I'm so suspicious of managed C++).
Kippesoep

This topic is closed to new replies.

Advertisement