News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Masm32.lib

Started by ragdog, April 21, 2012, 09:25:31 PM

Previous topic - Next topic

ragdog

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,

dedndave

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

ragdog

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

dedndave

can you post your program ?

hutch--

Something is pulling in GDI API functions.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

dedndave

yah - i can't reproduce it with masm32 v10 or v11
i think we need to see his stuff

zemtex

Is the source code for masm32 available or is it closed source? Never mind I found it.
I have been puzzling with lego bricks all my life. I know how to do this. When Peter, at age 6 is competing with me, I find it extremely neccessary to show him that I can puzzle bricks better than him, because he is so damn talented that all that is called rational has gone haywire.

qWord

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\
FPU in a trice: SmplMath
It's that simple!

zemtex

It's a good library, very useful.
I have been puzzling with lego bricks all my life. I know how to do this. When Peter, at age 6 is competing with me, I find it extremely neccessary to show him that I can puzzle bricks better than him, because he is so damn talented that all that is called rational has gone haywire.