From: Tristan P. <tri...@ya...> - 2006-03-17 18:07:14
|
Hi, I am developing an application using GuidoLib DevKit and wxWidgets. My problem is I can't configure my GDeviceWx in Guido Devkit. I tried an alternative using a nativeDC in GDeviceWin32 but no luck. It has a linker error. Here is my code: #include "../gdevices/GDeviceWin32.h" GRHandler gr; HDC__* hdc; GDeviceWin32 gdc(hdc, 800, 100); GuidoOnDrawDesc desc; desc.handle = gr; desc.hdc = gdc; here is the error. 196 C:\projects\guidolib-devkit-v1-3-2\gdevices\GDeviceWin32.h [Warning] 'void* GDeviceWin32::SelectW32Object(const void*) const' defined locally after being referenced with dllimport linkage [Linker error] undefined reference to `import stub for _ZN12GDeviceWin32C1EP5HDC(int, int)' What do you think is the problem? Thanks Get Firefox, much better than IE! --------------------------------- Do you Yahoo!? Try the new Yahoo! Philippines Front Page! |