请问,应该如何再vc++环境下面调用c开发的连接库?
我在VC下面调用C开发的数据裤mysql的连接库,但是编译时候报警,编译完成后的程序不能执行。
现象如下:
Linking...
Creating library Debug/paster.lib and object Debug/paster.exp
paster.exp : warning LNK4070: /OUT:LIBMYSQL.exe directive in .EXP differs from output filename "Debug/paster.exe"; ignoring directive
Debug/paster.exe : warning LNK4086: entrypoint "_WinMainCRTStartup" is not __stdcall with 12 bytes of arguments; image may not run
Creating browse info file...
paster.exe - 0 error(s), 2 warning(s)