wx.wxPdfDocument

BlitzMax Forums/Brucey's Modules/wx.wxPdfDocument

CASO(Posted 2008) [#1]
Building drawing
Compiling:drawing.bmx
flat assembler  version 1.66
3 passes, 0.3 seconds, 41847 bytes.
Linking:drawing.debug.exe
K:/Programs/BlitzMax/mod/wx.mod/wx.mod/wx.debug.win32.x86.a(wxglue.cpp.debug.win32.x86.o):wxglue.cpp:(.text+0x2f5): undefined reference to `_wx_wxapp_wxApp__OnInit'
K:/Programs/BlitzMax/mod/wx.mod/wx.mod/wx.debug.win32.x86.a(wxglue.cpp.debug.win32.x86.o):wxglue.cpp:(.text+0x309): undefined reference to `_wx_wxapp_wxApp__OnExit'
K:/Programs/BlitzMax/mod/wx.mod/wx.mod/wx.debug.win32.x86.a(wxglue.cpp.debug.win32.x86.o):wxglue.cpp:(.text+0x355): undefined reference to `_wx_wxapp_wxAppMain__MainLoop'
Build Error: Failed to link K:/Programs/BlitzMax/mod/wx.mod/samples/pdfdocument/drawing.debug.exe
Process complete

Any idea what's happening?


Ole JR(Posted 2008) [#2]
The drawing.bmx isn't the programs source code, more like a include/import for the tutorials in the same directory..
Those errors are typical when this
Type MyApp Extends wxApp
End Type

New MyApp.run()

is missing..


Brucey(Posted 2008) [#3]
Try running pdfdocument.bmx instead... it imports all the other examples, which should then generate all the example pdfs.