typedef void(callback convproc)();是什么意思?编译时没错,生成.exe时出现错误!
我不知道如何能把问题问得专业一些?就是提供的.lib文件添加到project中,如何添加?下述方法对马[un]?[un]project[/un]-settings[un][/un]-[it]link[/it][/un]
这是给我的提示:build your program with the right import library file (FBIAD.LIB, FBIADDC.LIB). If you want to know about the project settings, please contact developer of your development environment. typedef void (CALLBACK CONVPROC)(
WORD wCh,
DWORD dwCount,
LPVOID lpData
);
编译时出现下述错误:
f:\ad\ad installation\samples\vc\adsmpl_cpp\gpcad.h(390) : error C2146: syntax error : missing ')' before identifier 'CONVPROC'
[[it] 本帖最后由 quanerbupt 于 2008-8-14 15:36 编辑 [/it]]