[fpc-devel]Bugs in Win32 version

Michael Van Canneyt michael.vancanneyt@wisa.be
Tue, 21 Nov 2000 09:24:08 +0100 (W. Europe Standard Time)


On Tue, 21 Nov 2000, Leon de Boer on IBM wrote:

> Hi guys finally got some time off to do some work
> 
> New bug in version 1.02 release
> 
> The compiler spits it if you try to link a resource file into your exe
> with {$R Somename}
> 
> error
> 
> '-gcc' no recognized as an internal or external program
> Warning preprocessor failed
> Warning no resources
> Closing script ppas.bat

The problem is not in the compiler, but in windres; to work with
windres, you need gcc installed. (for it's preprocessor)

> 
> 
> Also what is the status of the bug with not being able to have a
> record label and type the same "HIcon: HIcon;"

I think this is fixed in the development branch, but I am not 100%
sure.

Michael.