In VS2005, I was using _cdecl calling convention and the project builds without any linker errors. After I change the calling convention to _stdcall while porting the project to VS2008, I get the following error:
error LNK2001: unresolved external symbol _imp_GCBOpen@8.
Configuration Settings>C\C++>Genral>Common Language Runtime support is set to No Common Language Runtime support
I need help regarding any project settings or code changes that need to be done in order to resolve the issue. Any help is appreciated.