I have read a lot of solutions to my problem but none helped. I tried clean, rebuild. Reinstalled visual 2010 and change from professional to ultimate. But still I dont know why I have this error.
I am trying to use an external library called iniparser in my C program. I\'m using gcc 4.4. I put the iniparser library in a subdirectory called lib/ header files are in lib/iniparser/src and the li
I\'ve been through th开发者_JAVA百科e similar questions and their answers don\'t seem to apply. Keep getting this error. Works ok with VS6.0
I have created an MFC DLL and have exported the functions for example in the file SerialPort.h: class CSerialPortApp : public CWinApp
I am attempting to use I/O kit and have linked to I/O kit properly. When I use a function in I/O kit and don\'t call it within a static function, I get the following error Undefined symbols for archi
How does one start a Java VM from C? Writing the C code seems to be straigtforward -- I\'ve been following the code that appears on p. 84 of Liang\'s \"The Java Native Interface\". It\'s the linking p
I have this code in my fileType.h. class FileType{ private: School* m_school; string m_fileFormat; const string m_cfgFile;
I have encountered a strange problem while setting up my PC (Win 7 Ultimate 64 CPU AMD/ GPU AMD) for our current Projekt which requires OpenCL.
I have tried really hard but no success. I hope someone can help me get this working. I have two source files.
Please help with the following noob question about C++ and g++ compilation and linking.Essentially I have 2 classes in 2 different files, and can compile them but when I attempt to link, one class can