Re: Peu

new topic     » topic index » view thread      » older message » newer message

Ray Smith wrote:
> Hi,
> I have compiled peu for Win32 if anyone wants an exe.
> Two semi colons had to be added to src/files.c at lines 154 and 191
> before it would compile.
> btw, I haven't played with it much yet to see how well it works.

Congratulations Ray. I compiled it with MS-C++v6.0 and got 111 errors and 
193 warnings! I've got rid of the errors so far but still haven't got the 
WinMain() interface working.

Most of the warnings are either because the C routines aren't declared in 
the peu.h file or because of type conversions.

MSC did not like this ...
 typedef void STDCALL (*x)();

I had to rephrase it as ...
 typedef void (* STDCALL x)();

There were also a few include files that have a different name in the MS 
world.

---------------
cheers,
Derek Parnell

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu