www.digitalmars.com         C & C++   DMDScript  

c++.idde - Am I right in thinking......

reply "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
Hello

Am I correct in thinking that if I include a path in the include directory
of the idde, that it will also search any folders in that directory as well
or are they seperate include paths ??

The reason I ask is that when trying to compile a wxWindows app, it keeps
complaining that it can find wx/wxprec.h, which is located in libs\wx.

but it just complains that it cant find or open this file, it does exist, as
I have checked, my understanding was that even if it doesnt search
subdirecories the wx/ should be enough anyway to tell it to look in that
dir.

I do not get this problem from command line, and I have doubly checked the
path is correct

any ideas ?

TIA
Aug 20 2003
parent reply Arjan Knepper <arjan ask.me> writes:
Yeric wrote:
 Hello
 
 Am I correct in thinking that if I include a path in the include directory
 of the idde, that it will also search any folders in that directory as well
 or are they seperate include paths ??
No wrong they are seperate paths
 The reason I ask is that when trying to compile a wxWindows app, it keeps
 complaining that it can find wx/wxprec.h, which is located in libs\wx.
wxWindows has the habbit of doing includes like: #include "wx/blahthehah.h" When this file is located in includewxwx, you have to add the include -I<wxwin-path>\include Good Luck Arjan
Aug 20 2003
next sibling parent Arjan Knepper <arjan ask.me> writes:
 wxWindows has the habbit of doing includes like:
 #include "wx/blahthehah.h"
 
 When this file is located in include\wx, you have to add the include 
 -I<wxwin-path>\include
 
 Good Luck
 Arjan
 
Aug 20 2003
prev sibling parent reply "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
 No wrong they are seperate paths
I see thanks :)
 The reason I ask is that when trying to compile a wxWindows app, it
keeps
 complaining that it can find wx/wxprec.h, which is located in libs\wx.
still trying from idde I have basically added all the defines from the makefile to the project. added correct include paths now :) all three files from project, dialogs.cpp, .h, .rc added the include path for wx/wxprec.h imported the shell32 file as well but it is still moaning about missing defines, I basically cut and pasted them from the makefile so they should be ok. Jan says that you have been building wxwindows from idde for ages now, please can you tell me what steps I am missing from above to build wxapps Cheers Yeric
 Good Luck
 Arjan
Aug 20 2003
parent reply "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
Just incase you can help me Arjan, then this is the output from build of
minimal

sc
..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\SAMPLES\MINIMAL\minimal.cpp -m
n -C -WA -S -3 -a8 -c -gf -DWXMSW -D__WIN32__ -D__WIN95__ -D__WXDEBUG__ -IO:
\wxWin\CVS\wxWindows\wxWindows\wxWindows\include -oO:\wxWin\CVS\wxWindows\wx
Windows\wxWindows\d_mars\
rcc -32 -IO:\wxWin\CVS\wxWindows\wxWindows\wxWindows\include -oO:\wxWin\CVS\
wxWindows\wxWindows\wxWindows\d_mars\minimal.res
..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\SAMPLES\MINIMAL\minimal.rc
link /CO /NOI /DE /NOPACKF /XN /NT /ENTRY:WinMainCRTStartup /BAS:4194304
/A:512 /RC   :O:\wxWin\CVS\wxWindows\wxWindows\wxWindows\d_mars\minimal.RES
 minimal.LNK
Error: No Match Found for Export/ENTRY -  : WinMainCRTStartup
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(ap
p)  (1438384): Symbol Undefined _OleUninitialize 0
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(ap
p)  (1438384): Symbol Undefined _OleInitialize 4
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(ap
p)  (1232640): Symbol Undefined _InitCommonControls 0
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(ut
ils)  (1232636): Symbol Undefined _AdjustTokenPrivileges 24
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(ut
ils)  (1232636): Symbol Undefined _LookupPrivilegeValueA 12
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(ut
ils)  (1232640): Symbol Undefined _OpenProcessToken 12
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(ut
ils)  : Symbol Undefined _GetUserNameA 8
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(cm
ndata)  : Symbol Undefined _PrintDlgA 4
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(cm
ndata)  : Symbol Undefined _CommDlgExtendedError 0
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(fo
ntdlg)  (1665868): Symbol Undefined _ChooseFontA 4
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(co
lordlg)  (1232640): Symbol Undefined _ChooseColorA 4
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(st
atbr95)  (1232632): Symbol Undefined _CreateStatusWindowA 16
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(dr
optgt)  (1232632): Symbol Undefined _CoLockObjectExternal 12
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(dr
optgt)  : Symbol Undefined _RevokeDragDrop 4
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(dr
optgt)  (1232636): Symbol Undefined _RegisterDragDrop 8
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(dr
optgt)  : Symbol Undefined _IID_IDropTarget
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(dr
optgt)  : Symbol Undefined _IID_IUnknown
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(sp
inbutt)  : Symbol Undefined _CreateUpDownControl 48
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(cl
ipbrd)  (1232636): Symbol Undefined _ReleaseStgMedium 4
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(cl
ipbrd)  (86): Symbol Undefined _OleGetClipboard 4
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(cl
ipbrd)  (86): Symbol Undefined _OleSetClipboard 4
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(cl
ipbrd)  (1232636): Symbol Undefined _OleFlushClipboard 0
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(im
aglist)  (86): Symbol Undefined _ImageList_Draw 24
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(im
aglist)  (1232632): Symbol Undefined _ImageList_SetBkColor 8
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(im
aglist)  (1232632): Symbol Undefined _ImageList_GetImageCount 4
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(im
aglist)  (1232636): Symbol Undefined _ImageList_Remove 8
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(im
aglist)  (1232632): Symbol Undefined _ImageList_ReplaceIcon 12
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(im
aglist)  (1232636): Symbol Undefined _ImageList_Replace 16
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(im
aglist)  (1232632): Symbol Undefined _ImageList_AddMasked 12
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(im
aglist)  : Symbol Undefined _ImageList_Add 12
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(im
aglist)  (1232632): Symbol Undefined _ImageList_GetIconSize 12
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(im
aglist)  (1232636): Symbol Undefined _ImageList_Destroy 4
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(im
aglist)  (1232636): Symbol Undefined _ImageList_Create 20
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(re
gistry)  : Symbol Undefined _RegCloseKey 4
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(re
gistry)  (1232640): Symbol Undefined _RegOpenKeyExA 20
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(re
gistry)  (1232640): Symbol Undefined _RegEnumKeyA 16
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(re
gistry)  (1232640): Symbol Undefined _RegEnumValueA 32
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(re
gistry)  (1232640): Symbol Undefined _RegSetValueExA 24
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(re
gistry)  (1232636): Symbol Undefined _RegQueryValueExA 24
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(re
gistry)  (1232640): Symbol Undefined _RegDeleteValueA 8
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(re
gistry)  (1232640): Symbol Undefined _RegDeleteKeyA 8
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(re
gistry)  (1232640): Symbol Undefined _RegCreateKeyA 12
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(re
gistry)  (1232636): Symbol Undefined _RegQueryInfoKeyA 48
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(da
taobj)  (1232640): Symbol Undefined _IID_IDataObject
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(da
taobj)  (1232636): Symbol Undefined _IID_IEnumFORMATETC
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(fi
ledlg)  (1232636): Symbol Undefined _GetOpenFileNameA 4
Error:
O:\WXTEST\MIN\..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\LIB\wx_sc.lib(fi
ledlg)  (1232636): Symbol Undefined _GetSaveFileNameA 4
Warning: USE16/USE32 Mismatch : DGROUP
Warning: 32-bit Segments Inappropriate for 16-bit Segmented output
Error: O:\wxWin\CVS\wxWindows\wxWindows\wxWindows\d_mars\minimal.RES
(15146924): Cannot bind 32-bit resources to 16-bit target
Error:
O:\wxWin\CVS\wxWindows\wxWindows\wxWindows\d_mars\minimal.OBJ(minimal)
(1632584): Cannot Reach TARGET from FRAME at Relative 0002BH  from
O:\wxWin\CVS\wxWindows\wxWindows\wxWindows\d_mars\minimal.OBJ(minimal)
(1632584):  Segment _TEXT
O:\wxWin\CVS\wxWindows\wxWindows\wxWindows\d_mars\minimal.OBJ(minimal)
(1632584):  FRAME  = Frame of Group FLAT 0000
O:\wxWin\CVS\wxWindows\wxWindows\wxWindows\d_mars\minimal.OBJ(minimal)
(1632584):  TARGET = External Symbol
?CheckBuildOptions wxAppConsole  SA_NPBD0 Z 0164CH
O:\wxWin\CVS\wxWindows\wxWindows\wxWindows\d_mars\minimal.OBJ(minimal)
(1632584):  FIXUPP Type = 32-bit Conditional JMP
Lines Processed: 179860  Errors: 50  Warnings: 2
Build failed

This is exactly how I have the build set up from idde
Target
Project settings Debug
Platform Windows NT Target Type executable
Uses none selected Character Type Singe Byte
Allow Project To Be Built checked Automatically Parse checked

Build
Compiler =  Char behaviour signed prototyping autoprototype
International Characters None
Defines -DWXMSW -D__WIN32__ -D__WIN95__ -D__WXDEBUG__

Code Generation Generate stack frame selected Target cpu 386 struct
Alignment Quad Word
Header Files No Headers
Memory models flat
Code optimization none
Windows Prolog/Epilog Set EXE defaults, Define _Windows
Output nothing selected
Warnings All
Debug Information Standard
Linker Debug Information, Case Sensitive, Delete EXE/DLL on Error, Export
Case Sensitive Selected
Packing & Map File No Map File
Definitions Name Minimal Dexcription wxWindows Application, Heap Size 4048
Stub WINSTUB.EXE, Stack Size 16000

Segments Code Segment, Execute Read Set
Imports/Exports Blank
Resource Compiler Use Predefined Macros, Generate Warnings, 32 Bit Resources
selected, Default Hex Language 409

Make Use IDDE Make, Track Dependencies Moderate Selected
External Make Use IDDE Make selected
Librarian Greyed Out

Directories
Include wxWindows Include Directory
Library Directories wxWindows Lib Directory
Compiler Output Directory d_mars
Target Output Directory D_mars

Cheers
Yeric
Aug 21 2003
next sibling parent "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
Update figured out that I had forgotten to add the
-D__NT__ and -D_WINDOWS Defines

Ok this is as far as I have evver got building anything with wxWindows in
IDDE but nowit is failing on these errors which appear to be in the wx
headers, now I am pretty sure it is a bad thing to do to edit these files
manually <g> so I guess there must bea way to surpress these errors somehow
from IDDE ??

here are the errors only 5 this time <g>

sc
..\..\WXWIN\CVS\WXWINDOWS\WXWINDOWS\WXWINDOWS\SAMPLES\MINIMAL\minimal.cpp -m
n -C -WA -S -3 -a8 -c -gf -D_WINDOWS -DWXMSW -D__WIN32__ -D__NT__ -D__WIN95_
_ -D__SC__ -D__WXDEBUG__ -IO:\wxWin\CVS\wxWindows\wxWindows\wxWindows\includ
e -IO:\wxWin\CVS\wxWindow
Error: O:\wxWin\CVS\wxWindows\wxWindows\wxWindows\include\wx\msw\dde.h(103):
inline storage class is illegal in this context
Error: O:\wxWin\CVS\wxWindows\wxWindows\wxWindows\include\wx\msw\dde.h(102):
undefined identifier 'm_serviceName'
Error: O:\wxWin\CVS\wxWindows\wxWindows\wxWindows\include\wx\msw\dde.h(108):
'=', ';' or ',' expected
Error: O:\wxWin\CVS\wxWindows\wxWindows\wxWindows\include\wx\msw\dde.h(110):
'm_serviceName' previously declared as something else
O:\wxWin\CVS\wxWindows\wxWindows\wxWindows\include\wx\msw\dde.h(110): It was
declared as: int
O:\wxWin\CVS\wxWindows\wxWindows\wxWindows\include\wx\msw\dde.h(110): It is
now declared: wxString
Fatal Error:
O:\wxWin\CVS\wxWindows\wxWindows\wxWindows\include\wx\msw\dde.h(111): too
many errors
Lines Processed: 90597  Errors: 5  Warnings: 0
Build failed


Any Ideas Please
Yeric
Aug 21 2003
prev sibling parent reply Arjan Knepper <arjan ask.me> writes:
Take a look at http://www.digitalmars.com/~arjan

Good Luck
Arjan
Aug 21 2003
next sibling parent reply "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
"Arjan Knepper" <arjan ask.me> wrote in message
news:bi3j3h$1h02$2 digitaldaemon.com...
 Take a look at http://www.digitalmars.com/~arjan

 Good Luck
 Arjan
Arjan Thanks very much for this, I cant believe I never saw this link before I must be blind, saying that I have not checked the site for a couple of weeks, I have been battling with wxWindows and IDDE and c++ in general, some people think I am mad not to learn C++ first then wxWindows, but my feelings are why cant I do both? <g>, but this has been good for me, I have learnt plenty about the similarities of the idde checkboxes and commandline flags, defines etc. Just one thing, the cvs sources now compile fine with makefiles even examples build ok, I believe Chris Elliot has been working on the makefiles for dmc and wxwindows. One other thing, and this is not meant as a dig or criticism, but will these patch files not break wxWindows ?? I am just curious, as other compilers build without changing source files, however I prefer DMC to others I have used because of raw speed and the debugger is the most complete I have seen for any compiler, apart from it kills IDDE if you are watching variables quit from debugger to IDDE and then try debugger again, but since IDDE is so fast to load it isnt a worry. One last thing and please dont take offence, but are you and Jan the same man ?? It is just I figured Jan might be a short for Arjan ? if you are then thanks for your help as Jan in previous posts. Thanks Yeric

Aug 22 2003
next sibling parent reply Jan Knepper <jan smartsoft.us> writes:
 One last thing and please dont take offence, but are you and Jan the same
 man ?? It is just I figured Jan might be a short for Arjan ? if you are then
 thanks for your help as Jan in previous posts.
 
Arjan is my brother... ManiaC++ Jan Knepper
Aug 22 2003
parent "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
 Arjan is my brother...
I know that now <g>
Aug 22 2003
prev sibling next sibling parent reply Arjan Knepper <arjan ask.me> writes:
Yeric wrote:
 "Arjan Knepper" <arjan ask.me> wrote in message
 news:bi3j3h$1h02$2 digitaldaemon.com...
 
Take a look at http://www.digitalmars.com/~arjan

Good Luck
Arjan
Arjan Thanks very much for this, I cant believe I never saw this link before I must be blind, saying that I have not checked the site for a couple of weeks, I have been battling with wxWindows and IDDE and c++ in general, some people think I am mad not to learn C++ first then wxWindows, but my feelings are why cant I do both? <g>, but this has been good for me, I have learnt plenty about the similarities of the idde checkboxes and commandline flags, defines etc.
The page is there since yesterday evening.
 Just one thing, the cvs sources now compile fine with makefiles even
 examples build ok, I believe Chris Elliot has been working on the makefiles
 for dmc and wxwindows.
Yes he has.
 One other thing, and this is not meant as a dig or criticism, but will these
 patch files not break wxWindows ??
Not as long as you only use them for the 2.4.1 version. I am just curious, as other compilers
 build without changing source files, however I prefer DMC to others I have
No that is bacause there were already lot of #define for those compilers already in the sources to make is wxWindows compile with those compilers. DigitalMars was not supported util shortly.
 used because of raw speed and the debugger is the most complete I have seen
 for any compiler, apart from it kills IDDE if you are watching variables
 quit from debugger to IDDE and then try debugger again, but since IDDE is so
 fast to load it isnt a worry.
<g>
 One last thing and please dont take offence, but are you and Jan the same
 man ?? It is just I figured Jan might be a short for Arjan ? if you are then
 thanks for your help as Jan in previous posts.
No but we are both build from the same "templates". Jan is my elder brother. Arjan
Aug 22 2003
parent "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
 The page is there since yesterday evening.
Well thanks anyway, it is a link that is most welcome and definately needed :)
 One other thing, and this is not meant as a dig or criticism, but will
these
 patch files not break wxWindows ??
Not as long as you only use them for the 2.4.1 version.
Ok Thanks anyway :)
   I am just curious, as other compilers
 build without changing source files, however I prefer DMC to others I
have
 No that is bacause there were already lot of #define for those compilers
 already in the sources to make is wxWindows compile with those
 compilers. DigitalMars was not supported util shortly.

 used because of raw speed and the debugger is the most complete I have
seen
 for any compiler, apart from it kills IDDE if you are watching variables
 quit from debugger to IDDE and then try debugger again, but since IDDE
is so
 fast to load it isnt a worry.
<g>
 One last thing and please dont take offence, but are you and Jan the
same
 man ?? It is just I figured Jan might be a short for Arjan ? if you are
then
 thanks for your help as Jan in previous posts.
No but we are both build from the same "templates". Jan is my elder
brother.
 Arjan
<g> I see, well thank you both for your help it is appreciated Yeric
Aug 22 2003
prev sibling parent reply Jan Knepper <jan smartsoft.us> writes:
 Thanks very much for this, I cant believe I never saw this link before I
 must be blind, saying that I have not checked the site for a couple of
 weeks,
Well, Arjan just put it up today... I created a user page for him (without Walter's permission, so I am sure he will fire me now!) Arjan has done a lot of work on wxWindows for DMC++. Chris Elliot is an other guy that has been working on it, but he would not have gotten as far as he is without Arjan's help.
 I have been battling with wxWindows and IDDE and c++ in general, some
 people think I am mad not to learn C++ first then wxWindows, but my feelings
 are why cant I do both? <g>, but this has been good for me, I have learnt
 plenty about the similarities of the idde checkboxes and commandline flags,
 defines etc.
You can, but you make your life harder... ;-)
 One other thing, and this is not meant as a dig or criticism, but will these
 patch files not break wxWindows ?? I am just curious, as other compilers
 build without changing source files, however I prefer DMC to others I have
 used because of raw speed and the debugger is the most complete I have seen
 for any compiler, apart from it kills IDDE if you are watching variables
 quit from debugger to IDDE and then try debugger again, but since IDDE is so
 fast to load it isnt a worry.
Well, I think Arjan mentions a specific version you should use. Also, other compilers build wxWindows wihout patched because those patches are already integrated into wxWindows when you download it! ManiaC++ Jan Knepper
Aug 22 2003
parent "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
 Well, Arjan just put it up today...
 I created a user page for him (without Walter's permission, so I am sure
 he will fire me now!)
I don't think so <g> he couldn't afford to lose either of you I doubt
 Arjan has done a lot of work on wxWindows for DMC++. Chris Elliot is an
 other guy that has been working on it, but he would not have gotten as
 far as he is without Arjan's help.
Ok I was not aware of this before, this is good though, without people like you and Arjan to help on things like this people would have no hair left after tearing it out so thanks for letting my hair stay on my head for now :)
 You can, but you make your life harder... ;-)
This is true <g>, but I spent a year learning Java, as my tutor convinced me this was the best thing since sliced bread and was going to take the world by storm, and everyone would be using it and all other languages were going to die a horrible death, however I soon became disillusioned with Java, it can be restrictive and can make hard work of a simple task, and it is slow to start up especially over a network . I am now learning C++ off my own back, since colleges over here don't teach C or C++ anymore just Java and VB (Yeuck!!), my tutor promised me at the time that if I learnt Java, C++ would be easy, but I am not finding that at all I have had to unlearn much Java to get grips on C++, but it is worth it I think the principle is similar the syntax and methodology are different beasts the only thing they have in common is that they are both OOP languages and that is where the similarity ends.
 Well, I think Arjan mentions a specific version you should use.
 Also, other compilers build wxWindows without patched because those
 patches are already integrated into wxWindows when you download it!
Yes I understand that now :) Thanks to you both for all your help it is appreciated Yeric
Aug 22 2003
prev sibling parent reply "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
"Arjan Knepper" <arjan ask.me> wrote in message
news:bi3j3h$1h02$2 digitaldaemon.com...
 Take a look at http://www.digitalmars.com/~arjan

 Good Luck
 Arjan
Arjan all works so far when loading the project from \src\msw\dmc_wxmsw.prj It moaned that it could not find two files helpbase.cpp and html.cpp I just excluded those files, and it built fine One thing that it not mentioned on your excellent help page, is that whn compiling zlibs jpeg etc, I had to remove the precompiled headers bit as well to get it to build ok Once again thanks !!
Aug 22 2003
parent reply Arjan Knepper <arjan ask.me> writes:
Yeric wrote:

 "Arjan Knepper" <arjan ask.me> wrote in message
 news:bi3j3h$1h02$2 digitaldaemon.com...
 
Take a look at http://www.digitalmars.com/~arjan

Good Luck
Arjan
Arjan all works so far when loading the project from \src\msw\dmc_wxmsw.prj It moaned that it could not find two files helpbase.cpp and html.cpp I just excluded those files, and it built fine
I have helpbase.cpp in src/common And html.cpp doesn't exist and is not included in the project file. Did you mean http.cpp? That file also resides in src/common
 One thing that it not mentioned on your excellent help page, is that whn
 compiling zlibs jpeg etc, I had to remove the precompiled headers bit as
 well to get it to build ok
OK Thanks, forgot about that, I will add it to the page. Arjan
Aug 22 2003
parent reply "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
"Arjan Knepper" <arjan ask.me> wrote in message
news:bi4q4r$adv$1 digitaldaemon.com...
 Yeric wrote:

 "Arjan Knepper" <arjan ask.me> wrote in message
 news:bi3j3h$1h02$2 digitaldaemon.com...

Take a look at http://www.digitalmars.com/~arjan

Good Luck
Arjan
Arjan all works so far when loading the project from
\src\msw\dmc_wxmsw.prj
 It moaned that it could not find two files helpbase.cpp and html.cpp I
just
 excluded those files, and it built fine
