[fpc-pascal] Problem with FPC2.0.2 and windows

Jonas Maebe jonas.maebe at elis.ugent.be
Fri Jan 6 15:46:43 CET 2006


On 06 Jan 2006, at 15:37, Hans MÃ¥rtensson wrote:

> OK, thank you for your help so far.
> I will try to do further experiments in order to locate the problem.
> I think it must be in the data structure that defines the dialog  
> box, which the two compiler versions generate differently.

You can try writing the size of the structure using sizeof(), and the  
individual offset using things like "pointer(@recordvar.field) -  
pointer(@recordvar)", and then compare the values between the 1.0.10  
and 2.0.2 version.

> I appreciate very much the work done by the people behind FPC.
> Not only because it is free and advanced, but also because Pascal  
> is nicer than any other programming language I have seen, in my  
> opinion

Thanks!


Jonas


More information about the fpc-pascal mailing list