On Tue, 2008-02-12 at 12:03 +0900, Lance Fetters wrote: > Hey Danny, thanks for the reply. > > Danny Backx wrote: > > Can you get your problems sorted out by always using a > > mingw32ce-built DLL ? Preferably not mix up the environments at all ? > > My current project (porting the Enlightenment Foundation Libraries) is > working so far with cegcc, but I would prefer to use mingw32ce since the > EFL code already contains win32 support and using cegcc requires many > conditional checks (being neither fully posix nor win32). > > Unfortunately I haven't been able to switch to mingw32ce so far for > various reasons, including that mingw32ce seems to be missing some win32 > functionality, particularly _get_osfhandle() (declared but not defined), > which is being used for loadable module support. Is there an alternative > function that should be used?.
According to MSDN (see e.g. http://support.microsoft.com/kb/99456) the _get_osfhandle is not supported in Win32. Also searching for the combination of _get_osfhandle and ce fails, which indicates that the call is not supported on Windows CE either. What is that particular piece of code using this call for ? Danny
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel