Pelles C forum

Assembly language => Assembly discussions => Topic started by: Vortex on February 20, 2025, 08:21:41 PM

Title: Poasm object module linked with GoLink
Post by: Vortex on February 20, 2025, 08:21:41 PM
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/