November 08, 2004

Arjan Knepper wrote:
> wxNewbie wrote:
> 
>>
>>
>> sc minimal.cpp -cpp -mn -o+time -WA -ff -5 -a8 -c -IC:\wx\include\
>> -IC:\wx\lib\dmc_lib -IC:\wx\lib\dmc_lib\mswd\
>> -oc:\wx\samples\minimal\minimal.obj rcc -32 -IC:\wx\include\ -IC:\wx\lib\dmc_lib -IC:\wx\lib\dmc_lib\mswd\
>> -oc:\wx\samples\minimal\minimal.res minimal.rc link /NOI /DE /PACKF /XN /NT /ENTRY:WinMainCRTStartup /BAS:4194304 /A:512 /RC
>> :c:\wx\samples\minimal\minimal.RES @minimal.LNK Error: C:\WX\SAMPLES\MINIMAL\minimal.OBJ(minimal)  (2203648): Symbol Undefined
>> ?ms_classInfo@wxApp@@2VwxClassInfo@@A (wxClassInfo wxApp::ms_classInfo)
>> Error: C:\WX\SAMPLES\MINIMAL\minimal.OBJ(minimal)  (128): Symbol Undefined ?
> 
> 
> Seems the wxWidgets *.lib file is missing in the link stage.
> 
> Did you actually build the lib using the makefile in %WXWIN%/src/msw directory?

under 2.5.3 the library makefile.dmc is in build/msw (not src/msw) and the library is built into lib\dmc_lib so you may need to alter the paths given to the idde to find the libs

chris
1 2
Next ›   Last »