Displaying 2 results from an estimated 2 matches for "deleteenhmetafile".
2010 Jul 29
2
Include Wine in my project and using WinGDI under Linux.
...EMFFooter()':
ExportImage.cpp:(.text+0x1812): undefined reference to `SelectObject'
ExportImage.cpp:(.text+0x1822): undefined reference to `DeleteObject'
ExportImage.cpp:(.text+0x1836): undefined reference to `CloseEnhMetaFile'
ExportImage.cpp:(.text+0x1841): undefined reference to `DeleteEnhMetaFile'
../obj/ExportImage.o: In function `exportimg::createEMFPen(float*, float)':
ExportImage.cpp:(.text+0x187c): undefined reference to `SelectObject'
ExportImage.cpp:(.text+0x188c): undefined reference to `DeleteObject'
ExportImage.cpp:(.text+0x193e): undefined reference to `CreatePen&...
2005 Apr 29
0
(PR#7821) Rgui crash when >1 figure plotted to single wmf
...not included in the character
> string (i.e. when attempting to write more than one plot to the same
> file).
That is a user error, but the C code is missing a test for a non-NULL
pointer.
What is unclear is why the metafile cannot be created. Although we have
called CloseEnhMetafile and DeleteEnhMetafile, it seems Windows is still
locking the file it opened. I don't know how to work around that.
> win.metafile("tmp.wmf")
> plot(1:10)
> plot(1:10)
>
> The following dialogues then come up:
>
> Unable to create metafile
--
Brian D. Ripley, ripley...