Re: [Mingw-w64-public] Header Issues

2010-09-03 Thread Ozkan Sezer
On Sat, Sep 4, 2010 at 8:43 AM, Chris Sutcliffe wrote: > On 4 September 2010 01:34, Ozkan Sezer wrote: >> On Sat, Sep 4, 2010 at 7:42 AM, Chris Sutcliffe wrote: >>> Using the latest crt, there a few issues I've run in to: >>> >>> powrprof.h: >>> >>> 172     DWORD WINAPI DevicePowerSetDeviceState(

Re: [Mingw-w64-public] Header Issues

2010-09-03 Thread Chris Sutcliffe
On 4 September 2010 01:34, Ozkan Sezer wrote: > On Sat, Sep 4, 2010 at 7:42 AM, Chris Sutcliffe wrote: >> Using the latest crt, there a few issues I've run in to: >> >> powrprof.h: >> >> 172     DWORD WINAPI DevicePowerSetDeviceState( >> 173       LPCWSTR DeviceDescription, >> 174       ULONG SetFl

Re: [Mingw-w64-public] Header Issues

2010-09-03 Thread Ozkan Sezer
On Sat, Sep 4, 2010 at 7:42 AM, Chris Sutcliffe wrote: > Using the latest crt, there a few issues I've run in to: > > powrprof.h: > > 172     DWORD WINAPI DevicePowerSetDeviceState( > 173       LPCWSTR DeviceDescription, > 174       ULONG SetFlags, > 175       PCVOID SetData > 176     ); > > shoul

[Mingw-w64-public] Header Issues

2010-09-03 Thread Chris Sutcliffe
Using the latest crt, there a few issues I've run in to: powrprof.h: 172 DWORD WINAPI DevicePowerSetDeviceState( 173 LPCWSTR DeviceDescription, 174 ULONG SetFlags, 175 PCVOID SetData 176 ); should be: 175 LPCVOID SetData wtsapi32.h: 200 WCHAR ClientName

Re: [Mingw-w64-public] wxWidgets 2.9 + mingw-w64 -> libctl3d32 missing

2010-09-03 Thread Felix Wolfheimer
Hi Ozkan, > Couldn't find 2.9.2 t wxWidgets.org so I looked at 2.9.1 I've used the SVN version as I need some functionality which is not available in 2.9.1 > # Win64 does _not_ provide a ctl3d32.dll. It is an ancient dll > only for x86. > > # Look at the msdn pages, that functions exported f

Re: [Mingw-w64-public] Win7-64 - TDM-GCC & C::B

2010-09-03 Thread Bidski
Im not sure if CB is one of them, but some IDEs have a specific set of directories that it will search for MinGW. The standard directory is usually C:\MinGW, if you have installed MinGW to a different location it may not know where to find it (some IDEs dont even look at the PATH variable). Reg

[Mingw-w64-public] Win7-64 - TDM-GCC & C::B

2010-09-03 Thread ArbolOne
I just got a new Win7-64; I proceeded to download/install TDM-GCC Compiler Suite for Windows, having done that I continued with the installation of CodeBlocks. I am currently trying to compile a simple "Hello" program, but to no avail. I get this error message: == "testingCB - Debug" uses