Hi... I´m new in MASM32 and i have a question please help me!...
I´m working with friend to make a big program, and all they work in VC++, but I´m triyng to work only in MASM32, but i have to code some functions, and this functions will added in the principal exe, then... i don't know how to make an "obj" but without principal procedures (like App creation, etc).
Please help me :(
Ahh! sorry, i speak spanish and i´m trying to write in englis so... :)
Aprendiz,
ML.EXE will accept *.asm so assembling many OBJ files is easy.
Linking them with C++ is not a big deal, if you have many modules,
creat a library out of them them link the library into the C++
code. You will have to write thew C++ prototypes for each procedure
that you use.
Have a look at how the MASM32 lib is created in the M32LIB
directory, it is easy enough to do once you understand it.
Regards,
hutch@pbq.com.au