The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: ragdog on April 21, 2012, 09:25:31 PM

Title: Masm32.lib
Post by: ragdog on April 21, 2012, 09:25:31 PM
Hi Hutch

I use in my Code your Masm32.lib for htodw only
After build my exe have i imports in my exe

SelectObject               
CreatePen               
DeleteObject     
LineTo                   
GetDC       

Why this?

Greets,
Title: Re: Masm32.lib
Post by: dedndave on April 21, 2012, 10:16:13 PM
do you have a function named "line" ?
the masm32 package has one (perhaps not the best name - lol)
also one named "Frame3D"
i doubt htodw has anything to do with it
Title: Re: Masm32.lib
Post by: ragdog on April 21, 2012, 10:51:11 PM
No Dave i use only a one function "htodw"

I have debug my Tool and have found this imports
Now have i make a test to remove this masm32.inc and lib includes from my project
and this imports is not in my exe

I have look into masm32.lib for this Apis and found it on

Line and Frame3D and this funktion use not in my source
Title: Re: Masm32.lib
Post by: dedndave on April 21, 2012, 11:17:18 PM
can you post your program ?
Title: Re: Masm32.lib
Post by: hutch-- on April 22, 2012, 12:24:16 AM
Something is pulling in GDI API functions.
Title: Re: Masm32.lib
Post by: dedndave on April 22, 2012, 01:14:15 AM
yah - i can't reproduce it with masm32 v10 or v11
i think we need to see his stuff
Title: Re: Masm32.lib
Post by: zemtex on April 22, 2012, 02:41:32 PM
Is the source code for masm32 available or is it closed source? Never mind I found it.
Title: Re: Masm32.lib
Post by: qWord on April 22, 2012, 02:45:08 PM
Quote from: zemtex on April 22, 2012, 02:41:32 PM
Is the source code for masm32 available or is it closed source?
see \masm32\m32lib\
Title: Re: Masm32.lib
Post by: zemtex on April 22, 2012, 02:49:47 PM
It's a good library, very useful.