search for: exportimag

Displaying 1 result from an estimated 1 matches for "exportimag".

Did you mean: exportimage
2010 Jul 29
2
Include Wine in my project and using WinGDI under Linux.
...; #include </tmp/include/winuser.h> #include </tmp/include/winerror.h> #endif And It's cool working with libEMF.so, but what the library of wine I must include ? for the sample, I'm try to use libwine.so.1, gdi32.dll.so,gdiplus.dll.so But my compiler have this errors: ../obj/ExportImage.o: In function `exportimg::eraseEMFPen()': ExportImage.cpp:(.text+0x612): undefined reference to `SelectObject' ExportImage.cpp:(.text+0x622): undefined reference to `DeleteObject' ../obj/ExportImage.o: In function `exportimg::PrintEMFHeader()': ExportImage.cpp:(.text+0x6cd): undef...