Check, if cl.exe is included in the environment variable called: PATH
Moonspellwizard
Posts
-
cl.exe -
cl.exeCheck the PATH variable, it might help
-
Database communicationHello! I want to implement simple COM object which will communicate with Oracle database somewhere on internet. It looks rather simple. But I have a possibility to use either C++ or C# technology. As I do not know C# very well: someone can help and put some comments - which technology would be simpler to write/manage ? Or maybe there exists some ready-to-use sample? :-D Thanks for help
-
Database communicationHello! I want to implement simple COM object which will communicate with Oracle database somewhere on internet. It looks rather simple. But I have a possibility to use either C++ or C# technology. As I do not know C# very well: someone can help and put some comments - which technology would be simpler to write/manage ? Or maybe there exists some ready-to-use sample? :-D Thanks for help
-
Database communicationHello! I want to implement simple COM object which will communicate with Oracle database somewhere on internet. It looks rather simple. But I have a possibility to use either C++ or C# technology. As I do not know C# very well: someone can help and put some comments - which technology would be simpler to write/manage ? Or maybe there exists some ready-to-use sample? Thanks for help :-D
-
GetModuleFileName returning blank!Hello! Use _pgmptr or _wpgmptr Hope that helps :)
-
Accessing COM objectsHello! Can I access COM object from java? Thanks