I have helpbase.cpp in src/common And html.cpp doesn't exist and is not included in the project file. Did you mean http.cpp? That file also resides in src/common
Yes I did thanks :) added them and rebuilt library ok no problems and all other libraries ok no problems
 One thing that it not mentioned on your excellent help page, is that
when
 compiling zlibs jpeg etc, I had to remove the precompiled headers bit as
 well to get it to build ok
OK Thanks, forgot about that, I will add it to the page. Arjan
No problem I have got further than ever in my quest to use wxWindows with Digital Mars compiler thanks to you and your Brother. I am however having a few problems now building minimal from samples I am getting lots of symbol undefined errors when building I have checked and triple checked with your settings on the help page these are the errors sorry there are so many, I first thought it might be the wprec.h file being the problem, but this is not the case, it still doesn't build, it is having problems somewhere and I just cant figure where, I added all the extra files you mentioned on the web page to the project including those from the dm\lib\ dir comctl32.lib etc I used the exact same settings as for the dmc_wxmsw.prj except changed the target to executable and also changed the directory paths as per instructions. Thanks so far for all your help, hope you can point me to where I have gone wrong Thanks Yeric sc -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\lib\dmc \release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc -I..\..\include -HF..\ ..\lib\dmc\release\wxprec.SYM -o..\..\lib\dmc\release\wxprec.PCO ..\..\include\wx\wxprec.h sc minimal.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\. .\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc -I..\..\inclu de -odmc\release\minimal.obj rcc -32 -I..\..\lib\dmc -I..\..\include -odmc\release\minimal.res minimal.rc link /NOI /DE /PACKF /XN /NT /ENTRY:WinMainCRTStartup /BAS:4194304 /A:512 /RC :dmc\release\minimal.RES Minimal.LNK Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6800867): Symbol Undefined ?CheckBuildOptions wxAppBase SA_NABVwxBuildOptions Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?wxTopLevelWindows 3VwxWindowList A (wxWindowList wxTopLevelWindows) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?CreateMessageOutput wxAppBase UAEPAVwxMessageOutput XZ (wxMessageOutput *syscall wxAppBase::CreateMessageOutput( Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826915): Symbol Undefined ?SetActive wxAppBase UAEX_NPAVwxWindow Z (void syscall wxAppBase::SetActive(double ,wxWindow *)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (2192792): Symbol Undefined ?FilterEvent wxAppBase UAEHAAVwxEvent Z (int syscall wxAppBase::FilterEvent(wxEvent &)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232580): Symbol Undefined ?ProcessPendingEvents wxAppBase UAEXXZ (void syscall wxAppBase::ProcessPendingEvents(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?OnInitCmdLine wxAppBase UAEXAAVwxCmdLineParser Z (void syscall wxAppBase::OnInitCmdLine(wxCmdLineParser &)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (28540740): Symbol Undefined ?OnCmdLineParsed wxAppBase UAE_NAAVwxCmdLineParser Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (18998280): Symbol Undefined ?OnCmdLineHelp wxAppBase UAE_NAAVwxCmdLineParser Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (18998280): Symbol Undefined ?OnCmdLineError wxAppBase UAE_NAAVwxCmdLineParser Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1): Symbol Undefined ?CreateLogTarget wxAppBase UAEPAVwxLog XZ (wxLog *syscall wxAppBase::CreateLogTarget(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232576): Symbol Undefined ?DoGetClientData wxEvtHandler MBEPAXXZ (void *syscall wxEvtHandler::DoGetClientData(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?OnInitGui wxAppBase UAE_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1): Symbol Undefined ?OnRun wxAppBase UAEHXZ (int syscall wxAppBase::OnRun(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232608): Symbol Undefined ?OnExit wxAppBase UAEHXZ (int syscall wxAppBase::OnExit(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?CreateRefData wxObject MBEPAVwxObjectRefData XZ (wxObjectRefData *syscall wxObject::CreateRefData(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?CloneRefData wxObject MBEPAVwxObjectRefData PBV2 Z (wxObjectRefData *syscall wxObject::CloneRefData(wxObjectRef Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6825628): Symbol Undefined ?ProcessEvent wxEvtHandler UAE_NAAVwxEvent Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?SearchEventTable wxEvtHandler UAE_NAAUwxEventTable AAVwxEvent Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?DoSetClientObject wxEvtHandler MAEXPAVwxClientData Z (void syscall wxEvtHandler::DoSetClientObject(wxClientData Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?DoGetClientObject wxEvtHandler MBEPAVwxClientData XZ (wxClientData *syscall wxEvtHandler::DoGetClientObject(void Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (8206552): Symbol Undefined ?DoSetClientData wxEvtHandler MAEXPAX Z (void syscall wxEvtHandler::DoSetClientData(void *)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232572): Symbol Undefined ?InitWith wxString AAEXPBDII Z (void syscall wxString::InitWith(char const *,unsigned ,unsigned )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232460): Symbol Undefined ??0wxMenuBar QAE XZ (syscall wxMenuBar::wxMenuBar(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1): Symbol Undefined ?SetMenuBar wxFrameBase UAEXPAVwxMenuBar Z (void syscall wxFrameBase::SetMenuBar(wxMenuBar *)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232600): Symbol Undefined ?wxStatusLineNameStr 3PBDB (const char const *wxStatusLineNameStr) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?CreateStatusBar wxFrameBase UAEPAVwxStatusBar HJHABVwxString Z (wxStatusBar *syscall wxFrameBase::CreateStatus Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?SetStatusText wxFrameBase UAEXABVwxString H Z (void syscall wxFrameBase::SetStatusText(wxString const &,int )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (26577892): Symbol Undefined ?DoAppend wxMenu UAE_NPAVwxMenuItem Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (26577892): Symbol Undefined ?DoInsert wxMenu UAE_NIPAVwxMenuItem Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (58): Symbol Undefined ?DoRemove wxMenu UAEPAVwxMenuItem PAV2 Z (wxMenuItem *syscall wxMenu::DoRemove(wxMenuItem *)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?DoDelete wxMenuBase MAE_NPAVwxMenuItem Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?DoDestroy wxMenuBase MAE_NPAVwxMenuItem Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232624): Symbol Undefined ??1wxMenu UAE XZ (syscall wxMenu::~wxMenu(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?sm_classwxMenu wxMenu 2VwxClassInfo A (wxClassInfo wxMenu::sm_classwxMenu) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1448612): Symbol Undefined ?Break wxMenu UAEXXZ (void syscall wxMenu::Break(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?FindItem wxMenuBase UBEHABVwxString Z (int syscall wxMenuBase::FindItem(wxString const &)const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?SetHelpString wxMenuBase UAEXHABVwxString Z (void syscall wxMenuBase::SetHelpString(int ,wxString const &)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?GetHelpString wxMenuBase UBE?AVwxString H Z (wxString syscall wxMenuBase::GetHelpString(int )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (7942676): Symbol Undefined ?SetTitle wxMenu UAEXABVwxString Z (void syscall wxMenu::SetTitle(wxString const &)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (7942676): Symbol Undefined ?Attach wxMenu UAEXPAVwxMenuBarBase Z (void syscall wxMenu::Attach(wxMenuBarBase *)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1448612): Symbol Undefined ?Detach wxMenuBase UAEXXZ (void syscall wxMenuBase::Detach(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetEventTable wxEvtHandler MBEPBUwxEventTable XZ (wxEventTable const *syscall wxEvtHandler::GetEventTable(void ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (28543692): Symbol Undefined ?DoRemove wxMenuBase MAEPAVwxMenuItem PAV2 Z (wxMenuItem *syscall wxMenuBase::DoRemove(wxMenuItem *)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232592): Symbol Undefined ??4wxString QAEAAV0 ABV0 Z (wxString &syscall wxString::=(wxString const &)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (121): Symbol Undefined ?sm_classwxEvtHandler wxEvtHandler 2VwxClassInfo A (wxClassInfo wxEvtHandler::sm_classwxEvtHandler) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?Attach wxMenuBase UAEXPAVwxMenuBarBase Z (void syscall wxMenuBase::Attach(wxMenuBarBase *)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?DoAppend wxMenuBase MAE_NPAVwxMenuItem Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?DoInsert wxMenuBase MAE_NIPAVwxMenuItem Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?Find wxListBase IBEPAVwxNodeBase ABVwxListKey Z (wxNodeBase *syscall wxListBase::Find(wxListKey const &)const Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (8206552): Symbol Undefined ?sm_classwxObject wxObject 2VwxClassInfo A (wxClassInfo wxObject::sm_classwxObject) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ?UnRef wxObject QAEXXZ (void syscall wxObject::UnRef(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?sm_classwxFrame wxFrame 2VwxClassInfo A (wxClassInfo wxFrame::sm_classwxFrame) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ?wxEmptyString 3PBDB (const char const *wxEmptyString) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (27361980): Symbol Undefined ?GetCapture wxWindowBase SAPAVwxWindow XZ (wxWindow *cdecl wxWindowBase::GetCapture(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1448612): Symbol Undefined ?Ref wxObject QAEXABV1 Z (void syscall wxObject::Ref(wxObject const &)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?DoGiveHelp wxFrameBase UAEXABVwxString _N Z (void syscall wxFrameBase::DoGiveHelp(double )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (70): Symbol Undefined ?DetachMenuBar wxFrameBase MAEXXZ (void syscall wxFrameBase::DetachMenuBar(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?AttachMenuBar wxFrame MAEXPAVwxMenuBar Z (void syscall wxFrame::AttachMenuBar(wxMenuBar *)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (26577892): Symbol Undefined ?PositionStatusBar wxFrame UAEXXZ (void syscall wxFrame::PositionStatusBar(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (7942676): Symbol Undefined ?PositionToolBar wxFrame UAEXXZ (void syscall wxFrame::PositionToolBar(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232588): Symbol Undefined ?InternalSetMenuBar wxFrame MAEXXZ (void syscall wxFrame::InternalSetMenuBar(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232580): Symbol Undefined ?GetDefaultIcon wxFrame MBEKXZ (unsigned long syscall wxFrame::GetDefaultIcon(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (7942676): Symbol Undefined ?SendSizeEvent wxFrame UAEXXZ (void syscall wxFrame::SendSizeEvent(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?OnCreateStatusBar wxFrame UAEPAVwxStatusBar HJHABVwxString Z (wxStatusBar *syscall wxFrame::OnCreateStatusBar( Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (8206588): Symbol Undefined ?SetStatusWidths wxFrameBase UAEXHQBH Z (void syscall wxFrameBase::SetStatusWidths(int ,int const *const )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?CreateToolBar wxFrame UAEPAVwxToolBar JHABVwxString Z (wxToolBar *syscall wxFrame::CreateToolBar(long ,int ,wx Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?OnCreateToolBar wxFrameBase UAEPAVwxToolBar JHABVwxString Z (wxToolBar *syscall wxFrameBase::OnCreateToolBar(l Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1438384): Symbol Undefined ?ShowFullScreen wxFrame UAE_N_NJ Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232628): Symbol Undefined ?IsOneOfBars wxFrameBase MBE_NPBVwxWindow Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (63): Symbol Undefined ?MSWWindowProc wxFrame MAEJIIJ Z (long syscall wxFrame::MSWWindowProc(unsigned ,unsigned ,long )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232568): Symbol Undefined ?MSWDefWindowProc wxWindow UAEJIIJ Z (long syscall wxWindow::MSWDefWindowProc(unsigned ,unsigned ,long )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1564784): Symbol Undefined ?MSWShouldPreProcessMessage wxWindow UAE_NPAPAX Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?MSWProcessMessage wxWindow UAE_NPAPAX Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?MSWTranslateMessage wxFrame MAE_NPAPAX Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?MSWDestroyWindow wxWindow UAEXXZ (void syscall wxWindow::MSWDestroyWindow(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?OnCtlColor wxWindow UAEKKKIIIJ Z (unsigned long syscall wxWindow::OnCtlColor(unsigned long ,unsigned long ,unsign Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6800867): Symbol Undefined ?MSWCommand wxWindow UAE_NIG Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?CreateWindowFromHWND wxWindow UAEPAV1 PAV1 K Z (wxWindow *syscall wxWindow::CreateWindowFromHWND(wxWindow *,unsig Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (28546032): Symbol Undefined ?AdoptAttributesFromHWND wxWindow UAEXXZ (void syscall wxWindow::AdoptAttributesFromHWND(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1448612): Symbol Undefined ?SetupColours wxWindow UAEXXZ (void syscall wxWindow::SetupColours(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232484): Symbol Undefined ?MSWOnScroll wxWindow UAE_NHGGK Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232636): Symbol Undefined ?MSWOnNotify wxWindow UAE_NHJPAJ Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232636): Symbol Undefined ?MSWOnDrawItem wxWindow UAE_NHPAPAX Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232632): Symbol Undefined ?MSWOnMeasureItem wxWindow UAE_NHPAPAX Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (58): Symbol Undefined ?DoSetToolTip wxWindow MAEXPAVwxToolTip Z (void syscall wxWindow::DoSetToolTip(wxToolTip *)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?DoPopupMenu wxWindow UAE_NPAVwxMenu HH Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?AdjustForParentClientOrigin wxWindowBase MBEXAAH0H Z (void syscall wxWindowBase::AdjustForParentClientOrigin(int Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (8206552): Symbol Undefined ?DragAcceptFiles wxWindow UAEX_N Z (void syscall wxWindow::DragAcceptFiles(double )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6825327): Symbol Undefined ?LoadNativeDialog wxWindow UAE_NPAV1 ABVwxString Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?LoadNativeDialog wxWindow UAE_NPAV1 AAH Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (27361904): Symbol Undefined ?DoReleaseMouse wxWindow MAEXXZ (void syscall wxWindow::DoReleaseMouse(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?DoGetPosition wxWindow MBEXPAH0 Z (void syscall wxWindow::DoGetPosition(int *,int *)const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (70): Symbol Undefined ?DoGetSize wxWindow MBEXPAH0 Z (void syscall wxWindow::DoGetSize(int *,int *)const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?DoGetClientSize wxFrame MBEXPAH0 Z (void syscall wxFrame::DoGetClientSize(int *,int *)const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232568): Symbol Undefined ?DoGetBestSize wxWindowBase MBE?AVwxSize XZ (wxSize syscall wxWindowBase::DoGetBestSize(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (2192792): Symbol Undefined ?DoSetSize wxWindow MAEXHHHHH Z (void syscall wxWindow::DoSetSize(int ,int ,int ,int ,int )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?DoSetClientSize wxFrame MAEXHH Z (void syscall wxFrame::DoSetClientSize(int ,int )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232580): Symbol Undefined ?DoMoveWindow wxWindow MAEXHHHH Z (void syscall wxWindow::DoMoveWindow(int ,int ,int ,int )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetClientSizeConstraint wxWindowBase UBEXPAH0 Z (void syscall wxWindowBase::GetClientSizeConstraint(int *,int *)c Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetPositionConstraint wxWindowBase UBEXPAH0 Z (void syscall wxWindowBase::GetPositionConstraint(int *,int *)const Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6825628): Symbol Undefined ?Layout wxWindowBase UAE_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetDefaultBorder wxWindowBase MBE?AW4wxBorder XZ (wxBorder syscall wxWindowBase::GetDefaultBorder(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?DoClientToScreen wxTopLevelWindowBase MBEXPAH0 Z (void syscall wxTopLevelWindowBase::DoClientToScreen(int *,int * Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?DoScreenToClient wxTopLevelWindowBase MBEXPAH0 Z (void syscall wxTopLevelWindowBase::DoScreenToClient(int *,int * Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (28547748): Symbol Undefined ?DoHitTest wxWindowBase MBE?AW4wxHitTest HH Z (wxHitTest syscall wxWindowBase::DoHitTest(int ,int )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232588): Symbol Undefined ?DoCaptureMouse wxWindow MAEXXZ (void syscall wxWindow::DoCaptureMouse(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (125): Symbol Undefined ?SetDropTarget wxWindow UAEXPAVwxDropTarget Z (void syscall wxWindow::SetDropTarget(wxDropTarget *)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?SetConstraintSizes wxWindowBase UAEX_N Z (void syscall wxWindowBase::SetConstraintSizes(double )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (26577892): Symbol Undefined ?LayoutPhase1 wxWindowBase UAE_NPAH Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (26577892): Symbol Undefined ?LayoutPhase2 wxWindowBase UAE_NPAH Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?DoPhase wxWindowBase UAE_NH Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?SetSizeConstraint wxWindowBase UAEXHHHH Z (void syscall wxWindowBase::SetSizeConstraint(int ,int ,int ,int )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826915): Symbol Undefined ?MoveConstraint wxWindowBase UAEXHH Z (void syscall wxWindowBase::MoveConstraint(int ,int )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (128): Symbol Undefined ?GetSizeConstraint wxWindowBase UBEXPAH0 Z (void syscall wxWindowBase::GetSizeConstraint(int *,int *)const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ?SetScrollbar wxWindow UAEXHHHH_N Z (void syscall wxWindow::SetScrollbar(double )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232588): Symbol Undefined ?SetScrollPos wxWindow UAEXHH_N Z (void syscall wxWindow::SetScrollPos(double )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232588): Symbol Undefined ?GetScrollPos wxWindow UBEHH Z (int syscall wxWindow::GetScrollPos(int )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232588): Symbol Undefined ?GetScrollThumb wxWindow UBEHH Z (int syscall wxWindow::GetScrollThumb(int )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232588): Symbol Undefined ?GetScrollRange wxWindow UBEHH Z (int syscall wxWindow::GetScrollRange(int )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?ScrollWindow wxWindow UAEXHHPBVwxRect Z (void syscall wxWindow::ScrollWindow(int ,int ,wxRect const *)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (18998280): Symbol Undefined ?ScrollLines wxWindow UAE_NH Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (18998280): Symbol Undefined ?ScrollPages wxWindow UAE_NH Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?Thaw wxWindow UAEXXZ (void syscall wxWindow::Thaw(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (18998280): Symbol Undefined ?SetBackgroundColour wxWindowBase UAE_NABVwxColour Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (18998280): Symbol Undefined ?SetForegroundColour wxWindowBase UAE_NABVwxColour Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (7942676): Symbol Undefined ?SetCursor wxWindow UAE_NABVwxCursor Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1448612): Symbol Undefined ?SetFont wxWindow UAE_NABVwxFont Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?GetCharHeight wxWindow UBEHXZ (int syscall wxWindow::GetCharHeight(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?GetCharWidth wxWindow UBEHXZ (int syscall wxWindow::GetCharWidth(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetTextExtent wxWindow UBEXABVwxString PAH111PBVwxFont Z (void syscall wxWindow::GetTextExtent(wxString const Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232448): Symbol Undefined ?TransferDataToWindow wxWindowBase UAE_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232448): Symbol Undefined ?TransferDataFromWindow wxWindowBase UAE_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (27361904): Symbol Undefined ?InitDialog wxWindowBase UAEXXZ (void syscall wxWindowBase::InitDialog(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (27361904): Symbol Undefined ?WarpPointer wxWindow UAEXHH Z (void syscall wxWindow::WarpPointer(int ,int )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (13378196): Symbol Undefined ?Refresh wxWindow UAEX_NPBVwxRect Z (void syscall wxWindow::Refresh(double ,wxRect const *)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6825327): Symbol Undefined ?Update wxWindow UAEXXZ (void syscall wxWindow::Update(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (113): Symbol Undefined ?Clear wxWindow UAEXXZ (void syscall wxWindow::Clear(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232608): Symbol Undefined ?Freeze wxWindow UAEXXZ (void syscall wxWindow::Freeze(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?MakeModal wxWindowBase UAEX_N Z (void syscall wxWindowBase::MakeModal(double )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (26577892): Symbol Undefined ?SetFocus wxWindow UAEXXZ (void syscall wxWindow::SetFocus(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?SetFocusFromKbd wxWindow UAEXXZ (void syscall wxWindow::SetFocusFromKbd(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (99): Symbol Undefined ?Reparent wxWindow UAE_NPAVwxWindowBase Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?AddChild wxWindowBase UAEXPAV1 Z (void syscall wxWindowBase::AddChild(wxWindowBase *)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232576): Symbol Undefined ?RemoveChild wxWindowBase UAEXPAV1 Z (void syscall wxWindowBase::RemoveChild(wxWindowBase *)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?SetValidator wxWindowBase UAEXABVwxValidator Z (void syscall wxWindowBase::SetValidator(wxValidator const &)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ?Validate wxWindowBase UAE_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?SetSizeHints wxWindowBase UAEXHHHHHH Z (void syscall wxWindowBase::SetSizeHints(int ,int ,int ,int ,int ,int )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?SetVirtualSizeHints wxWindowBase UAEXHHHH Z (void syscall wxWindowBase::SetVirtualSizeHints(int ,int ,int ,int )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetMaxSize wxTopLevelWindowBase UBE?AVwxSize XZ (wxSize syscall wxTopLevelWindowBase::GetMaxSize(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (28549932): Symbol Undefined ?DoSetVirtualSize wxWindowBase UAEXHH Z (void syscall wxWindowBase::DoSetVirtualSize(int ,int )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?DoGetVirtualSize wxWindowBase UBE?AVwxSize XZ (wxSize syscall wxWindowBase::DoGetVirtualSize(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ?Enable wxWindow UAE_N_N Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (27429324): Symbol Undefined ?SetWindowStyleFlag wxWindow UAEXJ Z (void syscall wxWindow::SetWindowStyleFlag(long )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?Destroy wxTopLevelWindowBase UAE_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (55): Symbol Undefined ?SetTitle wxWindow UAEXABVwxString Z (void syscall wxWindow::SetTitle(wxString const &)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (55): Symbol Undefined ?GetTitle wxWindow UBE?AVwxString XZ (wxString syscall wxWindow::GetTitle(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232608): Symbol Undefined ?Raise wxFrame UAEXXZ (void syscall wxFrame::Raise(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232608): Symbol Undefined ?Lower wxWindow UAEXXZ (void syscall wxWindow::Lower(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetClientAreaOrigin wxFrameBase UBE?AVwxPoint XZ (wxPoint syscall wxFrameBase::GetClientAreaOrigin(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (8206552): Symbol Undefined ?Fit wxWindowBase UAEXXZ (void syscall wxWindowBase::Fit(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?FitInside wxWindowBase UAEXXZ (void syscall wxWindowBase::FitInside(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetEventTable wxFrame MBEPBUwxEventTable XZ (wxEventTable const *syscall wxFrame::GetEventTable(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1661256): Symbol Undefined ??0wxEvtHandler QAE XZ (syscall wxEvtHandler::wxEvtHandler(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?Init wxListBase AAEXW4wxKeyType Z (void syscall wxListBase::Init(wxKeyType )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (14074212): Symbol Undefined ?Init wxMenuBase IAEXJ Z (void syscall wxMenuBase::Init(long )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ??0wxBaseArrayPtrVoid QAE XZ (syscall wxBaseArrayPtrVoid::wxBaseArrayPtrVoid(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232612): Symbol Undefined ?Init wxMenu AAEXXZ (void syscall wxMenu::Init(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?New wxMenuItemBase SAPAVwxMenuItem PAVwxMenu HABVwxString 1W4wxItemKind 0 Z (wxMenuItem *cdecl wxMenuItemBase Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232452): Symbol Undefined ?wxFrameNameStr 3PBDB (const char const *wxFrameNameStr) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1232608): Symbol Undefined ??0wxFrameBase QAE XZ (syscall wxFrameBase::wxFrameBase(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?Init wxFrame IAEXXZ (void syscall wxFrame::Init(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?Create wxFrame QAE_NPAVwxWindow HABVwxString ABVwxPoint ABVwxSize J1 Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (27361980): Symbol Undefined ??0wxIcon QAE ABVwxString JHH Z (syscall wxIcon::wxIcon(wxString const &,long ,int ,int )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ??0wxNodeBase QAE PAVwxListBase PAV0 1PAXABVwxListKey Z (syscall wxNodeBase::wxNodeBase(wxListBase *,wxNodeBase Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (18998280): Symbol Undefined ?DeleteData wxwxMenuItemListNode UAEXXZ (void syscall wxwxMenuItemListNode::DeleteData(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ?Printf wxString QAAHPBDZZ (int cdecl wxString::Printf(char const *,...)) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?wxMessageBox YAHABVwxString 0JPAVwxWindow HH Z (int cdecl wxMessageBox(wxString const &,wxString const &,long , Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (27361976): Symbol Undefined ?wxEVT_COMMAND_MENU_SELECTED 3HB (const int wxEVT_COMMAND_MENU_SELECTED) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (6825327): Symbol Undefined ?wxEVT_NULL 3HB (const int wxEVT_NULL) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (2192792): Symbol Undefined ?Close wxWindowBase QAE_N_N Z Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1): Symbol Undefined ??1wxNodeBase UAE XZ (syscall wxNodeBase::~wxNodeBase(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1): Symbol Undefined ??1wxBaseArrayPtrVoid QAE XZ (syscall wxBaseArrayPtrVoid::~wxBaseArrayPtrVoid(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ??1wxMenuBase UAE XZ (syscall wxMenuBase::~wxMenuBase(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ??1wxListBase UAE XZ (syscall wxListBase::~wxListBase(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ??1wxFrame UAE XZ (syscall wxFrame::~wxFrame(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1): Symbol Undefined ??1wxEvtHandler UAE XZ (syscall wxEvtHandler::~wxEvtHandler(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (1448612): Symbol Undefined ??1wxIcon UAE XZ (syscall wxIcon::~wxIcon(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) (85): Symbol Undefined ??1wxFrameBase UAE XZ (syscall wxFrameBase::~wxFrameBase(void )) Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?sm_eventTable wxFrame 1UwxEventTable B (const wxEventTable wxFrame::sm_eventTable) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?Add wxBaseArrayPtrVoid IAEXPBXI Z (void syscall wxBaseArrayPtrVoid::Add(void const *,unsigned )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (2): Symbol Undefined ?wxWinHandleHash 3PAVwxWinHashTable A (wxWinHashTable *wxWinHandleHash) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232592): Symbol Undefined ?wxSetKeyboardHook YAX_N Z (void cdecl wxSetKeyboardHook(double )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232588): Symbol Undefined ?RegisterModules wxModule SAXXZ (void cdecl wxModule::RegisterModules(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (27951988): Symbol Undefined ?InitializeModules wxModule SA_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (52): Symbol Undefined ?wxWndProc YGJPAUHWND__ IIJ Z (long stdcall wxWndProc(HWND__ *,unsigned ,unsigned ,long )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (6825327): Symbol Undefined ?wxhInstance 3PAUHINSTANCE__ A (HINSTANCE__ *wxhInstance) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232596): Symbol Undefined ?wxGetLocale YAPAVwxLocale XZ (wxLocale *cdecl wxGetLocale(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1): Symbol Undefined ?GetString wxLocale QBEPBDPBD0 Z (char const *syscall wxLocale::GetString(char const *,char const *)const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (126): Symbol Undefined ?wxInitializeStockLists YAXXZ (void cdecl wxInitializeStockLists(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232588): Symbol Undefined ?wxInitializeStockObjects YAXXZ (void cdecl wxInitializeStockObjects(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (2194664): Symbol Undefined ?wxLogError YAXPBDZZ (void cdecl wxLogError(char const *,...)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (6825327): Symbol Undefined ?wxBuffer 3PADA (char *wxBuffer) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (50): Symbol Undefined ?InitializeClasses wxClassInfo SAXXZ (void cdecl wxClassInfo::InitializeClasses(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ??0wxCriticalSection QAE XZ (syscall wxCriticalSection::wxCriticalSection(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?wxPendingEventsLocker 3PAVwxCriticalSection A (wxCriticalSection *wxPendingEventsLocker) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (27255040): Symbol Undefined ??0wxColourDatabase QAE H Z (syscall wxColourDatabase::wxColourDatabase(int )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232580): Symbol Undefined ?wxTheColourDatabase 3PAVwxColourDatabase A (wxColourDatabase *wxTheColourDatabase) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232576): Symbol Undefined ?Initialize wxColourDatabase QAEXXZ (void syscall wxColourDatabase::Initialize(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (2194664): Symbol Undefined ??0wxHashTableBase QAE XZ (syscall wxHashTableBase::wxHashTableBase(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?Create wxHashTableBase QAEXW4wxKeyType I Z (void syscall wxHashTableBase::Create(wxKeyType ,unsigned )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (2): Symbol Undefined ?Destroy wxHashTableBase QAEXXZ (void syscall wxHashTableBase::Destroy(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (6826083): Symbol Undefined ?ConvertStringToArgs wxCmdLineParser SA?AVwxArrayString PBD Z (wxArrayString cdecl wxCmdLineParser::ConvertString Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (6826083): Symbol Undefined ?SplitPath wxFileName SAXABVwxString PAV2 11W4wxPathFormat Z (void cdecl wxFileName::SplitPath(wxString const & Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (26472920): Symbol Undefined ?copystring YAPADPBD Z (char *cdecl copystring(char const *)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (23517796): Symbol Undefined ??1wxCriticalSection QAE XZ (syscall wxCriticalSection::~wxCriticalSection(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?wxDefaultValidator 3VwxValidator B (const wxValidator wxDefaultValidator) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232584): Symbol Undefined ?CleanUpClasses wxClassInfo SAXXZ (void cdecl wxClassInfo::CleanUpClasses(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232608): Symbol Undefined ?wxPendingDelete 3VwxList A (wxList wxPendingDelete) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1): Symbol Undefined ?Find wxListBase IBEPAVwxNodeBase PAX Z (wxNodeBase *syscall wxListBase::Find(void *)const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (112): Symbol Undefined ?wxPendingEvents 3PAVwxList A (wxList *wxPendingEvents) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?DontCreateOnDemand wxLog SAXXZ (void cdecl wxLog::DontCreateOnDemand(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ??0wxLogStderr QAE PAU_iobuf Z (syscall wxLogStderr::wxLogStderr(_iobuf *)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232580): Symbol Undefined ?SetActiveTarget wxLog SAPAV1 PAV1 Z (wxLog *cdecl wxLog::SetActiveTarget(wxLog *)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?CleanUpModules wxModule SAXXZ (void cdecl wxModule::CleanUpModules(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (78): Symbol Undefined ?wxDeleteStockObjects YAXXZ (void cdecl wxDeleteStockObjects(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (26472916): Symbol Undefined ?wxDeleteStockLists YAXXZ (void cdecl wxDeleteStockLists(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (26654344): Symbol Undefined ?OnInit wxAppBase UAE_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (23517796): Symbol Undefined ?sm_classwxIdleEvent wxIdleEvent 2VwxClassInfo A (wxClassInfo wxIdleEvent::sm_classwxIdleEvent) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (7942676): Symbol Undefined ?sm_classwxEvent wxEvent 2VwxClassInfo A (wxClassInfo wxEvent::sm_classwxEvent) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (2210440): Symbol Undefined ?wxEVT_IDLE 3HB (const int wxEVT_IDLE) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1): Symbol Undefined ??0wxEvent QAE HH Z (syscall wxEvent::wxEvent(int ,int )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ??0wxEvent IAE ABV0 Z (syscall wxEvent::wxEvent(wxEvent const &)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?Enter wxCriticalSection QAEXXZ (void syscall wxCriticalSection::Enter(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?Leave wxCriticalSection QAEXXZ (void syscall wxCriticalSection::Leave(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1448612): Symbol Undefined ?ms_suspendCount wxLog 0IA (unsigned wxLog::ms_suspendCount) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (96): Symbol Undefined ?GetActiveTarget wxLog SAPAV1 XZ (wxLog *cdecl wxLog::GetActiveTarget(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (2): Symbol Undefined ?wxEVT_END_SESSION 3HB (const int wxEVT_END_SESSION) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?wxEVT_QUERY_END_SESSION 3HB (const int wxEVT_QUERY_END_SESSION) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232596): Symbol Undefined ?sm_first wxClassInfo 2PAV1 A (wxClassInfo *wxClassInfo::sm_first) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ??1wxClassInfo QAE XZ (syscall wxClassInfo::~wxClassInfo(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232592): Symbol Undefined ?wxMutexGuiLeaveOrEnter YAXXZ (void cdecl wxMutexGuiLeaveOrEnter(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232584): Symbol Undefined ?RelayEvent wxToolTip QAEXPAPAX Z (void syscall wxToolTip::RelayEvent(void **)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?wxGetWindowFromHWND YAPAVwxWindow K Z (wxWindow *cdecl wxGetWindowFromHWND(unsigned long )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (26472916): Symbol Undefined ?wxIsWaitingForThread YA_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232632): Symbol Undefined ?wxGuiOwnedByMainThread YA_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ??1wxAppBase UAE XZ (syscall wxAppBase::~wxAppBase(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ??0wxAppBase QAE XZ (syscall wxAppBase::wxAppBase(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (26472920): Symbol Undefined ??1wxArrayString QAE XZ (syscall wxArrayString::~wxArrayString(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1): Symbol Undefined ?sm_eventTable wxEvtHandler 1UwxEventTable B (const wxEventTable wxEvtHandler::sm_eventTable) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (2): Symbol Undefined _wxGetInstance Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (15146924): Symbol Undefined ?sm_classwxModule wxModule 2VwxClassInfo A (wxClassInfo wxModule::sm_classwxModule) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (15146924): Symbol Undefined ?SubclassWin wxWindow QAEXK Z (void syscall wxWindow::SubclassWin(unsigned long )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (7942676): Symbol Undefined ?wxLogSysError YAXPBDZZ (void cdecl wxLogSysError(char const *,...)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (1232588): Symbol Undefined ?MSWGetCreateWindowCoords wxWindow QBE_NABVwxPoint ABVwxSize AAH222 Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (1232588): Symbol Undefined ?wxGetDisplaySize YA?AVwxSize XZ (wxSize cdecl wxGetDisplaySize(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (6825327): Symbol Undefined ?LoadFile wxIcon UAE_NABVwxString JHH Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (26654256): Symbol Undefined ?sm_classwxIcon wxIcon 2VwxClassInfo A (wxClassInfo wxIcon::sm_classwxIcon) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) : Symbol Undefined ?sm_classwxGDIObject wxGDIObject 2VwxClassInfo A (wxClassInfo wxGDIObject::sm_classwxGDIObject) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (1232588): Symbol Undefined ?Free wxIconRefData UAEXXZ (void syscall wxIconRefData::Free(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (6826083): Symbol Undefined ?sm_classwxActivateEvent wxActivateEvent 2VwxClassInfo A (wxClassInfo wxActivateEvent::sm_classwxActivateEvent) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (1663896): Symbol Undefined ?sm_classwxSizeEvent wxSizeEvent 2VwxClassInfo A (wxClassInfo wxSizeEvent::sm_classwxSizeEvent) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (1450404): Symbol Undefined ?wxEVT_SIZE 3HB (const int wxEVT_SIZE) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (56): Symbol Undefined ?AddIcon wxIconBundle QAEXABVwxIcon Z (void syscall wxIconBundle::AddIcon(wxIcon const &)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (27212828): Symbol Undefined ?DeleteIcons wxIconBundle AAEXXZ (void syscall wxIconBundle::DeleteIcons(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) : Symbol Undefined ??4wxIconBundle QAEABV0 ABV0 Z (wxIconBundle const &syscall wxIconBundle::=(wxIconBundle const &)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (1450404): Symbol Undefined ?wxSetFocusToChild YA_NPAVwxWindow PAPAV1 Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (2): Symbol Undefined ?FindFocus wxWindowBase SAPAVwxWindow XZ (wxWindow *cdecl wxWindowBase::FindFocus(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) : Symbol Undefined ?DeleteData wxWindowListNode UAEXXZ (void syscall wxWindowListNode::DeleteData(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (26315312): Symbol Undefined ?wxEVT_ACTIVATE 3HB (const int wxEVT_ACTIVATE) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (6826083): Symbol Undefined ?GetIcon wxIconBundle QBEABVwxIcon ABVwxSize Z (wxIcon const &syscall wxIconBundle::GetIcon(wxSize const &)cons Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (8206552): Symbol Undefined ??1wxIconArray QAE XZ (syscall wxIconArray::~wxIconArray(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (83): Symbol Undefined ?Show wxWindowBase UAE_N_N Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (1438384): Symbol Undefined ?MSWGetStyle wxWindow UBEKJPAK Z (unsigned long syscall wxWindow::MSWGetStyle(long ,unsigned long *)const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (6826083): Symbol Undefined ?sm_eventTable wxTopLevelWindowBase 1UwxEventTable B (const wxEventTable wxTopLevelWindowBase::sm_eventTable) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (15146924): Symbol Undefined ?Create wxBitmapHandler UAE_NPAVwxGDIImage PAXJHHH Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (1232600): Symbol Undefined ?Load wxBitmapHandler UAE_NPAVwxGDIImage ABVwxString JHH Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (1232600): Symbol Undefined ?Save wxBitmapHandler UAE_NPAVwxGDIImage ABVwxString H Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) : Symbol Undefined ?Create wxBitmapHandler UAE_NPAVwxBitmap PAXJHHH Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) : Symbol Undefined ?wxSaveBitmap YA_NPADPAVwxBitmap PAVwxPalette Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (1232604): Symbol Undefined ?wxLoadIntoBitmap YA_NPADPAVwxBitmap PAPAVwxPalette Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (1): Symbol Undefined ?SetPalette wxBitmap QAEXABVwxPalette Z (void syscall wxBitmap::SetPalette(wxPalette const &)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (6825327): Symbol Undefined ?LoadFile wxBitmapHandler UAE_NPAVwxBitmap ABVwxString JHH Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) : Symbol Undefined ?SaveFile wxBitmapHandler UAE_NPAVwxBitmap ABVwxString HPBVwxPalette Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (6826083): Symbol Undefined ?sm_classwxBitmapHandler wxBitmapHandler 2VwxClassInfo A (wxClassInfo wxBitmapHandler::sm_classwxBitmapHandler) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (6826915): Symbol Undefined ?Append wxListBase IAEPAVwxNodeBase PAX Z (wxNodeBase *syscall wxListBase::Append(void *)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) : Symbol Undefined ?AfterLast wxString QBE?AV1 D Z (wxString syscall wxString::AfterLast(char )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) : Symbol Undefined ?BeforeLast wxString QBE?AV1 D Z (wxString syscall wxString::BeforeLast(char )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (83): Symbol Undefined ?sm_classwxList wxList 2VwxClassInfo A (wxClassInfo wxList::sm_classwxList) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) : Symbol Undefined ?DeleteData wxObjectListNode UAEXXZ (void syscall wxObjectListNode::DeleteData(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (26315312): Symbol Undefined ?wxNullBitmap 3VwxBitmap A (wxBitmap wxNullBitmap) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232460): Symbol Undefined ?wxNullBrush 3VwxBrush A (wxBrush wxNullBrush) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ??4wxBrush QAEAAV0 ABV0 Z (wxBrush &syscall wxBrush::=(wxBrush const &)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6825327): Symbol Undefined ?wxNullPen 3VwxPen A (wxPen wxNullPen) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1): Symbol Undefined ?wxNullPalette 3VwxPalette A (wxPalette wxNullPalette) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (27211928): Symbol Undefined ?wxNullFont 3VwxFont A (wxFont wxNullFont) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (26646140): Symbol Undefined ??4wxFont QAEAAV0 ABV0 Z (wxFont &syscall wxFont::=(wxFont const &)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232588): Symbol Undefined ??4wxColour QAEAAV0 ABV0 Z (wxColour &syscall wxColour::=(wxColour const &)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1): Symbol Undefined ?Set wxColour QAEXEEE Z (void syscall wxColour::Set(unsigned char ,unsigned char ,unsigned char )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1448612): Symbol Undefined ?GetHRGN wxRegion QBEKXZ (unsigned long syscall wxRegion::GetHRGN(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232608): Symbol Undefined ?wxNullColour 3VwxColour A (wxColour wxNullColour) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1): Symbol Undefined ?GetStipple wxBrush QBEPAVwxBitmap XZ (wxBitmap *syscall wxBrush::GetStipple(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (7942676): Symbol Undefined ?GetHFONT wxFont QBEKXZ (unsigned long syscall wxFont::GetHFONT(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?DrawLabel wxDCBase UAEXABVwxString ABVwxBitmap ABVwxRect HHPAV4 Z (void syscall wxDCBase::DrawLabel(wxString Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?GetMultiLineTextExtent wxDCBase UAEXABVwxString PAH11PAVwxFont Z (void syscall wxDCBase::GetMultiLineTextExten Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (27255040): Symbol Undefined ?DoDrawSpline wxDCBase MAEXPAVwxList Z (void syscall wxDCBase::DoDrawSpline(wxList *)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (23517796): Symbol Undefined ?sm_classwxDCBase wxDCBase 2VwxClassInfo A (wxClassInfo wxDCBase::sm_classwxDCBase) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (27255044): Symbol Undefined ?DoDrawCheckMark wxDCBase MAEXHHHH Z (void syscall wxDCBase::DoDrawCheckMark(int ,int ,int ,int )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1450404): Symbol Undefined ??0wxPen QAE XZ (syscall wxPen::wxPen(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232612): Symbol Undefined ??0wxBrush QAE XZ (syscall wxBrush::wxBrush(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1): Symbol Undefined ?wxTRANSPARENT_BRUSH 3PAVwxBrush A (wxBrush *wxTRANSPARENT_BRUSH) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (2): Symbol Undefined ?wxBLACK 3PAVwxColour A (wxColour *wxBLACK) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ??0wxColour QAE ABV0 Z (syscall wxColour::wxColour(wxColour const &)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232616): Symbol Undefined ?wxWHITE 3PAVwxColour A (wxColour *wxWHITE) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ??0wxPalette QAE XZ (syscall wxPalette::wxPalette(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232604): Symbol Undefined ?Init wxBitmap IAEXXZ (void syscall wxBitmap::Init(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232628): Symbol Undefined ?Create wxBitmap UAE_NPAXJHHH Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6825327): Symbol Undefined ?Create wxBitmap UAE_NHHH Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?LoadFile wxBitmap UAE_NABVwxString J Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?SaveFile wxBitmap UAE_NABVwxString HPBVwxPalette Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?sm_classwxBitmap wxBitmap 2VwxClassInfo A (wxClassInfo wxBitmap::sm_classwxBitmap) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1): Symbol Undefined ?sm_classwxBrush wxBrush 2VwxClassInfo A (wxClassInfo wxBrush::sm_classwxBrush) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?CreateRefData wxBrush MBEPAVwxObjectRefData XZ (wxObjectRefData *syscall wxBrush::CreateRefData(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?CloneRefData wxBrush MBEPAVwxObjectRefData PBV2 Z (wxObjectRefData *syscall wxBrush::CloneRefData(wxObjectRefDa Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826644): Symbol Undefined ?GetResourceHandle wxBrush UBEKXZ (unsigned long syscall wxBrush::GetResourceHandle(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?SetColour wxBrush UAEXEEE Z (void syscall wxBrush::SetColour(unsigned char ,unsigned char ,unsigned char )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (7942676): Symbol Undefined ?SetColour wxBrush UAEXABVwxColour Z (void syscall wxBrush::SetColour(wxColour const &)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232596): Symbol Undefined ?SetStyle wxBrush UAEXH Z (void syscall wxBrush::SetStyle(int )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?SetStipple wxBrush UAEXABVwxBitmap Z (void syscall wxBrush::SetStipple(wxBitmap const &)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (111): Symbol Undefined ?Init wxFont IAEXXZ (void syscall wxFont::Init(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232600): Symbol Undefined ?SetWeight wxFont UAEXH Z (void syscall wxFont::SetWeight(int )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?SetFaceName wxFont UAEXABVwxString Z (void syscall wxFont::SetFaceName(wxString const &)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (7942676): Symbol Undefined ?SetUnderlined wxFont UAEX_N Z (void syscall wxFont::SetUnderlined(double )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?SetEncoding wxFont UAEXW4wxFontEncoding Z (void syscall wxFont::SetEncoding(wxFontEncoding )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?SetNativeFontInfo wxFont UAEXABUwxNativeFontInfo Z (void syscall wxFont::SetNativeFontInfo(wxNativeFontInfo con Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (27257428): Symbol Undefined ?sm_classwxFont wxFont 2VwxClassInfo A (wxClassInfo wxFont::sm_classwxFont) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (27951988): Symbol Undefined ?GetUnderlined wxFont UBE_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1438384): Symbol Undefined ?GetFaceName wxFont UBE?AVwxString XZ (wxString syscall wxFont::GetFaceName(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?GetEncoding wxFont UBE?AW4wxFontEncoding XZ (wxFontEncoding syscall wxFont::GetEncoding(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?GetNativeFontInfo wxFont UBEPAUwxNativeFontInfo XZ (wxNativeFontInfo *syscall wxFont::GetNativeFontInfo(void )co Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (26646136): Symbol Undefined ?IsFixedWidth wxFont UBE_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?SetPointSize wxFont UAEXH Z (void syscall wxFont::SetPointSize(int )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (77): Symbol Undefined ?SetFamily wxFont UAEXH Z (void syscall wxFont::SetFamily(int )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (77): Symbol Undefined ?SetStyle wxFont UAEXH Z (void syscall wxFont::SetStyle(int )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6825327): Symbol Undefined ?RealizeResource wxFont UAE_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6825327): Symbol Undefined ?FreeResource wxFont UAE_N_N Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?IsFree wxFont UBE_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (23517796): Symbol Undefined ?GetResourceHandle wxFont UBEKXZ (unsigned long syscall wxFont::GetResourceHandle(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1448612): Symbol Undefined ?GetPointSize wxFont UBEHXZ (int syscall wxFont::GetPointSize(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?GetFamily wxFont UBEHXZ (int syscall wxFont::GetFamily(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?GetStyle wxFont UBEHXZ (int syscall wxFont::GetStyle(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?GetWeight wxFont UBEHXZ (int syscall wxFont::GetWeight(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?GetNativeFontInfo wxFontBase UBEPAUwxNativeFontInfo XZ (wxNativeFontInfo *syscall wxFontBase::GetNativeFontInfo( Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6795905): Symbol Undefined ?IsFixedWidth wxFontBase UBE_NXZ Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?SetNativeFontInfo wxFontBase UAEXABUwxNativeFontInfo Z (void syscall wxFontBase::SetNativeFontInfo(wxNativeFont Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (8206552): Symbol Undefined ??0wxBitmapRefData QAE XZ (syscall wxBitmapRefData::wxBitmapRefData(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?GetStyle wxBrush QBEHXZ (int syscall wxBrush::GetStyle(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?sm_classwxMemoryDC wxMemoryDC 2VwxClassInfo A (wxClassInfo wxMemoryDC::sm_classwxMemoryDC) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?DoDrawRectangle wxMemoryDC MAEXHHHH Z (void syscall wxMemoryDC::DoDrawRectangle(int ,int ,int ,int )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (7942676): Symbol Undefined ?DoGetSize wxMemoryDC MBEXPAH0 Z (void syscall wxMemoryDC::DoGetSize(int *,int *)const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (120): Symbol Undefined ?SelectObject wxMemoryDC UAEXABVwxBitmap Z (void syscall wxMemoryDC::SelectObject(wxBitmap const &)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232448): Symbol Undefined ??0wxMemoryDC QAE XZ (syscall wxMemoryDC::wxMemoryDC(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (2): Symbol Undefined ?GetOptionInt wxSystemOptions SAHABVwxString Z (int cdecl wxSystemOptions::GetOptionInt(wxString const &)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1564784): Symbol Undefined ?wxSWISS_FONT 3PAVwxFont A (wxFont *wxSWISS_FONT) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?GetAncestorWithCustomPalette wxWindowBase QBEPAVwxWindow XZ (wxWindow *syscall wxWindowBase::GetAncestorWithCust Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (27255044): Symbol Undefined ?FreeResource wxPalette UAE_N_N Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (51): Symbol Undefined ?sm_classwxPalette wxPalette 2VwxClassInfo A (wxClassInfo wxPalette::sm_classwxPalette) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (51): Symbol Undefined ?sm_classwxWindow wxWindow 2VwxClassInfo A (wxClassInfo wxWindow::sm_classwxWindow) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (2210440): Symbol Undefined ?IsKindOf wxObject QBE_NPAVwxClassInfo Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?GetColour wxBrush QBE?AVwxColour XZ (wxColour syscall wxBrush::GetColour(void )const ) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (2): Symbol Undefined ?Clear wxListBase QAEXXZ (void syscall wxListBase::Clear(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ??1wxColour UAE XZ (syscall wxColour::~wxColour(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232604): Symbol Undefined ??1wxPalette UAE XZ (syscall wxPalette::~wxPalette(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232604): Symbol Undefined ??1wxFontBase UAE XZ (syscall wxFontBase::~wxFontBase(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (27211928): Symbol Undefined ??1wxFont UAE XZ (syscall wxFont::~wxFont(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232608): Symbol Undefined ??1wxBitmap UAE XZ (syscall wxBitmap::~wxBitmap(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232612): Symbol Undefined ??1wxBrush UAE XZ (syscall wxBrush::~wxBrush(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ??1wxPen UAE XZ (syscall wxPen::~wxPen(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) : Symbol Undefined ??4wxString QAEAAV0 PBD Z (wxString &syscall wxString::=(char const *)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (1232584): Symbol Undefined ?GetWriteBuf wxString QAEPADI Z (char *syscall wxString::GetWriteBuf(unsigned )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (1232588): Symbol Undefined ?UngetWriteBuf wxString QAEXXZ (void syscall wxString::UngetWriteBuf(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (1): Symbol Undefined ?wxSplitPath YAXPBDPAVwxString 11 Z (void cdecl wxSplitPath(char const *,wxString *,wxString *,wxString *)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (23517796): Symbol Undefined ?ConcatSelf wxString AAE_NHPBD Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (2): Symbol Undefined ?Truncate wxString QAEAAV1 I Z (wxString &syscall wxString::Truncate(unsigned )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (1232656): Symbol Undefined ?wxExecute YAJABVwxString HPAVwxProcess Z (long cdecl wxExecute(wxString const &,int ,wxProcess *)) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (2): Symbol Undefined ?Start wxTimer UAE_NH_N Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (1): Symbol Undefined ?Stop wxTimer UAEXXZ (void syscall wxTimer::Stop(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (1): Symbol Undefined ?sm_classwxTimer wxTimer 2VwxClassInfo A (wxClassInfo wxTimer::sm_classwxTimer) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (2): Symbol Undefined ?Init wxTimer IAEXXZ (void syscall wxTimer::Init(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) : Symbol Undefined ?Notify wxTimerBase UAEXXZ (void syscall wxTimerBase::Notify(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (26654252): Symbol Undefined ?Start wxTimerBase UAE_NH_N Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (2): Symbol Undefined ?wxGetNativeFontEncoding YA_NW4wxFontEncoding PAUwxNativeEncodingInfo Z Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (2): Symbol Undefined ?Get wxFontMapper SAPAV1 XZ (wxFontMapper *cdecl wxFontMapper::Get(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (2206004): Symbol Undefined ??1wxTimerBase UAE XZ (syscall wxTimerBase::~wxTimerBase(void )) Error: O:\wxWindows_2_4_1\samples\minimal\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (2206004): Symbol Undefined ??1wxTimer UAE XZ (syscall wxTimer::~wxTimer(void )) Error: O:\DM\BIN\..\lib\SNN.lib(winstart) (1232552): Symbol Undefined _WinMain 16 Lines Processed: 173862 Errors: 396 Warnings: 0 Build failed

