Re: [fpc-pascal]Compiling problem

2004-06-23 Thread Jim Wilson
At 03:35 PM 6/23/2004, you wrote: Use -vu to see the reason why it wants to recompile the unit Okay, -vu give me this: Load from SI (implementation) unit SYSWIN32 PPU Name: c:\fpc\units\win32\rtl\syswin32.ppw PPU Time: 2004/06/22 23:20:38 PPU Flags: 12497 PPU Crc: 375220168 PPU Crc: 71143866 (intfc

Re: [fpc-pascal]Compiling problem

2004-06-23 Thread Peter Vreman
> Unitsearch: c:\fpc\units\win32\rtl\syswin32.ppw > PPU Loading c:\fpc\units\win32\rtl\syswin32.ppw > Unitsearch: c:\fpc\units\win32\rtl\syswin32.pp > Unitsearch: c:\fpc\units\win32\rtl\syswin32.pas > si.pas(56,1) Fatal: Can't find unit SYSWIN32 > > It seems to be looking in the correct spot now, a

Re: [fpc-pascal]Compiling problem

2004-06-23 Thread Jim Wilson
At 11:41 AM 6/23/2004, you wrote: Maybe the stuff worked because of other bugs in 1.0.6. The error messages are not added for fun to let ppl review their code. Most are there because the compiler can't continue or will generate wrong code. And the warnings will only help in finding bugs. I wasn't c

Re: [fpc-pascal]Compiling problem

2004-06-23 Thread Peter Vreman
> I've been using 1.0.6 for about 2 years now. It's always served me well > (thanks guys!), which is precisely why I've been reluctant to upgrade. The > only things I develop any more are console-mode, 32 bit Windows programs, > so a lot of the new features didn't pertain to me. However, the other