Hi Przemek, On 2008.05.29., at 2:50, Przemyslaw Czerpak wrote:
On Wed, 28 May 2008, Szakáts Viktor wrote: Hi Viktor,; NOTE: C++ builds of everything related to OLE2 are broken. Could someone look into it? (hbw32, gtwvg, hbole under BCC and MSVC)It's caused by the difference between C and C++ exploited by wrong declaration of some WinAPI OLE function. I can hide the problem using small macro.
It would be great. I saw you already did it, even better :)
BTW what source/common/hbfhnd.c exactly does? This file also cannot be compiled in BCC C++ mode. Do we still need it using WinAPI for files? Seems that it's not necessary at all when HB_WIN32_IO is enabled and maybe even without it in newer BCC versions.
This BCC specific hack was used to up the maximum number of file handles. It's not needed now indeed. At the same time, maybe we should consider dropping the non HB_WIN32_IO branch in RTL. Brgds, Viktor _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
