Re: PEU and LCC32
- Posted by =?iso-8859-1?Q?JesusC_-_Jes=FAs_Consuegra?= Aug 19, 1998
- 540 views
Pete: I've been trying to compile PEU with LCC32, an extremely nice C win32 programming environment with all the bells and whistles: Debugger with multiple windows, step by step, register view, editor,... I've been able to compile PEU as a console application, with no errors. But when running it, I get a crash at the first "func_code" call. Dou you think it could be related to the Windows environment?. I'm not a C guru and I have no idea on how to progress, and I wouldn't like to go back to DJGPP, because of the much better performance of LCC32. (For instance, PEU compiled under LCC is 125 kb. against 224 kb. of the DJGPP "per"-version). Jesús Consuegra (Win32 LCC can be found at http://www.cs.virginia.edu/~lcc-win32/ )