4 Aug
2010
4 Aug
'10
5:15 p.m.
On 4/8/10 18:56, Krzysztof Kosiński wrote:
2010/8/4 LucaDC <dicappello@...2144...>:
On Windows XP SP3 I get this error while compiling: (...) Of course, changing the definition:
myEnhMetaFileProc(HDC /*hDC*/, HANDLETABLE * /*lpHTable*/, ENHMETARECORD const *lpEMFR, int /*nObj*/, LPARAM lpData)
into
myEnhMetaFileProc(HDC /*hDC*/, HANDLETABLE * /*lpHTable*/, ENHMETARECORD *lpEMFR, int /*nObj*/, LPARAM lpData)
(taking away the 'const') fixed the problem but I'm not sure this is what was intended.
tracked in Bug #594528 “Compile error for emf-win32-inout.cpp under Windows”: https://bugs.launchpad.net/inkscape/+bug/594528
~suv