i have downloaded a C++ class from internet and i have tried to port the code to MASM unsuccessfully.
so now i would like to be able to use this c++ class on my masm project.
is this possible ? maybe compiling the c++ class as a lib and then using this lib on my masm project?
if this is posible how could i call c++ class costructor and other class member procedures?
thank you
Might want to check the wiki book and objasm32...
http://www.asmcommunity.net/board/index.php?action=wiki
http://objasm32.tripod.com/
thanks
but i haven't found a way to link/usel a c++ class on my masm project.
will try the second link.