Viktor Szakáts wrote:
Here there is no hbwinole.h in /include. To me it looks like the "usual" C vs. C++ compilation problem with OLE related stuff.
Should be fixed. There was some strange C/C++ mixture in wvgsink.c. CINTERFACE was always defined, but HB_ID_REF() was defined in C++ way (not in plain C). Finally it was easier to change everything in olecore.c way, than find the real bug.
Regards, Mindaugas _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