Aug 22 2003
parent reply Arjan Knepper <arjan ask.me> writes:
 dm\lib\ dir comctl32.lib etc
 
 I used the exact same settings as for the dmc_wxmsw.prj except changed the
 target to executable and also changed the directory paths as per
 instructions.
 
 Thanks so far for all your help, hope you can point me to where I have gone
 wrong
 Thanks
 Yeric
 
 sc -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\lib\dmc
 \release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc -I..\..\include -HF..\
 ..\lib\dmc\release\wxprec.SYM -o..\..\lib\dmc\release\wxprec.PCO
 ..\..\include\wx\wxprec.h
 sc
 minimal.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.
 .\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc -I..\..\inclu
 de -odmc\release\minimal.obj
 rcc -32 -I..\..\lib\dmc -I..\..\include -odmc\release\minimal.res minimal.rc
 link /NOI /DE /PACKF /XN /NT /ENTRY:WinMainCRTStartup /BAS:4194304 /A:512
 /RC   :dmc\release\minimal.RES  Minimal.LNK
 Error: O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal)
 (6800867): Symbol Undefined
 ?CheckBuildOptions wxAppBase  SA_NABVwxBuildOptions   Z
 
Are you sure the O:\wxWindows_2_4_1\lib\dmc\release\dmc_wxmsw.lib file is included in the project? Arjan
Aug 22 2003
next sibling parent reply "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
"Arjan Knepper" <arjan ask.me> wrote in message
news:bi50c2$jrv$1 digitaldaemon.com...
 dm\lib\ dir comctl32.lib etc

 I used the exact same settings as for the dmc_wxmsw.prj except changed
