News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

New version of Link32

Started by Manos, March 17, 2019, 08:43:50 AM

Previous topic - Next topic

Manos

I uploaded the new  version of Link32.

1). I fixed some bugs.
2). I added the option: /NEV that means: Not to use Environment Variables.
Download this from: http://www.manoscoder.gr/mysite/coderstudio.htm

Manos.

TimoVJL

A problem with it, inlining:link32.exe DSVRead_Test1.obj DSVRead.obj /SUBSYSTEM:CONSOLE kernel32.lib /OUT:DSVRead_Test1pcc32.exe
Duplicate public symbol _inl_strupr
hi
May the source be with you

aw27

Hi Manos,

Is there any predefined macro to identify your compiler?


TimoVJL

May the source be with you

Manos

Quote from: TimoVJL on March 19, 2019, 12:29:06 AM
A problem with it, inlining:link32.exe DSVRead_Test1.obj DSVRead.obj /SUBSYSTEM:CONSOLE kernel32.lib /OUT:DSVRead_Test1pcc32.exe
Duplicate public symbol _inl_strupr
hi


If you use pcc32, don't use the option: /O2,
because I don't finished with built-in functions and macros yet.
Use the option /O1 or nothing, since the option /O1 is the default.

Manos.

Manos

Quote from: AW on March 19, 2019, 03:45:23 AM
Hi Manos,

Is there any predefined macro to identify your compiler?

Yes, __PCC32__

Manos.

TimoVJL

NowUnresolved external symbol __LXMUL
Unresolved external symbol __LXDIVS
May the source be with you

Manos

Quote from: TimoVJL on March 19, 2019, 06:31:05 AM
NowUnresolved external symbol __LXMUL
Unresolved external symbol __LXDIVS


In Link32 command line, include: complib.lib

Manos.