Bugs item #1483565, was opened at 2006-05-07 17:32 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1483565&group_id=2439
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Scintilla Group: Bug Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Makefile does not work with MSVC 2005 Express Initial Comment: The /scintilla/win32/scintilla-vc6.mak is not compatible with Microsoft Visual C++ 2005 Express, and the project converter fails to work with it. When running from the command line, Creating library ..\bin\Scintilla.lib and object ..\bin\Scintilla.exp Document.obj : error LNK2019: unresolved external symbol "public: __thiscall Cha rClassify::CharClassify(void)" (??0CharClassify@@[EMAIL PROTECTED]) referenced in function "public: __thiscall Document::Document(void)" (??0Document@@[EMAIL PROTECTED]) Document.obj : error LNK2019: unresolved external symbol "public: void __thiscal l CharClassify::SetDefaultCharClasses(bool)" ([EMAIL PROTECTED] y@@[EMAIL PROTECTED]) referenced in function "public: void __thiscall Document::SetDefaul tCharClasses(bool)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) Document.obj : error LNK2019: unresolved external symbol "public: void __thiscal l CharClassify::SetCharClasses(unsigned char const *,enum CharClassify::cc)" (?S [EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z) referenced in function "public: vo id __thiscall Document::SetCharClasses(unsigned char const *,enum CharClassify:: cc)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@@@Z) ..\bin\Scintilla.dll : fatal error LNK1120: 3 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\l ink.EXE"' : return code '0x460' Stop. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1483565&group_id=2439 _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
