SourceForge.net wrote:
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

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.

So use vcbuild/SciLexer.dsp. You *will* be able to get new solution and project files, at least for VS 2003... you might find that letting VC6 create a workspace, and then telling the newer VS to do a "Open Solution", and then selecting "Compatible Workspace Files" is the easiest approach. ;)

Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to