But on the wiki I found same ppumove winnt examples:<br><br><a href="http://www.freepascal.org/docs-html/user/userse42.html#x149-1490008.7">http://www.freepascal.org/docs-html/user/userse42.html#x149-1490008.7</a><br><br><div>
<span class="gmail_quote">2007/12/28, Peter Vreman <<a href="mailto:peter@freepascal.org">peter@freepascal.org</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
>> Cannot export fpc_write_text_widestr: symbol not found<br>>> Cannot export fpc_writeln_end: symbol not found<br>>> Cannot export operatingsystem_result: symbol not found<br>>> system.o: In function `SYSTEM_init':
<br>>> system.pp:1103: undefined reference to `FindResourceA'<br>>> system.pp:1103: undefined reference to `LoadResource'<br>>> system.pp:1103: undefined reference to `SizeofResource'<br>>> 
system.pp:1103: undefined reference to `LockResource'<br>>> ...<br>>> Fatal: Library building stage failed.<br>><br>> Seems it doesn't work on win32, so you are out of luck. Make ppumove dump<br>
> its linker script and find out what it does wrong. You have to do it<br>> yourself, investigating Win32 linking problems is not something where I<br>> can be of any help.<br><br>Shared library creation (e.g with ppumove) is not supported on windows. The PE-COFF file format
<br>does not support real shared libraries like they are supported under unix. If you try it you will<br>get linking errors as shown above.<br><br>Peter<br><br><br>_______________________________________________<br>fpc-devel maillist  -  
<a href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a><br><a href="http://lists.freepascal.org/mailman/listinfo/fpc-devel">http://lists.freepascal.org/mailman/listinfo/fpc-devel</a><br></blockquote>
</div><br><br clear="all"><br>-- <br>Best regards...<br><br>Fabio Dell'Aria.