the
 target to executable and also changed the directory paths as per
 instructions.

 Thanks so far for all your help, hope you can point me to where I have
gone
 wrong
 Thanks
 Yeric
sc -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\lib\dmc

\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc -I..\..\include -HF..\
 ..\lib\dmc\release\wxprec.SYM -o..\..\lib\dmc\release\wxprec.PCO
 ..\..\include\wx\wxprec.h
 sc
minimal.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.

.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc -I..\..\inclu
 de -odmc\release\minimal.obj
 rcc -32 -I..\..\lib\dmc -I..\..\include -odmc\release\minimal.res
minimal.rc
 link /NOI /DE /PACKF /XN /NT /ENTRY:WinMainCRTStartup /BAS:4194304
/A:512
 /RC   :dmc\release\minimal.RES  Minimal.LNK
 Error:
O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal)
 (6800867): Symbol Undefined
 ?CheckBuildOptions wxAppBase  SA_NABVwxBuildOptions   Z
Are you sure the O:\wxWindows_2_4_1\lib\dmc\release\dmc_wxmsw.lib file is included in the project? Arjan
Yes for sure, however looking at the lib it is only 575kb I thought it migh be larger than that at least a few mb. does this size comapre to the one you are using ?? Thanks Yeric
Aug 22 2003
parent reply "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
"> > Are you sure the O:\wxWindows_2_4_1\lib\dmc\release\dmc_wxmsw.lib file
 is included in the project?
