[fpc-devel] FP 2.4 questions

Fabio Dell'Aria fabio.dellaria at gmail.com
Fri Dec 28 19:12:02 CET 2007


But on the wiki I found same ppumove winnt examples:

http://www.freepascal.org/docs-html/user/userse42.html#x149-1490008.7

2007/12/28, Peter Vreman <peter at freepascal.org>:
>
> >> 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.
>
> Shared library creation (e.g with ppumove) is not supported on windows.
> The PE-COFF file format
> does not support real shared libraries like they are supported under unix.
> If you try it you will
> get linking errors as shown above.
>
> Peter
>
>
> _______________________________________________
> fpc-devel maillist  -  fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-devel
>



-- 
Best regards...

Fabio Dell'Aria.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20071228/24b2762a/attachment.html>


More information about the fpc-devel mailing list