NO

Author Topic: Linking Pelles C object modules with JWlink  (Read 2848 times)

Offline Vortex

  • Member
  • *
  • Posts: 802
    • http://www.vortex.masmcode.com
Linking Pelles C object modules with JWlink
« on: March 17, 2013, 08:39:15 PM »
Here is an example of linking a Pelles C object file with Japheth's JWlink :

Code: [Select]
porc Rsrc.rc

pocc /Ze /Zx /Ot DlgBox.c

\Jwasm\JWlink format windows pe runtime windows file DlgBox.obj op noreloc op start=_WinMainCRTStartup Resource Rsrc.res lib user32.lib

You need to run Pelles C Command Prompt before building the project.

Obtaining JWlink :

http://japheth.de/JWlink.html
Code it... That's all...