Hi Arjan, I just wiped wxWindows reinstalled recopied patches and recompiled everything This time dmc_wxmsw.LIb is even smaller 268kb However I still cant get minimal to compile under idde, it still complains about undefined symbols <see below message for output > I assume when you say added to project, you meant as in physically via the same way as adding .cpp and .h files to a project ?? I have fiddled some more, like switching off smartlinking, which just generates more errors, remving the defines, unchecking the box export case sensitive, and switching between export uppercase and export case sensitive, alas no luck so far, I understand to a degree what the errors mean, the linker cant find these references to link the .cpp files to, what I do not get is why this is a list of iles in my project window minimal.cpp minimal.def ADVAPI32.LIB COMCTL32.LIB COMDLG32.LIB dmc_jpeg.LIB dmc_png.LIB dmc_regex.LIB dmc_tiff.LIB dmc_wxmsw.LIB dmc_zlib.LIB OLE32.LIB SHELL32.LIB UUID.LIB WS2_32.LIB minimal.rc Well nearly there now, just not quite, must be missing something somewhere, just dont know where Thanks Yeric sc -cpp -Ae -Ar -mn -o+time -WA -ff -3 -a8 -Nc -c -H -HD..\..\lib\dmc\releas e -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc -I..\..\include -HF..\..\lib\ dmc\release\wxprec.SYM -o..\..\lib\dmc\release\wxprec.PCO ..\..\include\wx\wxprec.h sc minimal.cpp -cpp -Ae -Ar -mn -o+time -WA -ff -3 -a8 -Nc -c -H -HD..\..\lib\d mc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc -I..\..\include -odm c\release\minimal.obj rcc -32 -I..\..\lib\dmc -I..\..\include -odmc\release\minimal.res minimal.rc link /NOI /DE /PACKF /XN /NT /ENTRY:WinMainCRTStartup /BAS:4194304 /A:512 /RC :dmc\release\minimal.RES Minimal.LNK Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?CheckBuildOptions wxAppBase SA_NABVwxBuildOptions Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?wxTopLevelWindows 3VwxWindowList A (wxWindowList wxTopLevelWindows) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?CreateMessageOutput wxAppBase UAEPAVwxMessageOutput XZ (wxMessageOutput *syscall wxAppBase::CreateMessageOutput( Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826915): Symbol Undefined ?SetActive wxAppBase UAEX_NPAVwxWindow Z (void syscall wxAppBase::SetActive(double ,wxWindow *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1541796): Symbol Undefined ?FilterEvent wxAppBase UAEHAAVwxEvent Z (int syscall wxAppBase::FilterEvent(wxEvent &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232580): Symbol Undefined ?ProcessPendingEvents wxAppBase UAEXXZ (void syscall wxAppBase::ProcessPendingEvents(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?OnInitCmdLine wxAppBase UAEXAAVwxCmdLineParser Z (void syscall wxAppBase::OnInitCmdLine(wxCmdLineParser &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (28694828): Symbol Undefined ?OnCmdLineParsed wxAppBase UAE_NAAVwxCmdLineParser Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (18994644): Symbol Undefined ?OnCmdLineHelp wxAppBase UAE_NAAVwxCmdLineParser Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (18994644): Symbol Undefined ?OnCmdLineError wxAppBase UAE_NAAVwxCmdLineParser Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1): Symbol Undefined ?CreateLogTarget wxAppBase UAEPAVwxLog XZ (wxLog *syscall wxAppBase::CreateLogTarget(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232576): Symbol Undefined ?DoGetClientData wxEvtHandler MBEPAXXZ (void *syscall wxEvtHandler::DoGetClientData(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?OnInitGui wxAppBase UAE_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1): Symbol Undefined ?OnRun wxAppBase UAEHXZ (int syscall wxAppBase::OnRun(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232608): Symbol Undefined ?OnExit wxAppBase UAEHXZ (int syscall wxAppBase::OnExit(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?CreateRefData wxObject MBEPAVwxObjectRefData XZ (wxObjectRefData *syscall wxObject::CreateRefData(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?CloneRefData wxObject MBEPAVwxObjectRefData PBV2 Z (wxObjectRefData *syscall wxObject::CloneRefData(wxObjectRef Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6825628): Symbol Undefined ?ProcessEvent wxEvtHandler UAE_NAAVwxEvent Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?SearchEventTable wxEvtHandler UAE_NAAUwxEventTable AAVwxEvent Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?DoSetClientObject wxEvtHandler MAEXPAVwxClientData Z (void syscall wxEvtHandler::DoSetClientObject(wxClientData Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?DoGetClientObject wxEvtHandler MBEPAVwxClientData XZ (wxClientData *syscall wxEvtHandler::DoGetClientObject(void Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (8206552): Symbol Undefined ?DoSetClientData wxEvtHandler MAEXPAX Z (void syscall wxEvtHandler::DoSetClientData(void *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232572): Symbol Undefined ?InitWith wxString AAEXPBDII Z (void syscall wxString::InitWith(char const *,unsigned ,unsigned )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232460): Symbol Undefined ??0wxMenuBar QAE XZ (syscall wxMenuBar::wxMenuBar(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1): Symbol Undefined ?SetMenuBar wxFrameBase UAEXPAVwxMenuBar Z (void syscall wxFrameBase::SetMenuBar(wxMenuBar *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232600): Symbol Undefined ?wxStatusLineNameStr 3PBDB (const char const *wxStatusLineNameStr) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?CreateStatusBar wxFrameBase UAEPAVwxStatusBar HJHABVwxString Z (wxStatusBar *syscall wxFrameBase::CreateStatus Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?SetStatusText wxFrameBase UAEXABVwxString H Z (void syscall wxFrameBase::SetStatusText(wxString const &,int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29147928): Symbol Undefined ?DoAppend wxMenu UAE_NPAVwxMenuItem Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29147928): Symbol Undefined ?DoInsert wxMenu UAE_NIPAVwxMenuItem Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (58): Symbol Undefined ?DoRemove wxMenu UAEPAVwxMenuItem PAV2 Z (wxMenuItem *syscall wxMenu::DoRemove(wxMenuItem *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?DoDelete wxMenuBase MAE_NPAVwxMenuItem Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?DoDestroy wxMenuBase MAE_NPAVwxMenuItem Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232624): Symbol Undefined ??1wxMenu UAE XZ (syscall wxMenu::~wxMenu(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?sm_classwxMenu wxMenu 2VwxClassInfo A (wxClassInfo wxMenu::sm_classwxMenu) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1456808): Symbol Undefined ?Break wxMenu UAEXXZ (void syscall wxMenu::Break(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?FindItem wxMenuBase UBEHABVwxString Z (int syscall wxMenuBase::FindItem(wxString const &)const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?SetHelpString wxMenuBase UAEXHABVwxString Z (void syscall wxMenuBase::SetHelpString(int ,wxString const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?GetHelpString wxMenuBase UBE?AVwxString H Z (wxString syscall wxMenuBase::GetHelpString(int )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (7942676): Symbol Undefined ?SetTitle wxMenu UAEXABVwxString Z (void syscall wxMenu::SetTitle(wxString const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (7942676): Symbol Undefined ?Attach wxMenu UAEXPAVwxMenuBarBase Z (void syscall wxMenu::Attach(wxMenuBarBase *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1456808): Symbol Undefined ?Detach wxMenuBase UAEXXZ (void syscall wxMenuBase::Detach(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetEventTable wxEvtHandler MBEPBUwxEventTable XZ (wxEventTable const *syscall wxEvtHandler::GetEventTable(void ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (28697780): Symbol Undefined ?DoRemove wxMenuBase MAEPAVwxMenuItem PAV2 Z (wxMenuItem *syscall wxMenuBase::DoRemove(wxMenuItem *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232592): Symbol Undefined ??4wxString QAEAAV0 ABV0 Z (wxString &syscall wxString::=(wxString const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (121): Symbol Undefined ?sm_classwxEvtHandler wxEvtHandler 2VwxClassInfo A (wxClassInfo wxEvtHandler::sm_classwxEvtHandler) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?Attach wxMenuBase UAEXPAVwxMenuBarBase Z (void syscall wxMenuBase::Attach(wxMenuBarBase *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?DoAppend wxMenuBase MAE_NPAVwxMenuItem Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?DoInsert wxMenuBase MAE_NIPAVwxMenuItem Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?Find wxListBase IBEPAVwxNodeBase ABVwxListKey Z (wxNodeBase *syscall wxListBase::Find(wxListKey const &)const Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (8206552): Symbol Undefined ?sm_classwxObject wxObject 2VwxClassInfo A (wxClassInfo wxObject::sm_classwxObject) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ?UnRef wxObject QAEXXZ (void syscall wxObject::UnRef(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?sm_classwxFrame wxFrame 2VwxClassInfo A (wxClassInfo wxFrame::sm_classwxFrame) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ?wxEmptyString 3PBDB (const char const *wxEmptyString) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29312148): Symbol Undefined ?GetCapture wxWindowBase SAPAVwxWindow XZ (wxWindow *cdecl wxWindowBase::GetCapture(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1456808): Symbol Undefined ?Ref wxObject QAEXABV1 Z (void syscall wxObject::Ref(wxObject const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?DoGiveHelp wxFrameBase UAEXABVwxString _N Z (void syscall wxFrameBase::DoGiveHelp(double )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (70): Symbol Undefined ?DetachMenuBar wxFrameBase MAEXXZ (void syscall wxFrameBase::DetachMenuBar(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?AttachMenuBar wxFrame MAEXPAVwxMenuBar Z (void syscall wxFrame::AttachMenuBar(wxMenuBar *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29147928): Symbol Undefined ?PositionStatusBar wxFrame UAEXXZ (void syscall wxFrame::PositionStatusBar(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (7942676): Symbol Undefined ?PositionToolBar wxFrame UAEXXZ (void syscall wxFrame::PositionToolBar(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232588): Symbol Undefined ?InternalSetMenuBar wxFrame MAEXXZ (void syscall wxFrame::InternalSetMenuBar(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232580): Symbol Undefined ?GetDefaultIcon wxFrame MBEKXZ (unsigned long syscall wxFrame::GetDefaultIcon(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (7942676): Symbol Undefined ?SendSizeEvent wxFrame UAEXXZ (void syscall wxFrame::SendSizeEvent(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?OnCreateStatusBar wxFrame UAEPAVwxStatusBar HJHABVwxString Z (wxStatusBar *syscall wxFrame::OnCreateStatusBar( Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (8206588): Symbol Undefined ?SetStatusWidths wxFrameBase UAEXHQBH Z (void syscall wxFrameBase::SetStatusWidths(int ,int const *const )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?CreateToolBar wxFrame UAEPAVwxToolBar JHABVwx String Z (wxToolBar *syscall wxFrame::CreateToolBar(long ,int ,wx Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?OnCreateToolBar wxFrameBase UAEPAVwxToolBar JHABVwxString Z (wxToolBar *syscall wxFrameBase::OnCreateToolBar(l Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1435816): Symbol Undefined ?ShowFullScreen wxFrame UAE_N_NJ Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232628): Symbol Undefined ?IsOneOfBars wxFrameBase MBE_NPBVwxWindow Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (63): Symbol Undefined ?MSWWindowProc wxFrame MAEJIIJ Z (long syscall wxFrame::MSWWindowProc(unsigned ,unsigned ,long )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232568): Symbol Undefined ?MSWDefWindowProc wxWindow UAEJIIJ Z (long syscall wxWindow::MSWDefWindowProc(unsigned ,unsigned ,long )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29225948): Symbol Undefined ?MSWShouldPreProcessMessage wxWindow UAE_NPAPAX Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?MSWProcessMessage wxWindow UAE_NPAPAX Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?MSWTranslateMessage wxFrame MAE_NPAPAX Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?MSWDestroyWindow wxWindow UAEXXZ (void syscall wxWindow::MSWDestroyWindow(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?OnCtlColor wxWindow UAEKKKIIIJ Z (unsigned long syscall wxWindow::OnCtlColor(unsigned long ,unsigned long ,unsign Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6800867): Symbol Undefined ?MSWCommand wxWindow UAE_NIG Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?CreateWindowFromHWND wxWindow UAEPAV1 PAV1 K Z (wxWindow *syscall wxWindow::CreateWindowFromHWND(wxWindow *,unsig Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29259896): Symbol Undefined ?AdoptAttributesFromHWND wxWindow UAEXXZ (void syscall wxWindow::AdoptAttributesFromHWND(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1456808): Symbol Undefined ?SetupColours wxWindow UAEXXZ (void syscall wxWindow::SetupColours(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232484): Symbol Undefined ?MSWOnScroll wxWindow UAE_NHGGK Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232636): Symbol Undefined ?MSWOnNotify wxWindow UAE_NHJPAJ Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232636): Symbol Undefined ?MSWOnDrawItem wxWindow UAE_NHPAPAX Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232632): Symbol Undefined ?MSWOnMeasureItem wxWindow UAE_NHPAPAX Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (58): Symbol Undefined ?DoSetToolTip wxWindow MAEXPAVwxToolTip Z (void syscall wxWindow::DoSetToolTip(wxToolTip *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?DoPopupMenu wxWindow UAE_NPAVwxMenu HH Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?AdjustForParentClientOrigin wxWindowBase MBEXAAH0H Z (void syscall wxWindowBase::AdjustForParentClientOrigin(int Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (8206552): Symbol Undefined ?DragAcceptFiles wxWindow UAEX_N Z (void syscall wxWindow::DragAcceptFiles(double )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6825327): Symbol Undefined ?LoadNativeDialog wxWindow UAE_NPAV1 ABVwxString Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?LoadNativeDialog wxWindow UAE_NPAV1 AAH Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29147628): Symbol Undefined ?DoReleaseMouse wxWindow MAEXXZ (void syscall wxWindow::DoReleaseMouse(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?DoGetPosition wxWindow MBEXPAH0 Z (void syscall wxWindow::DoGetPosition(int *,int *)const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (70): Symbol Undefined ?DoGetSize wxWindow MBEXPAH0 Z (void syscall wxWindow::DoGetSize(int *,int *)const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?DoGetClientSize wxFrame MBEXPAH0 Z (void syscall wxFrame::DoGetClientSize(int *,int *)const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232568): Symbol Undefined ?DoGetBestSize wxWindowBase MBE?AVwxSize XZ (wxSize syscall wxWindowBase::DoGetBestSize(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1541796): Symbol Undefined ?DoSetSize wxWindow MAEXHHHHH Z (void syscall wxWindow::DoSetSize(int ,int ,int ,int ,int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?DoSetClientSize wxFrame MAEXHH Z (void syscall wxFrame::DoSetClientSize(int ,int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232580): Symbol Undefined ?DoMoveWindow wxWindow MAEXHHHH Z (void syscall wxWindow::DoMoveWindow(int ,int ,int ,int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetClientSizeConstraint wxWindowBase UBEXPAH0 Z (void syscall wxWindowBase::GetClientSizeConstraint(int *,int *)c Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetPositionConstraint wxWindowBase UBEXPAH0 Z (void syscall wxWindowBase::GetPositionConstraint(int *,int *)const Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6825628): Symbol Undefined ?Layout wxWindowBase UAE_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetDefaultBorder wxWindowBase MBE?AW4wxBorder XZ (wxBorder syscall wxWindowBase::GetDefaultBorder(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?DoClientToScreen wxTopLevelWindowBase MBEXPAH0 Z (void syscall wxTopLevelWindowBase::DoClientToScreen(int *,int * Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?DoScreenToClient wxTopLevelWindowBase MBEXPAH0 Z (void syscall wxTopLevelWindowBase::DoScreenToClient(int *,int * Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29261612): Symbol Undefined ?DoHitTest wxWindowBase MBE?AW4wxHitTest HH Z (wxHitTest syscall wxWindowBase::DoHitTest(int ,int )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232588): Symbol Undefined ?DoCaptureMouse wxWindow MAEXXZ (void syscall wxWindow::DoCaptureMouse(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (125): Symbol Undefined ?SetDropTarget wxWindow UAEXPAVwxDropTarget Z (void syscall wxWindow::SetDropTarget(wxDropTarget *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?SetConstraintSizes wxWindowBase UAEX_N Z (void syscall wxWindowBase::SetConstraintSizes(double )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29147928): Symbol Undefined ?LayoutPhase1 wxWindowBase UAE_NPAH Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29147928): Symbol Undefined ?LayoutPhase2 wxWindowBase UAE_NPAH Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?DoPhase wxWindowBase UAE_NH Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?SetSizeConstraint wxWindowBase UAEXHHHH Z (void syscall wxWindowBase::SetSizeConstraint(int ,int ,int ,int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826915): Symbol Undefined ?MoveConstraint wxWindowBase UAEXHH Z (void syscall wxWindowBase::MoveConstraint(int ,int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (128): Symbol Undefined ?GetSizeConstraint wxWindowBase UBEXPAH0 Z (void syscall wxWindowBase::GetSizeConstraint(int *,int *)const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ?SetScrollbar wxWindow UAEXHHHH_N Z (void syscall wxWindow::SetScrollbar(double )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232588): Symbol Undefined ?SetScrollPos wxWindow UAEXHH_N Z (void syscall wxWindow::SetScrollPos(double )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232588): Symbol Undefined ?GetScrollPos wxWindow UBEHH Z (int syscall wxWindow::GetScrollPos(int )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232588): Symbol Undefined ?GetScrollThumb wxWindow UBEHH Z (int syscall wxWindow::GetScrollThumb(int )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232588): Symbol Undefined ?GetScrollRange wxWindow UBEHH Z (int syscall wxWindow::GetScrollRange(int )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?ScrollWindow wxWindow UAEXHHPBVwxRect Z (void syscall wxWindow::ScrollWindow(int ,int ,wxRect const *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (18994644): Symbol Undefined ?ScrollLines wxWindow UAE_NH Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (18994644): Symbol Undefined ?ScrollPages wxWindow UAE_NH Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?Thaw wxWindow UAEXXZ (void syscall wxWindow::Thaw(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (18994644): Symbol Undefined ?SetBackgroundColour wxWindowBase UAE_NABVwxColour Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (18994644): Symbol Undefined ?SetForegroundColour wxWindowBase UAE_NABVwxColour Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (7942676): Symbol Undefined ?SetCursor wxWindow UAE_NABVwxCursor Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1456808): Symbol Undefined ?SetFont wxWindow UAE_NABVwxFont Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?GetCharHeight wxWindow UBEHXZ (int syscall wxWindow::GetCharHeight(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?GetCharWidth wxWindow UBEHXZ (int syscall wxWindow::GetCharWidth(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetTextExtent wxWindow UBEXABVwxString PAH111PBVwxFont Z (void syscall wxWindow::GetTextExtent(wxString const Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232448): Symbol Undefined ?TransferDataToWindow wxWindowBase UAE_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232448): Symbol Undefined ?TransferDataFromWindow wxWindowBase UAE_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29147628): Symbol Undefined ?InitDialog wxWindowBase UAEXXZ (void syscall wxWindowBase::InitDialog(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29147628): Symbol Undefined ?WarpPointer wxWindow UAEXHH Z (void syscall wxWindow::WarpPointer(int ,int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (13378652): Symbol Undefined ?Refresh wxWindow UAEX_NPBVwxRect Z (void syscall wxWindow::Refresh(double ,wxRect const *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6825327): Symbol Undefined ?Update wxWindow UAEXXZ (void syscall wxWindow::Update(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (113): Symbol Undefined ?Clear wxWindow UAEXXZ (void syscall wxWindow::Clear(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232608): Symbol Undefined ?Freeze wxWindow UAEXXZ (void syscall wxWindow::Freeze(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?MakeModal wxWindowBase UAEX_N Z (void syscall wxWindowBase::MakeModal(double )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29147928): Symbol Undefined ?SetFocus wxWindow UAEXXZ (void syscall wxWindow::SetFocus(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?SetFocusFromKbd wxWindow UAEXXZ (void syscall wxWindow::SetFocusFromKbd(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (99): Symbol Undefined ?Reparent wxWindow UAE_NPAVwxWindowBase Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?AddChild wxWindowBase UAEXPAV1 Z (void syscall wxWindowBase::AddChild(wxWindowBase *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232576): Symbol Undefined ?RemoveChild wxWindowBase UAEXPAV1 Z (void syscall wxWindowBase::RemoveChild(wxWindowBase *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?SetValidator wxWindowBase UAEXABVwxValidator Z (void syscall wxWindowBase::SetValidator(wxValidator const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ?Validate wxWindowBase UAE_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?SetSizeHints wxWindowBase UAEXHHHHHH Z (void syscall wxWindowBase::SetSizeHints(int ,int ,int ,int ,int ,int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?SetVirtualSizeHints wxWindowBase UAEXHHHH Z (void syscall wxWindowBase::SetVirtualSizeHints(int ,int ,int ,int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetMaxSize wxTopLevelWindowBase UBE?AVwxSize XZ (wxSize syscall wxTopLevelWindowBase::GetMaxSize(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29263796): Symbol Undefined ?DoSetVirtualSize wxWindowBase UAEXHH Z (void syscall wxWindowBase::DoSetVirtualSize(int ,int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?DoGetVirtualSize wxWindowBase UBE?AVwxSize XZ (wxSize syscall wxWindowBase::DoGetVirtualSize(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ?Enable wxWindow UAE_N_N Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (27631060): Symbol Undefined ?SetWindowStyleFlag wxWindow UAEXJ Z (void syscall wxWindow::SetWindowStyleFlag(long )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6825758): Symbol Undefined ?Destroy wxTopLevelWindowBase UAE_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (55): Symbol Undefined ?SetTitle wxWindow UAEXABVwxString Z (void syscall wxWindow::SetTitle(wxString const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (55): Symbol Undefined ?GetTitle wxWindow UBE?AVwxString XZ (wxString syscall wxWindow::GetTitle(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232608): Symbol Undefined ?Raise wxFrame UAEXXZ (void syscall wxFrame::Raise(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232608): Symbol Undefined ?Lower wxWindow UAEXXZ (void syscall wxWindow::Lower(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetClientAreaOrigin wxFrameBase UBE?AVwxPoint XZ (wxPoint syscall wxFrameBase::GetClientAreaOrigin(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (8206552): Symbol Undefined ?Fit wxWindowBase UAEXXZ (void syscall wxWindowBase::Fit(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?FitInside wxWindowBase UAEXXZ (void syscall wxWindowBase::FitInside(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?GetEventTable wxFrame MBEPBUwxEventTable XZ (wxEventTable const *syscall wxFrame::GetEventTable(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29264900): Symbol Undefined ??0wxEvtHandler QAE XZ (syscall wxEvtHandler::wxEvtHandler(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?Init wxListBase AAEXW4wxKeyType Z (void syscall wxListBase::Init(wxKeyType )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (7942676): Symbol Undefined ?Init wxMenuBase IAEXJ Z (void syscall wxMenuBase::Init(long )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ??0wxBaseArrayPtrVoid QAE XZ (syscall wxBaseArrayPtrVoid::wxBaseArrayPtrVoid(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232612): Symbol Undefined ?Init wxMenu AAEXXZ (void syscall wxMenu::Init(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?New wxMenuItemBase SAPAVwxMenuItem PAVwxMenu HABVwxString 1W4wxItemKind 0 Z (wxMenuItem *cdecl wxMenuItemBase Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232452): Symbol Undefined ?wxFrameNameStr 3PBDB (const char const *wxFrameNameStr) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1232608): Symbol Undefined ??0wxFrameBase QAE XZ (syscall wxFrameBase::wxFrameBase(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?Init wxFrame IAEXXZ (void syscall wxFrame::Init(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?Create wxFrame QAE_NPAVwxWindow HABVwxString ABVwxPoint ABVwxSize J1 Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29312148): Symbol Undefined ??0wxIcon QAE ABVwxString JHH Z (syscall wxIcon::wxIcon(wxString const &,long ,int ,int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ??0wxNodeBase QAE PAVwxListBase PAV0 1PAXABVwxListKey Z (syscall wxNodeBase::wxNodeBase(wxListBase *,wxNodeBase Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (18994644): Symbol Undefined ?DeleteData wxwxMenuItemListNode UAEXXZ (void syscall wxwxMenuItemListNode::DeleteData(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ?Printf wxString QAAHPBDZZ (int cdecl wxString::Printf(char const *,...)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6826083): Symbol Undefined ?wxMessageBox YAHABVwxString 0JPAVwxWindow HH Z (int cdecl wxMessageBox(wxString const &,wxString const &,long , Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (29312144): Symbol Undefined ?wxEVT_COMMAND_MENU_SELECTED 3HB (const int wxEVT_COMMAND_MENU_SELECTED) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (6825327): Symbol Undefined ?wxEVT_NULL 3HB (const int wxEVT_NULL) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1541796): Symbol Undefined ?Close wxWindowBase QAE_N_N Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1): Symbol Undefined ??1wxNodeBase UAE XZ (syscall wxNodeBase::~wxNodeBase(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1): Symbol Undefined ??1wxBaseArrayPtrVoid QAE XZ (syscall wxBaseArrayPtrVoid::~wxBaseArrayPtrVoid(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ??1wxMenuBase UAE XZ (syscall wxMenuBase::~wxMenuBase(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (2): Symbol Undefined ??1wxListBase UAE XZ (syscall wxListBase::~wxListBase(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ??1wxFrame UAE XZ (syscall wxFrame::~wxFrame(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1): Symbol Undefined ??1wxEvtHandler UAE XZ (syscall wxEvtHandler::~wxEvtHandler(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (1456808): Symbol Undefined ??1wxIcon UAE XZ (syscall wxIcon::~wxIcon(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) (85): Symbol Undefined ??1wxFrameBase UAE XZ (syscall wxFrameBase::~wxFrameBase(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\dmc\release\minimal.OBJ(minimal) : Symbol Undefined ?sm_eventTable wxFrame 1UwxEventTable B (const wxEventTable wxFrame::sm_eventTable) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?Add wxBaseArrayPtrVoid IAEXPBXI Z (void syscall wxBaseArrayPtrVoid::Add(void const *,unsigned )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1456808): Symbol Undefined ?RegisterModules wxModule SAXXZ (void cdecl wxModule::RegisterModules(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (29234680): Symbol Undefined ?InitializeModules wxModule SA_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (52): Symbol Undefined ?wxWndProc YGJPAUHWND__ IIJ Z (long stdcall wxWndProc(HWND__ *,unsigned ,unsigned ,long )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (6825327): Symbol Undefined ?wxhInstance 3PAUHINSTANCE__ A (HINSTANCE__ *wxhInstance) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?Destroy wxHashTableBase QAEXXZ (void syscall wxHashTableBase::Destroy(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1): Symbol Undefined ??0wxHashTableBase QAE XZ (syscall wxHashTableBase::wxHashTableBase(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?Create wxHashTableBase QAEXW4wxKeyType I Z (void syscall wxHashTableBase::Create(wxKeyType ,unsigned )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (6825327): Symbol Undefined ?wxWinHandleHash 3PAVwxWinHashTable A (wxWinHashTable *wxWinHandleHash) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (124): Symbol Undefined ?wxSetKeyboardHook YAX_N Z (void cdecl wxSetKeyboardHook(double )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232592): Symbol Undefined ?wxInitializeStockLists YAXXZ (void cdecl wxInitializeStockLists(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232588): Symbol Undefined ?wxInitializeStockObjects YAXXZ (void cdecl wxInitializeStockObjects(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?wxGetLocale YAPAVwxLocale XZ (wxLocale *cdecl wxGetLocale(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1): Symbol Undefined ?GetString wxLocale QBEPBDPBD0 Z (char const *syscall wxLocale::GetString(char const *,char const *)const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232444): Symbol Undefined ?wxLogError YAXPBDZZ (void cdecl wxLogError(char const *,...)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (6825327): Symbol Undefined ?wxBuffer 3PADA (char *wxBuffer) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (50): Symbol Undefined ?InitializeClasses wxClassInfo SAXXZ (void cdecl wxClassInfo::InitializeClasses(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ??0wxCriticalSection QAE XZ (syscall wxCriticalSection::wxCriticalSection(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?wxPendingEventsLocker 3PAVwxCriticalSection A (wxCriticalSection *wxPendingEventsLocker) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1564436): Symbol Undefined ??0wxColourDatabase QAE H Z (syscall wxColourDatabase::wxColourDatabase(int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232580): Symbol Undefined ?wxTheColourDatabase 3PAVwxColourDatabase A (wxColourDatabase *wxTheColourDatabase) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232576): Symbol Undefined ?Initialize wxColourDatabase QAEXXZ (void syscall wxColourDatabase::Initialize(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (6826083): Symbol Undefined ?ConvertStringToArgs wxCmdLineParser SA?AVwxArrayString PBD Z (wxArrayString cdecl wxCmdLineParser::ConvertString Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (6826083): Symbol Undefined ?SplitPath wxFileName SAXABVwxString PAV2 11W4wxPathFormat Z (void cdecl wxFileName::SplitPath(wxString const & Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1564440): Symbol Undefined ?copystring YAPADPBD Z (char *cdecl copystring(char const *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (15141016): Symbol Undefined ??1wxCriticalSection QAE XZ (syscall wxCriticalSection::~wxCriticalSection(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?wxDefaultValidator 3VwxValidator B (const wxValidator wxDefaultValidator) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232584): Symbol Undefined ?CleanUpClasses wxClassInfo SAXXZ (void cdecl wxClassInfo::CleanUpClasses(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232608): Symbol Undefined ?wxPendingDelete 3VwxList A (wxList wxPendingDelete) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1): Symbol Undefined ?Find wxListBase IBEPAVwxNodeBase PAX Z (wxNodeBase *syscall wxListBase::Find(void *)const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (112): Symbol Undefined ?wxPendingEvents 3PAVwxList A (wxList *wxPendingEvents) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?DontCreateOnDemand wxLog SAXXZ (void cdecl wxLog::DontCreateOnDemand(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ??0wxLogStderr QAE PAU_iobuf Z (syscall wxLogStderr::wxLogStderr(_iobuf *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232580): Symbol Undefined ?SetActiveTarget wxLog SAPAV1 PAV1 Z (wxLog *cdecl wxLog::SetActiveTarget(wxLog *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?CleanUpModules wxModule SAXXZ (void cdecl wxModule::CleanUpModules(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (78): Symbol Undefined ?wxDeleteStockObjects YAXXZ (void cdecl wxDeleteStockObjects(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1564436): Symbol Undefined ?wxDeleteStockLists YAXXZ (void cdecl wxDeleteStockLists(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (28085332): Symbol Undefined ?OnInit wxAppBase UAE_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (43): Symbol Undefined ?sm_classwxEvent wxEvent 2VwxClassInfo A (wxClassInfo wxEvent::sm_classwxEvent) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232664): Symbol Undefined ?sm_classwxIdleEvent wxIdleEvent 2VwxClassInfo A (wxClassInfo wxIdleEvent::sm_classwxIdleEvent) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232592): Symbol Undefined ??0wxEvent IAE ABV0 Z (syscall wxEvent::wxEvent(wxEvent const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?Enter wxCriticalSection QAEXXZ (void syscall wxCriticalSection::Enter(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?Leave wxCriticalSection QAEXXZ (void syscall wxCriticalSection::Leave(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1564436): Symbol Undefined ?sm_first wxClassInfo 2PAV1 A (wxClassInfo *wxClassInfo::sm_first) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (7942676): Symbol Undefined ?wxEVT_END_SESSION 3HB (const int wxEVT_END_SESSION) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?wxEVT_QUERY_END_SESSION 3HB (const int wxEVT_QUERY_END_SESSION) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ??1wxClassInfo QAE XZ (syscall wxClassInfo::~wxClassInfo(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?GetActiveTarget wxLog SAPAV1 XZ (wxLog *cdecl wxLog::GetActiveTarget(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (96): Symbol Undefined ?wxEVT_IDLE 3HB (const int wxEVT_IDLE) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?ms_suspendCount wxLog 0IA (unsigned wxLog::ms_suspendCount) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?wxMutexGuiLeaveOrEnter YAXXZ (void cdecl wxMutexGuiLeaveOrEnter(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (7942676): Symbol Undefined ??0wxEvent QAE HH Z (syscall wxEvent::wxEvent(int ,int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1): Symbol Undefined ?RelayEvent wxToolTip QAEXPAPAX Z (void syscall wxToolTip::RelayEvent(void **)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ?wxGetWindowFromHWND YAPAVwxWindow K Z (wxWindow *cdecl wxGetWindowFromHWND(unsigned long )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1564436): Symbol Undefined ?wxIsWaitingForThread YA_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1232632): Symbol Undefined ?wxGuiOwnedByMainThread YA_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ??1wxAppBase UAE XZ (syscall wxAppBase::~wxAppBase(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) : Symbol Undefined ??0wxAppBase QAE XZ (syscall wxAppBase::wxAppBase(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1564440): Symbol Undefined ??1wxArrayString QAE XZ (syscall wxArrayString::~wxArrayString(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(app) (1): Symbol Undefined ?sm_eventTable wxEvtHandler 1UwxEventTable B (const wxEventTable wxEvtHandler::sm_eventTable) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (2): Symbol Undefined _wxGetInstance Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (15146924): Symbol Undefined ?sm_classwxModule wxModule 2VwxClassInfo A (wxClassInfo wxModule::sm_classwxModule) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (15146924): Symbol Undefined ?SubclassWin wxWindow QAEXK Z (void syscall wxWindow::SubclassWin(unsigned long )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (1232464): Symbol Undefined ?LoadFile wxIcon UAE_NABVwxString JHH Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (1490092): Symbol Undefined ?sm_classwxIcon wxIcon 2VwxClassInfo A (wxClassInfo wxIcon::sm_classwxIcon) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) : Symbol Undefined ?wxLogSysError YAXPBDZZ (void cdecl wxLogSysError(char const *,...)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (1232588): Symbol Undefined ?MSWGetCreateWindowCoords wxWindow QBE_NABVwxPoint ABVwxSize AAH222 Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (1232588): Symbol Undefined ?wxGetDisplaySize YA?AVwxSize XZ (wxSize cdecl wxGetDisplaySize(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) : Symbol Undefined ?sm_classwxGDIObject wxGDIObject 2VwxClassInfo A (wxClassInfo wxGDIObject::sm_classwxGDIObject) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (1232588): Symbol Undefined ?Free wxIconRefData UAEXXZ (void syscall wxIconRefData::Free(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (6826083): Symbol Undefined ?sm_classwxActivateEvent wxActivateEvent 2VwxClassInfo A (wxClassInfo wxActivateEvent::sm_classwxActivateEvent) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (29216828): Symbol Undefined ?wxEVT_SIZE 3HB (const int wxEVT_SIZE) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (56): Symbol Undefined ?sm_classwxSizeEvent wxSizeEvent 2VwxClassInfo A (wxClassInfo wxSizeEvent::sm_classwxSizeEvent) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (6825758): Symbol Undefined ?wxSetFocusToChild YA_NPAVwxWindow PAPAV1 Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (2): Symbol Undefined ?FindFocus wxWindowBase SAPAVwxWindow XZ (wxWindow *cdecl wxWindowBase::FindFocus(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) : Symbol Undefined ?DeleteData wxWindowListNode UAEXXZ (void syscall wxWindowListNode::DeleteData(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (28887060): Symbol Undefined ?wxEVT_ACTIVATE 3HB (const int wxEVT_ACTIVATE) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (6826083): Symbol Undefined ?GetIcon wxIconBundle QBEABVwxIcon ABVwxSize Z (wxIcon const &syscall wxIconBundle::GetIcon(wxSize const &)cons Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (28702304): Symbol Undefined ??4wxIconBundle QAEABV0 ABV0 Z (wxIconBundle const &syscall wxIconBundle::=(wxIconBundle const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (118): Symbol Undefined ??1wxIconArray QAE XZ (syscall wxIconArray::~wxIconArray(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (27624000): Symbol Undefined ?DeleteIcons wxIconBundle AAEXXZ (void syscall wxIconBundle::DeleteIcons(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) : Symbol Undefined ?AddIcon wxIconBundle QAEXABVwxIcon Z (void syscall wxIconBundle::AddIcon(wxIcon const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (27623996): Symbol Undefined ?Show wxWindowBase UAE_N_N Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (1435816): Symbol Undefined ?MSWGetStyle wxWindow UBEKJPAK Z (unsigned long syscall wxWindow::MSWGetStyle(long ,unsigned long *)const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(tople vel) (6826083): Symbol Undefined ?sm_eventTable wxTopLevelWindowBase 1UwxEventTable B (const wxEventTable wxTopLevelWindowBase::sm_eventTable) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (15146924): Symbol Undefined ?Create wxBitmapHandler UAE_NPAVwxGDIImage PAXJHHH Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (1232600): Symbol Undefined ?Load wxBitmapHandler UAE_NPAVwxGDIImage ABVwxString JHH Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (1232600): Symbol Undefined ?Save wxBitmapHandler UAE_NPAVwxGDIImage ABVwxString H Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) : Symbol Undefined ?Create wxBitmapHandler UAE_NPAVwxBitmap PAXJHHH Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) : Symbol Undefined ?LoadFile wxBitmapHandler UAE_NPAVwxBitmap ABVwxString JHH Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) : Symbol Undefined ?SaveFile wxBitmapHandler UAE_NPAVwxBitmap ABVwxString HPBVwxPalette Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (6826083): Symbol Undefined ?sm_classwxBitmapHandler wxBitmapHandler 2VwxClassInfo A (wxClassInfo wxBitmapHandler::sm_classwxBitmapHandler) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (15146924): Symbol Undefined ?wxSaveBitmap YA_NPADPAVwxBitmap PAVwxPalette Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (1232604): Symbol Undefined ?wxLoadIntoBitmap YA_NPADPAVwxBitmap PAPAVwxPalette Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (1): Symbol Undefined ?SetPalette wxBitmap QAEXABVwxPalette Z (void syscall wxBitmap::SetPalette(wxPalette const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (1490092): Symbol Undefined ?Append wxListBase IAEPAVwxNodeBase PAX Z (wxNodeBase *syscall wxListBase::Append(void *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) : Symbol Undefined ?AfterLast wxString QBE?AV1 D Z (wxString syscall wxString::AfterLast(char )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) : Symbol Undefined ?BeforeLast wxString QBE?AV1 D Z (wxString syscall wxString::BeforeLast(char )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) (83): Symbol Undefined ?sm_classwxList wxList 2VwxClassInfo A (wxClassInfo wxList::sm_classwxList) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(gdiim age) : Symbol Undefined ?DeleteData wxObjectListNode UAEXXZ (void syscall wxObjectListNode::DeleteData(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (105): Symbol Undefined ??0wxPalette QAE XZ (syscall wxPalette::wxPalette(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232604): Symbol Undefined ?Init wxBitmap IAEXXZ (void syscall wxBitmap::Init(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ??4wxColour QAEAAV0 ABV0 Z (wxColour &syscall wxColour::=(wxColour const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (2): Symbol Undefined ?wxNullBitmap 3VwxBitmap A (wxBitmap wxNullBitmap) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232612): Symbol Undefined ?wxNullBrush 3VwxBrush A (wxBrush wxNullBrush) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ??4wxBrush QAEAAV0 ABV0 Z (wxBrush &syscall wxBrush::=(wxBrush const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6825327): Symbol Undefined ?wxNullPen 3VwxPen A (wxPen wxNullPen) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1): Symbol Undefined ?wxNullPalette 3VwxPalette A (wxPalette wxNullPalette) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1542408): Symbol Undefined ?wxNullFont 3VwxFont A (wxFont wxNullFont) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1887612): Symbol Undefined ??4wxFont QAEAAV0 ABV0 Z (wxFont &syscall wxFont::=(wxFont const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1): Symbol Undefined ?sm_classwxDCBase wxDCBase 2VwxClassInfo A (wxClassInfo wxDCBase::sm_classwxDCBase) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?DrawLabel wxDCBase UAEXABVwxString ABVwxBitmap ABVwxRect HHPAV4 Z (void syscall wxDCBase::DrawLabel(wxString Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?GetMultiLineTextExtent wxDCBase UAEXABVwxString PAH11PAVwxFont Z (void syscall wxDCBase::GetMultiLineTextExten Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (15141016): Symbol Undefined ?DoDrawCheckMark wxDCBase MAEXHHHH Z (void syscall wxDCBase::DoDrawCheckMark(int ,int ,int ,int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1542408): Symbol Undefined ?DoDrawSpline wxDCBase MAEXPAVwxList Z (void syscall wxDCBase::DoDrawSpline(wxList *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?Set wxColour QAEXEEE Z (void syscall wxColour::Set(unsigned char ,unsigned char ,unsigned char )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1456808): Symbol Undefined ?GetHRGN wxRegion QBEKXZ (unsigned long syscall wxRegion::GetHRGN(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232608): Symbol Undefined ?wxNullColour 3VwxColour A (wxColour wxNullColour) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1): Symbol Undefined ?GetStipple wxBrush QBEPAVwxBitmap XZ (wxBitmap *syscall wxBrush::GetStipple(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (7942676): Symbol Undefined ?GetHFONT wxFont QBEKXZ (unsigned long syscall wxFont::GetHFONT(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232476): Symbol Undefined ?Create wxBitmap UAE_NPAXJHHH Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (2157948): Symbol Undefined ?Create wxBitmap UAE_NHHH Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?LoadFile wxBitmap UAE_NABVwxString J Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?SaveFile wxBitmap UAE_NABVwxString HPBVwxPalette Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?sm_classwxBitmap wxBitmap 2VwxClassInfo A (wxClassInfo wxBitmap::sm_classwxBitmap) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1456808): Symbol Undefined ?SetWeight wxFont UAEXH Z (void syscall wxFont::SetWeight(int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?SetFaceName wxFont UAEXABVwxString Z (void syscall wxFont::SetFaceName(wxString const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (7942676): Symbol Undefined ?SetUnderlined wxFont UAEX_N Z (void syscall wxFont::SetUnderlined(double )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?SetEncoding wxFont UAEXW4wxFontEncoding Z (void syscall wxFont::SetEncoding(wxFontEncoding )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?SetNativeFontInfo wxFont UAEXABUwxNativeFontInfo Z (void syscall wxFont::SetNativeFontInfo(wxNativeFontInfo con Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (29331412): Symbol Undefined ?sm_classwxFont wxFont 2VwxClassInfo A (wxClassInfo wxFont::sm_classwxFont) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (2157448): Symbol Undefined ?GetUnderlined wxFont UBE_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1435816): Symbol Undefined ?GetFaceName wxFont UBE?AVwxString XZ (wxString syscall wxFont::GetFaceName(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?GetEncoding wxFont UBE?AW4wxFontEncoding XZ (wxFontEncoding syscall wxFont::GetEncoding(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?GetNativeFontInfo wxFont UBEPAUwxNativeFontInfo XZ (wxNativeFontInfo *syscall wxFont::GetNativeFontInfo(void )co Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1887608): Symbol Undefined ?IsFixedWidth wxFont UBE_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?SetPointSize wxFont UAEXH Z (void syscall wxFont::SetPointSize(int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (77): Symbol Undefined ?SetFamily wxFont UAEXH Z (void syscall wxFont::SetFamily(int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (77): Symbol Undefined ?SetStyle wxFont UAEXH Z (void syscall wxFont::SetStyle(int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6825327): Symbol Undefined ?RealizeResource wxFont UAE_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6825327): Symbol Undefined ?FreeResource wxFont UAE_N_N Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?IsFree wxFont UBE_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (15141016): Symbol Undefined ?GetResourceHandle wxFont UBEKXZ (unsigned long syscall wxFont::GetResourceHandle(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1456808): Symbol Undefined ?GetPointSize wxFont UBEHXZ (int syscall wxFont::GetPointSize(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?GetFamily wxFont UBEHXZ (int syscall wxFont::GetFamily(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?GetStyle wxFont UBEHXZ (int syscall wxFont::GetStyle(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?GetWeight wxFont UBEHXZ (int syscall wxFont::GetWeight(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?GetNativeFontInfo wxFontBase UBEPAUwxNativeFontInfo XZ (wxNativeFontInfo *syscall wxFontBase::GetNativeFontInfo( Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6795905): Symbol Undefined ?IsFixedWidth wxFontBase UBE_NXZ Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?SetNativeFontInfo wxFontBase UAEXABUwxNativeFontInfo Z (void syscall wxFontBase::SetNativeFontInfo(wxNativeFont Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6825770): Symbol Undefined ?sm_classwxBrush wxBrush 2VwxClassInfo A (wxClassInfo wxBrush::sm_classwxBrush) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?CreateRefData wxBrush MBEPAVwxObjectRefData XZ (wxObjectRefData *syscall wxBrush::CreateRefData(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?CloneRefData wxBrush MBEPAVwxObjectRefData PBV2 Z (wxObjectRefData *syscall wxBrush::CloneRefData(wxObjectRefDa Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826644): Symbol Undefined ?GetResourceHandle wxBrush UBEKXZ (unsigned long syscall wxBrush::GetResourceHandle(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?SetColour wxBrush UAEXEEE Z (void syscall wxBrush::SetColour(unsigned char ,unsigned char ,unsigned char )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (7942676): Symbol Undefined ?SetColour wxBrush UAEXABVwxColour Z (void syscall wxBrush::SetColour(wxColour const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232596): Symbol Undefined ?SetStyle wxBrush UAEXH Z (void syscall wxBrush::SetStyle(int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?SetStipple wxBrush UAEXABVwxBitmap Z (void syscall wxBrush::SetStipple(wxBitmap const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (28888220): Symbol Undefined ??0wxPen QAE XZ (syscall wxPen::wxPen(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232612): Symbol Undefined ??0wxBrush QAE XZ (syscall wxBrush::wxBrush(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1): Symbol Undefined ?wxTRANSPARENT_BRUSH 3PAVwxBrush A (wxBrush *wxTRANSPARENT_BRUSH) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (2): Symbol Undefined ?wxBLACK 3PAVwxColour A (wxColour *wxBLACK) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ??0wxColour QAE ABV0 Z (syscall wxColour::wxColour(wxColour const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232616): Symbol Undefined ?wxWHITE 3PAVwxColour A (wxColour *wxWHITE) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?Init wxFont IAEXXZ (void syscall wxFont::Init(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ??0wxBitmapRefData QAE XZ (syscall wxBitmapRefData::wxBitmapRefData(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (77): Symbol Undefined ?GetStyle wxBrush QBEHXZ (int syscall wxBrush::GetStyle(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1887612): Symbol Undefined ?sm_classwxMemoryDC wxMemoryDC 2VwxClassInfo A (wxClassInfo wxMemoryDC::sm_classwxMemoryDC) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?DoDrawRectangle wxMemoryDC MAEXHHHH Z (void syscall wxMemoryDC::DoDrawRectangle(int ,int ,int ,int )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (7942676): Symbol Undefined ?DoGetSize wxMemoryDC MBEXPAH0 Z (void syscall wxMemoryDC::DoGetSize(int *,int *)const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (120): Symbol Undefined ?SelectObject wxMemoryDC UAEXABVwxBitmap Z (void syscall wxMemoryDC::SelectObject(wxBitmap const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232448): Symbol Undefined ??0wxMemoryDC QAE XZ (syscall wxMemoryDC::wxMemoryDC(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (2): Symbol Undefined ?GetOptionInt wxSystemOptions SAHABVwxString Z (int cdecl wxSystemOptions::GetOptionInt(wxString const &)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1528988): Symbol Undefined ?wxSWISS_FONT 3PAVwxFont A (wxFont *wxSWISS_FONT) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (6826083): Symbol Undefined ?GetAncestorWithCustomPalette wxWindowBase QBEPAVwxWindow XZ (wxWindow *syscall wxWindowBase::GetAncestorWithCust Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1887444): Symbol Undefined ?FreeResource wxPalette UAE_N_N Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (51): Symbol Undefined ?sm_classwxPalette wxPalette 2VwxClassInfo A (wxClassInfo wxPalette::sm_classwxPalette) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (51): Symbol Undefined ?sm_classwxWindow wxWindow 2VwxClassInfo A (wxClassInfo wxWindow::sm_classwxWindow) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (28899984): Symbol Undefined ?IsKindOf wxObject QBE_NPAVwxClassInfo Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ?GetColour wxBrush QBE?AVwxColour XZ (wxColour syscall wxBrush::GetColour(void )const ) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (2): Symbol Undefined ?Clear wxListBase QAEXXZ (void syscall wxListBase::Clear(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ??1wxColour UAE XZ (syscall wxColour::~wxColour(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232604): Symbol Undefined ??1wxPalette UAE XZ (syscall wxPalette::~wxPalette(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1542408): Symbol Undefined ??1wxFont UAE XZ (syscall wxFont::~wxFont(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) : Symbol Undefined ??1wxFontBase UAE XZ (syscall wxFontBase::~wxFontBase(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1887440): Symbol Undefined ??1wxPen UAE XZ (syscall wxPen::~wxPen(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232612): Symbol Undefined ??1wxBrush UAE XZ (syscall wxBrush::~wxBrush(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(dc) (1232608): Symbol Undefined ??1wxBitmap UAE XZ (syscall wxBitmap::~wxBitmap(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) : Symbol Undefined ?Truncate wxString QAEAAV1 I Z (wxString &syscall wxString::Truncate(unsigned )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (80): Symbol Undefined ??4wxString QAEAAV0 PBD Z (wxString &syscall wxString::=(char const *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (29232780): Symbol Undefined ?ConcatSelf wxString AAE_NHPBD Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (2): Symbol Undefined ?GetWriteBuf wxString QAEPADI Z (char *syscall wxString::GetWriteBuf(unsigned )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) : Symbol Undefined ?UngetWriteBuf wxString QAEXXZ (void syscall wxString::UngetWriteBuf(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (1): Symbol Undefined ?wxSplitPath YAXPBDPAVwxString 11 Z (void cdecl wxSplitPath(char const *,wxString *,wxString *,wxString *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) : Symbol Undefined ?wxExecute YAJABVwxString HPAVwxProcess Z (long cdecl wxExecute(wxString const &,int ,wxProcess *)) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (1528064): Symbol Undefined ?Init wxTimer IAEXXZ (void syscall wxTimer::Init(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (6825327): Symbol Undefined ?Start wxTimer UAE_NH_N Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (1): Symbol Undefined ?Stop wxTimer UAEXXZ (void syscall wxTimer::Stop(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (1): Symbol Undefined ?sm_classwxTimer wxTimer 2VwxClassInfo A (wxClassInfo wxTimer::sm_classwxTimer) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (1542156): Symbol Undefined ?Notify wxTimerBase UAEXXZ (void syscall wxTimerBase::Notify(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (29221612): Symbol Undefined ?Start wxTimerBase UAE_NH_N Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (2): Symbol Undefined ?wxGetNativeFontEncoding YA_NW4wxFontEncoding PAUwxNativeEncodingInfo Z Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (2): Symbol Undefined ?Get wxFontMapper SAPAV1 XZ (wxFontMapper *cdecl wxFontMapper::Get(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) (2): Symbol Undefined ??1wxTimer UAE XZ (syscall wxTimer::~wxTimer(void )) Error: O:\WXWINDOWS_2_4_1\SAMPLES\MINIMAL\..\..\LIB\DMC\RELEASE\dmc_wxmsw.LIB(utils ) : Symbol Undefined ??1wxTimerBase UAE XZ (syscall wxTimerBase::~wxTimerBase(void )) Error: O:\DM\BIN\..\lib\SNN.lib(winstart) (1456804): Symbol Undefined _WinMain 16 Lines Processed: 166973 Errors: 396 Warnings: 0 Build failed
Aug 22 2003
parent Arjan Knepper <arjan ask.me> writes:
Yeric wrote:

 "> > Are you sure the O:\wxWindows_2_4_1\lib\dmc\release\dmc_wxmsw.lib file
 
is included in the project?
Hi Arjan, I just wiped wxWindows reinstalled recopied patches and recompiled everything This time dmc_wxmsw.LIb is even smaller 268kb
That is not correct. Release build's should be around 6.7 MB
 However I still cant get minimal to compile under idde, it still complains
 about undefined symbols <see below message for output >
 
 I assume when you say added to project, you meant as in physically via the
 same way as adding .cpp and .h files to a project ??
 
Yes. You must be doing something wrong. Those Undefined Symbols errors refer to cpp files which _are_ included in de dmc_wxmsw.prj. Are you sure you leave the directory structures untouched? Are you sure you installed de file from de dmcpatchkit OVER the files in the original wxWindows.2.4.1 dirs? Are you sure all the files in the dmc_wxmsw.prj file are compiled? (Look in the compiler output directory for *.obj files) Arjan
Aug 22 2003
prev sibling parent reply "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
Arjan

Is this correct should there only be this many files in wxmsw.prj

helpbase.OBJ+

http.OBJ+

..\common\imagjpeg.OBJ+

app.OBJ+

checklst.OBJ+

dc.OBJ+

gdiimage.OBJ+

ownerdrw.OBJ+

toplevel.OBJ+

utils.OBJ

$$SCW$$.LIB

Because these are all the file that exist in the makefile and all the files
that exisit in the project ????
could this be why I am getting al these symbols undefined because it cant
find the other files in the dmc_wxmsw.LIB ??

Thanks
Yeric


"Arjan Knepper" <arjan ask

.me> wrote in message news:bi50c2$jrv$1 digitaldaemon.com...
 dm\lib\ dir comctl32.lib etc

 I used the exact same settings as for the dmc_wxmsw.prj except changed
the
 target to executable and also changed the directory paths as per
 instructions.

 Thanks so far for all your help, hope you can point me to where I have
gone
 wrong
 Thanks
 Yeric
sc -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\lib\dmc

\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc -I..\..\include -HF..\
 ..\lib\dmc\release\wxprec.SYM -o..\..\lib\dmc\release\wxprec.PCO
 ..\..\include\wx\wxprec.h
 sc
minimal.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.

.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc -I..\..\inclu
 de -odmc\release\minimal.obj
 rcc -32 -I..\..\lib\dmc -I..\..\include -odmc\release\minimal.res
minimal.rc
 link /NOI /DE /PACKF /XN /NT /ENTRY:WinMainCRTStartup /BAS:4194304
/A:512
 /RC   :dmc\release\minimal.RES  Minimal.LNK
 Error:
O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal)
 (6800867): Symbol Undefined
 ?CheckBuildOptions wxAppBase  SA_NABVwxBuildOptions   Z
Are you sure the O:\wxWindows_2_4_1\lib\dmc\release\dmc_wxmsw.lib file is included in the project? Arjan
Aug 22 2003
parent reply Arjan Knepper <arjan ask.me> writes:
No it seems to me you are only compiling the cpp files from the dmcpatchkit.

You have to COPY the file from the dmcpatchkit OVERWRITING the original 
files in the wxWindows.2.4.1 src-tree. Thus the file defs.h form the 
dmcpatchkit.zip should overwrite the file  in the original 
wxWindows-2.4.1\include\wx\defs.h

Arjan

Yeric wrote:

 Arjan
 
 Is this correct should there only be this many files in wxmsw.prj
 
 helpbase.OBJ+
 
 http.OBJ+
 
 ..\common\imagjpeg.OBJ+
 
 app.OBJ+
 
 checklst.OBJ+
 
 dc.OBJ+
 
 gdiimage.OBJ+
 
 ownerdrw.OBJ+
 
 toplevel.OBJ+
 
 utils.OBJ
 
 $$SCW$$.LIB
 
 Because these are all the file that exist in the makefile and all the files
 that exisit in the project ????
 could this be why I am getting al these symbols undefined because it cant
 find the other files in the dmc_wxmsw.LIB ??
 
 Thanks
 Yeric
 
 
 "Arjan Knepper" <arjan ask
 
 .me> wrote in message news:bi50c2$jrv$1 digitaldaemon.com...
 
dm\lib\ dir comctl32.lib etc

I used the exact same settings as for the dmc_wxmsw.prj except changed
the
target to executable and also changed the directory paths as per
instructions.

Thanks so far for all your help, hope you can point me to where I have
gone
wrong
Thanks
Yeric
sc -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\lib\dmc \release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc -I..\..\include -HF..\
..\lib\dmc\release\wxprec.SYM -o..\..\lib\dmc\release\wxprec.PCO
..\..\include\wx\wxprec.h
sc
minimal.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\. .\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc -I..\..\inclu
de -odmc\release\minimal.obj
rcc -32 -I..\..\lib\dmc -I..\..\include -odmc\release\minimal.res
minimal.rc
link /NOI /DE /PACKF /XN /NT /ENTRY:WinMainCRTStartup /BAS:4194304
/A:512
/RC   :dmc\release\minimal.RES  Minimal.LNK
Error:
O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal)
(6800867): Symbol Undefined
?CheckBuildOptions wxAppBase  SA_NABVwxBuildOptions   Z
Are you sure the O:\wxWindows_2_4_1\lib\dmc\release\dmc_wxmsw.lib file is included in the project? Arjan
Aug 22 2003
next sibling parent "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
I have done this Arjan

If you look in the patchkit src\msw dmc_wxmsw.Mak file it only contains
these entries
and this is all that is loaded into IDDE when project selected

I am now manually adding files to project, having to copy quite a few from
cvs directory to get them to compile though listctrl will not compile
without the wrapcttl.h filebeing added to \include\wx\msw dir
As I have just found out this fails aswell listctrl I mean with the original
and cvs version some error about not being able to find m_count and other m_
variables

sc -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\lib\dmc
\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\include -I..\
zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -HF..\..\lib\dmc\release\wxprec
.SYM -o..\..\lib\dmc\release
sc
..\common\cmndata.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c 
-H -HD..\..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I
..\..\include -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\
dmc\release\cmndata.obj
sc
..\common\imagjpeg.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c
 -H -HD..\..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -
I..\..\include -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib
\dmc\release\imagjpeg.obj
sc
app.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\li
b\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\include 
-I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\ap
p.obj
sc
checklst.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\checklst.obj
sc
dc.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\lib
\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\include -
I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\dc.
obj
sc
gdiimage.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\gdiimage.obj
sc
ownerdrw.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\ownerdrw.obj
sc
toplevel.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\toplevel.obj
sc
utils.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\
lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\includ
e -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\
utils.obj
sc
..\COMMON\helpbase.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c
 -H -HD..\..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -
I..\..\include -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib
\dmc\release\helpbase.obj
sc
..\COMMON\http.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H 
-HD..\..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\
..\include -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc
\release\http.obj
sc
gsocket.c -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\
lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\includ
e -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\
gsocket.obj
sc
gsockmsw.c -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..
\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inclu
de -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release
\gsockmsw.obj
sc
accel.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\
lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\includ
e -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\
accel.obj
sc
bitmap.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..
\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inclu
de -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release
\bitmap.obj
sc
bmpbuttn.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\bmpbuttn.obj
sc
brush.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\
lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\includ
e -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\
brush.obj
sc
button.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..
\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inclu
de -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release
\button.obj
sc
caret.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\
lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\includ
e -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\
caret.obj
sc
checkbox.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\checkbox.obj
sc
choice.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..
\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inclu
de -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release
\choice.obj
sc
clipbrd.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.
.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\incl
ude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\releas
e\clipbrd.obj
sc
colordlg.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\colordlg.obj
sc
colour.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..
\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inclu
de -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release
\colour.obj
sc
combobox.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\combobox.obj
sc
control.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.
.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\incl
ude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\releas
e\control.obj
sc
curico.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..
\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inclu
de -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release
\curico.obj
sc
cursor.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..
\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inclu
de -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release
\cursor.obj
sc
data.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\l
ib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\include
 -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\d
ata.obj
sc
dcclient.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\dcclient.obj
sc
dcmemory.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\dcmemory.obj
sc
dcprint.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.
.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\incl
ude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\releas
e\dcprint.obj
sc
dcscreen.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\dcscreen.obj
sc
dde.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\li
b\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\include 
-I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\dd
e.obj
sc
dialog.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..
\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inclu
de -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release
\dialog.obj
sc
dialup.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..
\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inclu
de -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release
\dialup.obj
sc
dib.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\li
b\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\include 
-I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\di
b.obj
sc
dibutils.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\dibutils.obj
sc
dir.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\li
b\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\include 
-I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\di
r.obj
sc
dirdlg.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..
\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inclu
de -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release
\dirdlg.obj
sc
display.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.
.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\incl
ude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\releas
e\display.obj
sc
dragimag.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\dragimag.obj
sc
dummy.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\
lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\includ
e -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\
dummy.obj
sc
dummydll.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\dummydll.obj
sc
enhmeta.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.
.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\incl
ude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\releas
e\enhmeta.obj
sc
evtloop.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.
.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\incl
ude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\releas
e\evtloop.obj
sc
fdrepdlg.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\fdrepdlg.obj
sc
filedlg.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.
.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\incl
ude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\releas
e\filedlg.obj
sc
font.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\l
ib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\include
 -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\f
ont.obj
sc
fontdlg.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.
.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\incl
ude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\releas
e\fontdlg.obj
sc
fontenum.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\fontenum.obj
sc
fontutil.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\fontutil.obj
sc
frame.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\
lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\includ
e -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\
frame.obj
sc
gauge95.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.
.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\incl
ude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\releas
e\gauge95.obj
sc
gdiobj.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..
\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inclu
de -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release
\gdiobj.obj
sc
glcanvas.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\glcanvas.obj
sc
helpbest.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\helpbest.obj
sc
helpchm.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.
.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\incl
ude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\releas
e\helpchm.obj
sc
helpwin.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.
.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\incl
ude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\releas
e\helpwin.obj
sc
icon.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\l
ib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\include
 -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\release\i
con.obj
sc
imaglist.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\imaglist.obj
sc
iniconf.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.
.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\incl
ude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\releas
e\iniconf.obj
sc
joystick.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\joystick.obj
sc
listbox.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.
.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\incl
ude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\releas
e\listbox.obj
sc
listctrl.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\relea
se\listctrl.obj
Error: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(242): undefined identifier
'm_count'
Error: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(243): undefined identifier
'm_ignoreChangeMessages'
Error: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1732): undefined identifier
'HDN_GETDISPINFOW'
Error: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1734): undefined identifier
'LPNMHDDISPINFOW'
Warning: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1734): value of expression
is not used
Fatal Error: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1743): too many errors
Lines Processed: 590472  Errors: 5  Warnings: 1
Build failed

below is the makefile that comes with the patchkit as you can see this all
the files it includes
Thanks
Yeric

ORIGIN = DigiMars C++

ORIGIN_VER = Version 7.22

VERSION = DEBUG

!IFDEF SUB_DEBUG

DEBUG = $(SUB_DEBUG)

NDEBUG = !$(SUB_DEBUG)

!ELSE

DEBUG = 1

NDEBUG = 0

!ENDIF

PROJ = dmc_wxmsw

APPTYPE = WIN32 LIB

PROJTYPE = LIB

CC = SC

CPP = SPP

JAVAC = sj

MAKE = SMAKE

RC = RCC

HC = HC31

ASM = SC

DISASM = OBJ2ASM

LNK = LINK

DLLS =

HEADERS = O:\dm\stlport\stlport\stdio.h O:\dm\stlport\stlport\stl\_prolog.h
O:\dm\stlport\stlport\stl\_config.h \

O:\dm\stlport\stlport\stl_user_config.h
O:\dm\stlport\stlport\stl\_config_compat.h
O:\dm\stlport\stlport\stl\_site_config.h
O:\dm\stlport\stlport\config\stlcomp.h \

O:\dm\stlport\stlport\config\stl_apple.h
O:\dm\stlport\stlport\config\stl_confix.h
O:\dm\stlport\stlport\stl\_epilog.h
O:\dm\stlport\stlport\stl\_config_compat_post.h \

O:\dm\stlport\stlport\string.h O:\dm\stlport\stlport\ctype.h
O:\dm\stlport\stlport\math.h O:\dm\include\print.h \

O:\dm\include\win16\PRINT.H O:\dm\include\direct.h O:\dm\include\dos.h

DEFFILE = dmc_wxmsw.DEF

!IF $(DEBUG)

OUTPUTDIR = .

CREATEOUTPUTDIR =

TARGETDIR = .

CREATETARGETDIR =

SYMROOT =

SYMS =

LIBS =

CFLAGS = -mn -C -D_WINDOWS -S -3 -a8 -c -gf

LFLAGS = /CO /NOI /DE /NOPACKF /XU /A:16

DEFINES =

!ELSE

OUTPUTDIR = .

CREATEOUTPUTDIR =

TARGETDIR = .

CREATETARGETDIR =

SYMROOT =

SYMS =

LIBS =

CFLAGS = -mn -o+time -D_WINDOWS -3 -a8 -c

LFLAGS = /NOI /DE /E /PACKF /XU /A:16

DEFINES =

!ENDIF

HFLAGS = $(CFLAGS)

MFLAGS = MASTERPROJ=$(PROJ)

LIBFLAGS = /C

RESFLAGS =

DEBUGGERFLAGS =

AFLAGS = $(CFLAGS)

HELPFLAGS =

MODEL = N

PAR = PROJS BATS OBJS

RCDEFINES =

INCLUDES =

INCLUDEDOBJS =

OBJS = ..\common\cmndata.OBJ helpbase.OBJ http.OBJ \

..\common\imagjpeg.OBJ app.OBJ checklst.OBJ dc.OBJ \

gdiimage.OBJ ownerdrw.OBJ toplevel.OBJ utils.OBJ

RCFILES =

RESFILES =

HELPFILES =

BATS =

.SUFFIXES: .C .CP .CPP .CXX .CC .H .HPP .HXX .COM .EXE .DLL .LIB .RTF .DLG
.ASM .RES .RC .OBJ

.C.OBJ:

$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o$*.obj $*.c

.CPP.OBJ:

$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o$*.obj $*.cpp

.CXX.OBJ:

$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o$*.obj $*.cxx

.CC.OBJ:

$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o$*.obj $*.cc

.CP.OBJ:

$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o$*.obj $*.cp

.H.SYM:

$(CC) $(HFLAGS) $(DEFINES) $(INCLUDES) -HF -o$(*B).sym $*.h

.HPP.SYM:

$(CC) $(HFLAGS) $(DEFINES) $(INCLUDES) -HF -o$(*B).sym $*.hpp

.HXX.SYM:

$(CC) $(HFLAGS) $(DEFINES) $(INCLUDES) -HF -o$(*B).sym $*.hxx

.C.EXP:

$(CPP) $(CFLAGS) $(DEFINES) $(INCLUDES) $*.c -o$*.lst

.CPP.EXP:

$(CPP) $(CFLAGS) $(DEFINES) $(INCLUDES) $*.cpp -o$*.lst

.CXX.EXP:

$(CPP) $(CFLAGS) $(DEFINES) $(INCLUDES) $*.cxx -o$*.lst

.CP.EXP:

$(CPP) $(CFLAGS) $(DEFINES) $(INCLUDES) $*.cp -o$*.lst

.CC.EXP:

$(CPP) $(CFLAGS) $(DEFINES) $(INCLUDES) $*.cc -o$*.lst

.ASM.EXP:

$(CPP) $(CFLAGS) $(DEFINES) $(INCLUDES) $*.asm -o$*.lst

.OBJ.COD:

$(DISASM) $*.OBJ -c

!IF $(DEBUG)

.OBJ.EXE:

$(LNK) $(LFLAGS)  <<$(PROJ).LNK

..\common\cmndata.OBJ+

helpbase.OBJ+

http.OBJ+

..\common\imagjpeg.OBJ+

app.OBJ+

checklst.OBJ+

dc.OBJ+

gdiimage.OBJ+

ownerdrw.OBJ+

toplevel.OBJ+

utils.OBJ

$$SCW$$.LIB

NUL

dmc_wxmsw.DEF;

<<

!ELSE

.OBJ.EXE:

$(LNK) $(LFLAGS)  $(PROJ).LNK<<

..\common\cmndata.OBJ+

helpbase.OBJ+

http.OBJ+

..\common\imagjpeg.OBJ+

app.OBJ+

checklst.OBJ+

dc.OBJ+

gdiimage.OBJ+

ownerdrw.OBJ+

toplevel.OBJ+

utils.OBJ

$$SCW$$.LIB

NUL

dmc_wxmsw.DEF;

<<

!ENDIF

.RTF.HLP:

$(HC) $(HELPFLAGS) $*.HPJ

.ASM.OBJ:

$(ASM) $(AFLAGS) $(DEFINES) $(INCLUDES) -o$*.obj $*.asm

.RC.RES:

$(RC) $(RCDEFINES) $(RESFLAGS) $(INCLUDES) $*.rc -o$*.res

.DLG.RES:

echo ^#include "windows.h" >$$$*.rc

echo ^IF EXIST "$*.h" >>$$$*.rc

echo ^#include "$*.h" >>$$$*.rc

echo ^#include "$*.dlg" >>$$$*.rc

$(RC) $(RCDEFINES) $(RESFLAGS) $(INCLUDES) $$$*.rc

-del $*.res

-ren $$$*.res $*.res





all: noteout createdir $(PRECOMPILE) $(SYMS) $(OBJS) $(INCLUDEDOBJS)
$(POSTCOMPILE) $(TARGETDIR)\$(PROJ).$(PROJTYPE) $(POSTLINK) _done



all2: createdir $(PRECOMPILE) $(SYMS) $(OBJS) $(INCLUDEDOBJS) $(POSTCOMPILE)
$(TARGETDIR)\$(PROJ).$(PROJTYPE) $(POSTLINK) _done

noteout:

REM Output to $(OUTPUTDIR)

createdir:

$(CREATEOUTPUTDIR)

$(CREATETARGETDIR)


$(TARGETDIR)\$(PROJ).$(PROJTYPE): $(OBJS) $(INCLUDEDOBJS) $(RCFILES)
$(RESFILES) $(HELPFILES)

-del $(TARGETDIR)\$(PROJ).$(PROJTYPE)

LIB $(TARGETDIR)\$$SCW$$.$(PROJTYPE) $(LIBFLAGS)\

 <<

+..\common\cmndata.OBJ +helpbase.OBJ +http.OBJ &

+..\common\imagjpeg.OBJ +app.OBJ +checklst.OBJ +dc.OBJ &

+gdiimage.OBJ +ownerdrw.OBJ +toplevel.OBJ +utils.OBJ

<<

-ren $(TARGETDIR)\$$SCW$$.$(PROJTYPE) $(PROJ).$(PROJTYPE)

-echo $(TARGETDIR)\$(PROJ).$(PROJTYPE) built

_done:

REM Project is up to date

buildall: clean all



clean:

-del $(TARGETDIR)\$$SCW$$.$(PROJTYPE)

-del $(PROJ).CLE

-del $(OUTPUTDIR)\SCPH.SYM

-del dmc_wxmsw.dpd

-del $(OBJS)

cleanres:

res: cleanres $(RCFILES) all



link:

LIB $(TARGETDIR)\$$SCW$$.$(PROJTYPE) $(LIBFLAGS)\

 <<

+..\common\cmndata.OBJ +helpbase.OBJ +http.OBJ &

+..\common\imagjpeg.OBJ +app.OBJ +checklst.OBJ +dc.OBJ &

+gdiimage.OBJ +ownerdrw.OBJ +toplevel.OBJ +utils.OBJ

<<

-del $(TARGETDIR)\$(PROJ).$(PROJTYPE)

-ren $(TARGETDIR)\$$SCW$$.$(PROJTYPE) $(PROJ).$(PROJTYPE)







!IF EXIST (dmc_wxmsw.dpd)

!INCLUDE dmc_wxmsw.dpd

!ENDIF
Aug 22 2003
prev sibling next sibling parent "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
Ok time to start again <g>

I will not copy the makefile that is in the \src\msw directory only the prj
file, it is odd that this make file is not visible in z-Zip when I view
files only when extracted.

Uninstalled and reinstalling wxWindows once more :) the prj should the
create a make file if one does not exist, but the one in the patch kit
really does only include the file in the patch kit

I will let you know what occurs

Thanks for all your time and patience
Yeric
"Arjan Knepper" <arjan ask.me> wrote in message
news:bi5cj4$15b4$1 digitaldaemon.com...
 No it seems to me you are only compiling the cpp files from the
dmcpatchkit.
 You have to COPY the file from the dmcpatchkit OVERWRITING the original
 files in the wxWindows.2.4.1 src-tree. Thus the file defs.h form the
 dmcpatchkit.zip should overwrite the file  in the original
 wxWindows-2.4.1\include\wx\defs.h

 Arjan

 Yeric wrote:

 Arjan

 Is this correct should there only be this many files in wxmsw.prj

 helpbase.OBJ+

 http.OBJ+

 ..\common\imagjpeg.OBJ+

 app.OBJ+

 checklst.OBJ+

 dc.OBJ+

 gdiimage.OBJ+

 ownerdrw.OBJ+

 toplevel.OBJ+

 utils.OBJ

 $$SCW$$.LIB

 Because these are all the file that exist in the makefile and all the
files
 that exisit in the project ????
 could this be why I am getting al these symbols undefined because it
cant
 find the other files in the dmc_wxmsw.LIB ??

 Thanks
 Yeric


 "Arjan Knepper" <arjan ask

 .me> wrote in message news:bi50c2$jrv$1 digitaldaemon.com...

dm\lib\ dir comctl32.lib etc

I used the exact same settings as for the dmc_wxmsw.prj except changed
the
target to executable and also changed the directory paths as per
instructions.

Thanks so far for all your help, hope you can point me to where I have
gone
wrong
Thanks
Yeric
sc -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\..\lib\dmc

\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc -I..\..\include -HF..\
..\lib\dmc\release\wxprec.SYM -o..\..\lib\dmc\release\wxprec.PCO
..\..\include\wx\wxprec.h
sc
minimal.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\.

.\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc -I..\..\inclu
de -odmc\release\minimal.obj
rcc -32 -I..\..\lib\dmc -I..\..\include -odmc\release\minimal.res
minimal.rc
link /NOI /DE /PACKF /XN /NT /ENTRY:WinMainCRTStartup /BAS:4194304
/A:512
/RC   :dmc\release\minimal.RES  Minimal.LNK
Error:
O:\wxWindows_2_4_1\samples\minimal\dmc\release\minimal.OBJ(minimal)
(6800867): Symbol Undefined
?CheckBuildOptions wxAppBase  SA_NABVwxBuildOptions   Z
Are you sure the O:\wxWindows_2_4_1\lib\dmc\release\dmc_wxmsw.lib file is included in the project? Arjan
Aug 22 2003
prev sibling next sibling parent reply "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
Well this is the furthest yet ;)
I reinstalled wxWindows as I copied all sorts of files from cvs and broke it
completely.
So a fresh install was needed

Then I was very careful to copy the files from dmcpatch, making certain that
i did not copy that makefile over only the source files, the .def files and
the .prj files.

It is still failing on the listctrl.cpp file
I have included the output, but only the from the error bit

sc
listctrl.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
lude\ -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\rele
ase\listctrl.obj
Error: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1761): undefined identifier
'HDN_GETDISPINFOW'
Error: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1763): undefined identifier
'LPNMHDDISPINFOW'
Warning: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1763): value of expression
is not used
Error: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1772): pointer required
before '->', '->*' or after '*'
O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1772): Had: int
Warning: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1772): value of expression
is not used
Lines Processed: 1010113  Errors: 3  Warnings: 10
Build failed

thanks
Yeric
Aug 22 2003
parent reply Arjan Knepper <arjan ask.me> writes:
HDN_GETDISPINFOW

Is normally defined in commctrl.h in de compiler include direcory.
I think you need a newer version of this file which you can get from the 
MS PlatformSDK.

Or replace the file <wxWindow-dir>\include\wx\msw\missing.h

with the one attached

Arjan

Yeric wrote:

 Well this is the furthest yet ;)
 I reinstalled wxWindows as I copied all sorts of files from cvs and broke it
 completely.
 So a fresh install was needed
 
 Then I was very careful to copy the files from dmcpatch, making certain that
 i did not copy that makefile over only the source files, the .def files and
 the .prj files.
 
 It is still failing on the listctrl.cpp file
 I have included the output, but only the from the error bit
 
 sc
 listctrl.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\
 ..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc
 lude\ -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\rele
 ase\listctrl.obj
 Error: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1761): undefined identifier
 'HDN_GETDISPINFOW'
 Error: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1763): undefined identifier
 'LPNMHDDISPINFOW'
 Warning: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1763): value of expression
 is not used
 Error: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1772): pointer required
 before '->', '->*' or after '*'
 O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1772): Had: int
 Warning: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1772): value of expression
 is not used
 Lines Processed: 1010113  Errors: 3  Warnings: 10
 Build failed
 
 thanks
 Yeric
 
 
Aug 22 2003
next sibling parent "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
 HDN_GETDISPINFOW

 Is normally defined in commctrl.h in de compiler include direcory.
 I think you need a newer version of this file which you can get from the
 MS PlatformSDK.
Ok thanks, I did also notice that the line that checks for (__DIGITALMARS__) in missing.h was not there so I added it and am compiling now, and crossed my fingers;)

Thanks for all your help Arjan it most appreciated

I think this has fixed it though for sure so far so good infact
YEEEEEEEEESSS!!!! it has just built listctrl successfully and is now
compiling the rest of the library !!

Yipeeeeee

it worls!!!!

it actually works!!!! ( jumping for joy cracking open the champaign well
pils anyway )

Yeeeeehaaaa!!!!

well nearly 13 hours later and it is done this is a lot of thanks to you two
Knepper brothers

Thanks thanks thanks!!!!

happy Yeric ;p

 Or replace the file <wxWindow-dir>\include\wx\msw\missing.h

 with the one attached

 Arjan
---------------------------------------------------------------------------- ----

////////////////////////////////////////////////////////////////////////////
/
 // Name:        missing.h
 // Purpose:     Declarations for parts of the Win32 SDK that are missing
in
 //              the version that comes with some compilers
 // Created:     2002/04/23
 // RCS-ID:      $Id: missing.h,v 1.1.1.1 2003/08/14 11:32:03 arjan Exp $
 // Licence:     wxWindows licence
//////////////////////////////////////////////////////////////////////////// /
 #ifndef _WX_MISSING_H_
 #define _WX_MISSING_H_
// ------------------------------------------------------------------------- ---
 // ListView common control
// ------------------------------------------------------------------------- ---
 #ifndef LVHT_ONITEM
     #define LVHT_ONITEM \
                 (LVHT_ONITEMICON | LVHT_ONITEMLABEL |
LVHT_ONITEMSTATEICON)
 #endif

 #ifndef LVM_SETEXTENDEDLISTVIEWSTYLE
     #define LVM_SETEXTENDEDLISTVIEWSTYLE (0x1000 + 54)
 #endif

 #ifndef LVS_EX_FULLROWSELECT
     #define LVS_EX_FULLROWSELECT 0x00000020
 #endif

 #ifndef LVS_OWNERDATA
     #define LVS_OWNERDATA 0x1000
 #endif

 #ifndef LVM_FIRST
     #define LVM_FIRST 0x1000
 #endif

 #ifndef HDM_FIRST
     #define HDM_FIRST 0x1200
 #endif

 #ifndef LVCFMT_JUSTIFYMASK
     #define LVCFMT_JUSTIFYMASK 0x0003
 #endif

 #ifndef LVSICF_NOSCROLL
     #define LVSICF_NOSCROLL 0x0002
 #endif

 // mingw32/cygwin don't have declarations for comctl32.dll 4.70+ stuff
 #ifndef NM_CACHEHINT
     typedef struct tagNMLVCACHEHINT
     {
         NMHDR   hdr;
         int     iFrom;
         int     iTo;
     } NMLVCACHEHINT;

     #define NM_CACHEHINT NMLVCACHEHINT
 #endif

 #ifndef LVN_ODCACHEHINT
     #define LVN_ODCACHEHINT (-113)
 #endif

 #ifndef ListView_GetHeader
     #define ListView_GetHeader(w) (HWND)SendMessage((w),LVM_GETHEADER,0,0)
 #endif

 #ifndef LVM_GETHEADER
     #define LVM_GETHEADER (LVM_FIRST+31)
 #endif

 #ifndef Header_GetItemRect
     #define Header_GetItemRect(w,i,r) \
             (BOOL)SendMessage((w),HDM_GETITEMRECT,(WPARAM)(i),(LPARAM)(r))
 #endif

 #ifndef HDM_GETITEMRECT
     #define HDM_GETITEMRECT (HDM_FIRST+7)
 #endif

 #ifndef LVCF_IMAGE
     #define LVCF_IMAGE             0x0010
 #endif

 #ifndef LVCFMT_BITMAP_ON_RIGHT
     #define LVCFMT_BITMAP_ON_RIGHT 0x1000
 #endif

 #if defined(__GNUWIN32__) && !defined(LV_ITEM) \
     && !wxCHECK_W32API_VERSION( 0, 5 )
 typedef struct _LVITEMW {
     UINT mask;
     int iItem;
     int iSubItem;
     UINT state;
     UINT stateMask;
     LPWSTR pszText;
     int cchTextMax;
     int iImage;
     LPARAM lParam;
 #if (_WIN32_IE >= 0x0300)
     int iIndent;
 #endif
 } LV_ITEMW;

 typedef struct tagLVITEMA
 {
     UINT mask;
     int iItem;
     int iSubItem;
     UINT state;
     UINT stateMask;
     LPSTR pszText;
     int cchTextMax;
     int iImage;
     LPARAM lParam;
 #if (_WIN32_IE >= 0x0300)
     int iIndent;
 #endif
 } LV_ITEMA;

 #define LV_ITEM LV_ITEMA;
 #endif

 #ifndef ListView_GetColumnWidth
 #define ListView_GetColumnWidth(hwnd, iCol) \
     (int)SNDMSG((hwnd), LVM_GETCOLUMNWIDTH, (WPARAM)(int)(iCol), 0)
 #endif

 #ifndef ListView_SetColumnWidth
 #define ListView_SetColumnWidth(hwnd, iCol, cx) \
     (BOOL)SNDMSG((hwnd), LVM_SETCOLUMNWIDTH, (WPARAM)(int)(iCol),
MAKELPARAM((cx), 0))
 #endif

 #ifndef ListView_GetTextColor
 #define ListView_GetTextColor(hwnd)  \
     (COLORREF)SNDMSG((hwnd), LVM_GETTEXTCOLOR, 0, 0L)
 #endif

 #ifndef ListView_FindItem
 #define ListView_FindItem(hwnd, iStart, plvfi) \
     (int)SNDMSG((hwnd), LVM_FINDITEM, (WPARAM)(int)(iStart),
(LPARAM)(const LV_FINDINFO FAR*)(plvfi))
 #endif

 #if defined(__GNUWIN32__) && !wxCHECK_W32API_VERSION( 0, 5 )
 #ifndef LV_DISPINFOA
 typedef struct tagNMLVDISPINFOA {
         NMHDR hdr;
         LV_ITEMA item;
 } NMLVDISPINFOA, FAR *LPNMLVDISPINFOA;
 #define _LV_DISPINFOA tagNMLVDISPINFOA
 #define LV_DISPINFOA NMLVDISPINFOA
 #endif
 #ifndef LV_DISPINFOW
 typedef struct tagNMLVDISPINFOW {
         NMHDR hdr;
         LV_ITEMW item;
 } NMLVDISPINFOW, FAR *LPNMLVDISPINFOW;
 #define _LV_DISPINFOW tagNMLVDISPINFOW
 #define LV_DISPINFOW NMLVDISPINFOW
 #endif
 #endif

 #if ((defined(__WATCOMC__) && __WATCOMC__ >= 1200) ||
defined(__GNUWIN32__) || defined (__MINGW32__) || defined (__BORLANDC__) || defined(__DMCPP__)) && !defined(HDN_GETDISPINFOW)
 #define HDN_GETDISPINFOW (HDN_FIRST-29)
 #if !wxCHECK_W32API_VERSION(2, 2)
 typedef struct {
         NMHDR hdr;
         int iItem;
         UINT mask;
         LPWSTR pszText;
         int cchTextMax;
         int iImage;
         LPARAM lParam;
 } NMHDDISPINFOW, *LPNMHDDISPINFOW;
 #endif
 #endif
// ------------------------------------------------------------------------- ---
 // MS HTML Help
// ------------------------------------------------------------------------- ---
 // instead of including htmlhelp.h, duplicate the things from it we need
here:
 enum
 {
     HH_DISPLAY_TOPIC,
     HH_DISPLAY_TOC,
     HH_DISPLAY_INDEX,
     HH_DISPLAY_SEARCH,
     HH_SET_WIN_TYPE,
     HH_GET_WIN_TYPE,
     HH_GET_WIN_HANDLE,
     HH_ENUM_INFO_TYPE,
     HH_SET_INFO_TYPE,
     HH_SYNC,
     HH_RESERVED1,
     HH_RESERVED2,
     HH_RESERVED3,
     HH_KEYWORD_LOOKUP,
     HH_DISPLAY_TEXT_POPUP,
     HH_HELP_CONTEXT,
     HH_TP_HELP_CONTEXTMENU,
     HH_TP_HELP_WM_HELP,
     HH_CLOSE_ALL,
     HH_ALINK_LOOKUP,
     HH_GET_LAST_ERROR,
     HH_ENUM_CATEGORY,
     HH_ENUM_CATEGORY_IT,
     HH_RESET_IT_FILTER,
     HH_SET_INCLUSIVE_FILTER,
     HH_SET_EXCLUSIVE_FILTER
 };

 struct HH_POPUP
 {
     int       cbStruct;
     HINSTANCE hinst;
     UINT      idString;
     LPCTSTR   pszText;
     POINT     pt;
     COLORREF  clrForeground;
     COLORREF  clrBackground;
     RECT      rcMargins;
     LPCTSTR   pszFont;
 };

 struct HH_AKLINK
 {
     int       cbStruct;
     BOOL      fReserved;
     LPCTSTR   pszKeywords;
     LPCTSTR   pszUrl;
     LPCTSTR   pszMsgText;
     LPCTSTR   pszMsgTitle;
     LPCTSTR   pszWindow;
     BOOL      fIndexOnFail;
 };
// ------------------------------------------------------------------------- ---
 // Misc stuff
// ------------------------------------------------------------------------- ---
 #ifndef QS_ALLPOSTMESSAGE
     #define QS_ALLPOSTMESSAGE    0x0100
 #endif

 #ifdef __WXWINE__
 #define LV_ITEMA LVITEMA
 #define LV_ITEMW LVITEMW
 #define LV_DISPINFOA NMLVDISPINFOA
 #define LV_DISPINFOW NMLVDISPINFOW

 #if wxUSE_UNICODE
 #define LV_FINDINFO LVFINDINFOW
 #else
 #define LV_FINDINFO LVFINDINFOA
 #endif

 #endif

 #endif
     // _WX_MISSING_H_
Aug 22 2003
prev sibling parent "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
Confirmed successfully built minimal

Thank you very much

Yeric
"Arjan Knepper" <arjan ask.me> wrote in message
news:bi61vp$24j5$1 digitaldaemon.com...
 HDN_GETDISPINFOW

 Is normally defined in commctrl.h in de compiler include direcory.
 I think you need a newer version of this file which you can get from the
 MS PlatformSDK.

 Or replace the file <wxWindow-dir>\include\wx\msw\missing.h

 with the one attached

 Arjan

 Yeric wrote:

 Well this is the furthest yet ;)
 I reinstalled wxWindows as I copied all sorts of files from cvs and
broke it
 completely.
 So a fresh install was needed

 Then I was very careful to copy the files from dmcpatch, making certain
that
 i did not copy that makefile over only the source files, the .def files
and
 the .prj files.

 It is still failing on the listctrl.cpp file
 I have included the output, but only the from the error bit

 sc
listctrl.cpp -cpp -Ae -Ar -mn -o+time -D_WINDOWS -ff -5 -a8 -Nc -c -H -HD..\

..\lib\dmc\release -HO- -D__WXMSW__ -D__WIN95__ -I..\..\lib\dmc\ -I..\..\inc

lude\ -I..\zlib -I..\png -I..\jpeg -I..\tiff -I..\regex -o..\..\lib\dmc\rele
 ase\listctrl.obj
 Error: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1761): undefined
identifier
 'HDN_GETDISPINFOW'
 Error: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1763): undefined
identifier
 'LPNMHDDISPINFOW'
 Warning: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1763): value of
expression
 is not used
 Error: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1772): pointer required
 before '->', '->*' or after '*'
 O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1772): Had: int
 Warning: O:\wxWindows_2_4_1\src\msw\listctrl.cpp(1772): value of
expression
 is not used
 Lines Processed: 1010113  Errors: 3  Warnings: 10
 Build failed

 thanks
 Yeric
---------------------------------------------------------------------------- ----

////////////////////////////////////////////////////////////////////////////
/
 // Name:        missing.h
 // Purpose:     Declarations for parts of the Win32 SDK that are missing
in
 //              the version that comes with some compilers
 // Created:     2002/04/23
 // RCS-ID:      $Id: missing.h,v 1.1.1.1 2003/08/14 11:32:03 arjan Exp $
 // Licence:     wxWindows licence
//////////////////////////////////////////////////////////////////////////// /
 #ifndef _WX_MISSING_H_
 #define _WX_MISSING_H_
// ------------------------------------------------------------------------- ---
 // ListView common control
// ------------------------------------------------------------------------- ---
 #ifndef LVHT_ONITEM
     #define LVHT_ONITEM \
                 (LVHT_ONITEMICON | LVHT_ONITEMLABEL |
LVHT_ONITEMSTATEICON)
 #endif

 #ifndef LVM_SETEXTENDEDLISTVIEWSTYLE
     #define LVM_SETEXTENDEDLISTVIEWSTYLE (0x1000 + 54)
 #endif

 #ifndef LVS_EX_FULLROWSELECT
     #define LVS_EX_FULLROWSELECT 0x00000020
 #endif

 #ifndef LVS_OWNERDATA
     #define LVS_OWNERDATA 0x1000
 #endif

 #ifndef LVM_FIRST
     #define LVM_FIRST 0x1000
 #endif

 #ifndef HDM_FIRST
     #define HDM_FIRST 0x1200
 #endif

 #ifndef LVCFMT_JUSTIFYMASK
     #define LVCFMT_JUSTIFYMASK 0x0003
 #endif

 #ifndef LVSICF_NOSCROLL
     #define LVSICF_NOSCROLL 0x0002
 #endif

 // mingw32/cygwin don't have declarations for comctl32.dll 4.70+ stuff
 #ifndef NM_CACHEHINT
     typedef struct tagNMLVCACHEHINT
     {
         NMHDR   hdr;
         int     iFrom;
         int     iTo;
     } NMLVCACHEHINT;

     #define NM_CACHEHINT NMLVCACHEHINT
 #endif

 #ifndef LVN_ODCACHEHINT
     #define LVN_ODCACHEHINT (-113)
 #endif

 #ifndef ListView_GetHeader
     #define ListView_GetHeader(w) (HWND)SendMessage((w),LVM_GETHEADER,0,0)
 #endif

 #ifndef LVM_GETHEADER
     #define LVM_GETHEADER (LVM_FIRST+31)
 #endif

 #ifndef Header_GetItemRect
     #define Header_GetItemRect(w,i,r) \
             (BOOL)SendMessage((w),HDM_GETITEMRECT,(WPARAM)(i),(LPARAM)(r))
 #endif

 #ifndef HDM_GETITEMRECT
     #define HDM_GETITEMRECT (HDM_FIRST+7)
 #endif

 #ifndef LVCF_IMAGE
     #define LVCF_IMAGE             0x0010
 #endif

 #ifndef LVCFMT_BITMAP_ON_RIGHT
     #define LVCFMT_BITMAP_ON_RIGHT 0x1000
 #endif

 #if defined(__GNUWIN32__) && !defined(LV_ITEM) \
     && !wxCHECK_W32API_VERSION( 0, 5 )
 typedef struct _LVITEMW {
     UINT mask;
     int iItem;
     int iSubItem;
     UINT state;
     UINT stateMask;
     LPWSTR pszText;
     int cchTextMax;
     int iImage;
     LPARAM lParam;
 #if (_WIN32_IE >= 0x0300)
     int iIndent;
 #endif
 } LV_ITEMW;

 typedef struct tagLVITEMA
 {
     UINT mask;
     int iItem;
     int iSubItem;
     UINT state;
     UINT stateMask;
     LPSTR pszText;
     int cchTextMax;
     int iImage;
     LPARAM lParam;
 #if (_WIN32_IE >= 0x0300)
     int iIndent;
 #endif
 } LV_ITEMA;

 #define LV_ITEM LV_ITEMA;
 #endif

 #ifndef ListView_GetColumnWidth
 #define ListView_GetColumnWidth(hwnd, iCol) \
     (int)SNDMSG((hwnd), LVM_GETCOLUMNWIDTH, (WPARAM)(int)(iCol), 0)
 #endif

 #ifndef ListView_SetColumnWidth
 #define ListView_SetColumnWidth(hwnd, iCol, cx) \
     (BOOL)SNDMSG((hwnd), LVM_SETCOLUMNWIDTH, (WPARAM)(int)(iCol),
MAKELPARAM((cx), 0))
 #endif

 #ifndef ListView_GetTextColor
 #define ListView_GetTextColor(hwnd)  \
     (COLORREF)SNDMSG((hwnd), LVM_GETTEXTCOLOR, 0, 0L)
 #endif

 #ifndef ListView_FindItem
 #define ListView_FindItem(hwnd, iStart, plvfi) \
     (int)SNDMSG((hwnd), LVM_FINDITEM, (WPARAM)(int)(iStart),
(LPARAM)(const LV_FINDINFO FAR*)(plvfi))
 #endif

 #if defined(__GNUWIN32__) && !wxCHECK_W32API_VERSION( 0, 5 )
 #ifndef LV_DISPINFOA
 typedef struct tagNMLVDISPINFOA {
         NMHDR hdr;
         LV_ITEMA item;
 } NMLVDISPINFOA, FAR *LPNMLVDISPINFOA;
 #define _LV_DISPINFOA tagNMLVDISPINFOA
 #define LV_DISPINFOA NMLVDISPINFOA
 #endif
 #ifndef LV_DISPINFOW
 typedef struct tagNMLVDISPINFOW {
         NMHDR hdr;
         LV_ITEMW item;
 } NMLVDISPINFOW, FAR *LPNMLVDISPINFOW;
 #define _LV_DISPINFOW tagNMLVDISPINFOW
 #define LV_DISPINFOW NMLVDISPINFOW
 #endif
 #endif

 #if ((defined(__WATCOMC__) && __WATCOMC__ >= 1200) ||
defined(__GNUWIN32__) || defined (__MINGW32__) || defined (__BORLANDC__) || defined(__DMCPP__)) && !defined(HDN_GETDISPINFOW)
 #define HDN_GETDISPINFOW (HDN_FIRST-29)
 #if !wxCHECK_W32API_VERSION(2, 2)
 typedef struct {
         NMHDR hdr;
         int iItem;
         UINT mask;
         LPWSTR pszText;
         int cchTextMax;
         int iImage;
         LPARAM lParam;
 } NMHDDISPINFOW, *LPNMHDDISPINFOW;
 #endif
 #endif
// ------------------------------------------------------------------------- ---
 // MS HTML Help
// ------------------------------------------------------------------------- ---
 // instead of including htmlhelp.h, duplicate the things from it we need
here:
 enum
 {
     HH_DISPLAY_TOPIC,
     HH_DISPLAY_TOC,
     HH_DISPLAY_INDEX,
     HH_DISPLAY_SEARCH,
     HH_SET_WIN_TYPE,
     HH_GET_WIN_TYPE,
     HH_GET_WIN_HANDLE,
     HH_ENUM_INFO_TYPE,
     HH_SET_INFO_TYPE,
     HH_SYNC,
     HH_RESERVED1,
     HH_RESERVED2,
     HH_RESERVED3,
     HH_KEYWORD_LOOKUP,
     HH_DISPLAY_TEXT_POPUP,
     HH_HELP_CONTEXT,
     HH_TP_HELP_CONTEXTMENU,
     HH_TP_HELP_WM_HELP,
     HH_CLOSE_ALL,
     HH_ALINK_LOOKUP,
     HH_GET_LAST_ERROR,
     HH_ENUM_CATEGORY,
     HH_ENUM_CATEGORY_IT,
     HH_RESET_IT_FILTER,
     HH_SET_INCLUSIVE_FILTER,
     HH_SET_EXCLUSIVE_FILTER
 };

 struct HH_POPUP
 {
     int       cbStruct;
     HINSTANCE hinst;
     UINT      idString;
     LPCTSTR   pszText;
     POINT     pt;
     COLORREF  clrForeground;
     COLORREF  clrBackground;
     RECT      rcMargins;
     LPCTSTR   pszFont;
 };

 struct HH_AKLINK
 {
     int       cbStruct;
     BOOL      fReserved;
     LPCTSTR   pszKeywords;
     LPCTSTR   pszUrl;
     LPCTSTR   pszMsgText;
     LPCTSTR   pszMsgTitle;
     LPCTSTR   pszWindow;
     BOOL      fIndexOnFail;
 };
// ------------------------------------------------------------------------- ---
 // Misc stuff
// ------------------------------------------------------------------------- ---
 #ifndef QS_ALLPOSTMESSAGE
     #define QS_ALLPOSTMESSAGE    0x0100
 #endif

 #ifdef __WXWINE__
 #define LV_ITEMA LVITEMA
 #define LV_ITEMW LVITEMW
 #define LV_DISPINFOA NMLVDISPINFOA
 #define LV_DISPINFOW NMLVDISPINFOW

 #if wxUSE_UNICODE
 #define LV_FINDINFO LVFINDINFOW
 #else
 #define LV_FINDINFO LVFINDINFOA
 #endif

 #endif

 #endif
     // _WX_MISSING_H_
Aug 22 2003
prev sibling parent "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> writes:
Well good news and not so good Arjan, it all compiles fine if listctrl.cpp
is taken out builds without problem just a few warnings, however none of the
sample will compile because of missing symbols, to listctrl.

Well this is as close as I have got so far, so keep up the excellent work

Thanks
Yeric
Aug 22 2003