[fpc-devel] FP 2.4 questions

Daniël Mantione daniel.mantione at freepascal.org
Fri Dec 28 10:49:16 CET 2007



Op Fri, 28 Dec 2007, schreef Fabio Dell'Aria:

> OK, but why on my PC:
>
> ppumove system.ppu
>
> return the following long error:
>
> ...
> Cannot export fpc_write_text_widestr: symbol not found
> Cannot export fpc_writeln_end: symbol not found
> Cannot export operatingsystem_result: symbol not found
> system.o: In function `SYSTEM_init':
> system.pp:1103: undefined reference to `FindResourceA'
> system.pp:1103: undefined reference to `LoadResource'
> system.pp:1103: undefined reference to `SizeofResource'
> system.pp:1103: undefined reference to `LockResource'
> ...
> Fatal: Library building stage failed.

Seems it doesn't work on win32, so you are out of luck. Make ppumove dump 
its linker script and find out what it does wrong. You have to do it 
yourself, investigating Win32 linking problems is not something where I 
can be of any help.

Daniël


More information about the fpc-devel mailing list