Re: [Cegcc-devel] [PATCH] Add pm.h header

2009-01-21 Thread Nicolas Aguirre
, POWER_FORCE and > POWER_STATE_XYZ but I do not know the correct values and I cannot find > them on MSDN. If anyone can pitch in on the missing definions that would > be very good. > Hi Lars, #define POWER_NAME (DWORD)(0x0001) #define POWER_FORCE (DWORD)(0x00

Re: [Cegcc-devel] strange behavior with fopen when using mingw32ce

2008-10-23 Thread Nicolas Aguirre
Torri > Hi Vincent, Yep you're right. WinCE does'nt support relative path. Welcome in microsoft World :P I try your code on a winCE target, and f is always NULL for relative path. Attached a program that retrieve relative path. It works fine on my target. I have not test it with