Poasm object module linked with GoLink

Started by Vortex, February 20, 2025, 08:21:41 PM

Previous topic - Next topic

Vortex

Hello,

Here is a Poasm example linked with GoLink. This linker does not need import libraries, it's sufficient to specify the DLLs associated with the API functions in the source code :

\PellesC\bin\poasm /AIA32 Window.asm

GoLink Window.obj kernel32.dll user32.dll


GoLink can be obtained from :

http://www.godevtool.com/
Code it... That's all...