我試圖讓該使用zlib壓縮&解壓縮文件的簡單演示程序,但是當我鏈接的文件,Visual Studio 2010的連接器給了我這個錯誤:使用zlib的使用Visual Studio 2010
Error 2 error LNK1313: ijw/native module detected; cannot link with pure modules
當我試圖改變/ clr:純粹只是/ clr。該程序編譯並運行,但給我一個運行時錯誤: 「應用程序無法正確啓動(0xc000007b)。單擊確定關閉應用程序。」
這是迄今爲止只是在氣球提示獲得的zlib版本我的代碼:
String^ info = gcnew String(reinterpret_cast<const char*>(zlibVersion()));
notify->ShowBalloonTip(20000, "Zlib Version", info, ToolTipIcon::Info);
你能幫助我弄清楚發生了什麼爲zlib,什麼是錯誤。謝謝
非常感謝 – r1cebank 2011-02-02 05:11:43