flat assembler
Message board for the users of flat assembler.

Index > Windows > Create different .lib-Files ?

Author
Thread Post new topic Reply to topic
ronnie



Joined: 22 Nov 2006
Posts: 5
ronnie 14 Dec 2006, 14:46
How to create them, when I e.g. want to change a Api-Procedure like
MessageBoxA where i dont want to enter the header of the box. It means it will be allways the same and how to put it like this into a .lib fil?

_________________
http://www.4compiler.de
Post 14 Dec 2006, 14:46
View user's profile Send private message Reply with quote
kohlrak



Joined: 21 Jul 2006
Posts: 1421
Location: Uncle Sam's Pad
kohlrak 15 Dec 2006, 00:49
lib...? as in C/C++ LIB? This belongs in the High Level Language section... Anyway, you could use a macros or a proc... If you're gonna put it into a DLL to use with C/C++ then use a lib to use the DLL, you'll want to use the proc.

EDIT: Examples comming...

Code:
proc asmfunc param1, param2
[insert code using the above params to call the function here]
ret
endp    


or for macros

Code:
macro asmmacro param 1, param2 {
[insert code using above params to call the function here] }    
Post 15 Dec 2006, 00:49
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.