The MASM Forum

Projects => Poasm => Pelle's C compiler and tools => Topic started by: Vortex on March 17, 2013, 12:18:45 AM

Title: Linking Pelles C object module with JWlink
Post by: Vortex on March 17, 2013, 12:18:45 AM
Here is an example of linking a Pelles C object file with Japheth's JWlink :

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
Title: Re: Linking Pelles C object module with JWlink
Post by: Gunther on March 17, 2013, 12:20:04 AM
Hi Erol,

thank you for providing the example. Good to know.

Gunther
Title: Re: Linking Pelles C object module with JWlink
Post by: Vortex on March 17, 2013, 04:59:45 AM
Here is a Poasm project linked with JWlink.
Title: Re: Linking Pelles C object module with JWlink
Post by: Gunther on March 17, 2013, 06:00:42 AM
Well done, Erol. :t

Gunther