NO

Author Topic: Poasm object module linked with GoLink  (Read 74 times)

Offline Vortex

  • Member
  • *
  • Posts: 989
    • http://www.vortex.masmcode.com
Poasm object module linked with GoLink
« 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 :

Code: [Select]
\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...