dlchnr
unread,Dec 31, 2010, 1:31:16 PM12/31/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scintilla-interest
These days I started to transfer a patch enabling user configurable
explicit fold points (like jEdit's "Configurable Fold Handler")
from SciTE/Scintilla version 2.11 to SciTE/Scintilla version 2.23. I
haven't had problems to compile SciTE/Scintilla with
"Vicual C++ 2008 Express Edition" until SciTE/Scintilla version 2.12,
but after this version I got linker errors first when building
SciTE (version 2.20, version 2.21, version 2.22 and version 2.23), now
when building Scintella (version 2.23) - do I need a full
version of Microsoft Visual Studio to compile the latest version of
ScitTE/Scintilla or can someone give a hint, what I've to do,
building will work without linker errors?
scite223/SciLexer:
.
.
.
LexYAML.cxx
LineMarker.cxx
PerLine.cxx
PlatWin.cxx
PositionCache.cxx
Generating Code...
Compiling...
PropSetSimple.cxx
RESearch.cxx
RunStyles.cxx
ScintillaBase.cxx
ScintillaWin.cxx
Selection.cxx
Style.cxx
StyleContext.cxx
UniConversion.cxx
ViewStyle.cxx
WordList.cxx
XPM.cxx
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
Creating library .\../bin/SciLexer.lib and object .\../bin/
SciLexer.exp
Catalogue.obj : error LNK2001: unresolved external symbol "class
LexerModule lmA68k" (?lmA68k@@3VLexerModule@@A)
.\../bin/SciLexer.dll : fatal error LNK1120: 1 unresolved externals
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.
Build log was saved at "file://H:\P2009\wxWidgets-2.8.9\scite\scintilla
\vcbuild\Debug\BuildLog.htm"
SciLexer - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
==========
scite223/SciTE:
.
.
.
XPM.cxx
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
SciTEWin.obj : error LNK2019: unresolved external symbol
__imp__CloseThemeData@4 referenced in function "protected: virtual
void __thiscall Strip::Destruction(void)" (?Destruction@Strip@@MAEXXZ)
SciTEWin.obj : error LNK2019: unresolved external symbol
__imp__DrawThemeBackground@24 referenced in function "protected:
virtual void __thiscall Strip::Paint(struct HDC__ *)" (?
Paint@Strip@@MAEXPAUHDC__@@@Z)
SciTEWin.obj : error LNK2019: unresolved external symbol
__imp__GetThemePartSize@28 referenced in function "protected: void
__thiscall Strip::SetTheme(void)" (?SetTheme@Strip@@IAEXXZ)
SciTEWin.obj : error LNK2019: unresolved external symbol
__imp__OpenThemeData@8 referenced in function "protected: void
__thiscall Strip::SetTheme(void)" (?SetTheme@Strip@@IAEXXZ)
SciTEWin.obj : error LNK2019: unresolved external symbol
__imp__TransparentBlt@44 referenced in function "protected: virtual
long __thiscall Strip::CustomDraw(struct tagNMHDR *)" (?
CustomDraw@Strip@@MAEJPAUtagNMHDR@@@Z)
SciTEWin.obj : error LNK2019: unresolved external symbol
__imp__GetThemeBackgroundContentRect@24 referenced in function
"protected: virtual long __thiscall Strip::CustomDraw(struct tagNMHDR
*)" (?CustomDraw@Strip@@MAEJPAUtagNMHDR@@@Z)
SciTEWin.obj : error LNK2019: unresolved external symbol
__imp__DrawThemeParentBackground@12 referenced in function "protected:
virtual long __thiscall Strip::CustomDraw(struct tagNMHDR *)" (?
CustomDraw@Strip@@MAEJPAUtagNMHDR@@@Z)
.\Debug/SciTE.exe : fatal error LNK1120: 7 unresolved externals
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.
Build log was saved at "file://h:\P2009\wxWidgets-2.8.9\scite\scite
\vcbuild\Debug\BuildLog.htm"
SciTE - 8 error(s), 2 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped
==========linker error
:dlchnr