How to get rid of reference?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, How to get rid of reference to MSJAVA.DLL in Visual C++? I am building x64 bit COM object and for some reason the DLL depends on MSJAVA.DLL (which is x86); therefore, I am unable to debug this on runtime. I got this error when turned on "Enabled unmanaged code debugging" in C#:
Error while trying to run project: Unable to start program 'C:\Temp\COM\TestDriver\TestDriver.exe'.
The debugger does not support debugging managed and native code at the same time on this platform.
Anyone know how to remove this reference? I am using Visual Studio 2005. Cheers :)