[fpc-pascal] Re: Fatal error "Executable image size is too big for wince target"

Jonas Maebe jonas.maebe at elis.ugent.be
Tue May 17 16:43:02 CEST 2011


On 17 May 2011, at 12:50, Björn Schreiber wrote:

> Björn Schreiber wrote
>
>>  After expanding one of the projects by adding another dialog, we got
>> the above mentioned error message while linking.
>
>  Really no hints? It starts driving me nuts that I can't debug our  
> Windows CE project any more ...

What you can try is to compile the LCL without debug information (add  
the option -g- for the LCL compilation), and then compile your own  
program with debug information. You won't be able to step into the  
LCL, but debugging your own code may work again.


Jonas


More information about the fpc-pascal mailing list