Hi Przemek, >>> If you can confirm that it's official WinCE extension and it works >>> with other C compilers then for me it's very good choice which should >>> help to simplify existing code. >> It is official starting WinCE 3.0: >> http://msdn.microsoft.com/en-us/library/ms908453.aspx > > Thank you very much. In such case I think we should use it and > add translation proposed by Xavi to hbwince.h: > > #if defined( HB_OS_WIN_CE ) > #undef GetProcAddress > #define GetProcAddress GetProcAddressA > #endif > > If you agree then I'll make it ASAP.
I agree, it's a good change. > I'll also add public C API to HB_LIBLOAD()/HB_LIBFREE() which can be used > by HBWIN code. Thank you. As for the recent .dll development, I've just committed finalized type conversions, so it should now work, but I'd appreciate if you could review it if you have some free time. Only ULONGLONG passing is wrong (just like in OLE engine) and I could't find a fix for it. Plus 'float' support on x64 doesn't work for some reason (while 'double' does). Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
