The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Mr. Sade on December 13, 2007, 12:57:48 AM

Title: c++ class and MASM?
Post by: Mr. Sade on December 13, 2007, 12:57:48 AM
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
Title: Re: c++ class and MASM?
Post by: donkey on December 13, 2007, 02:29:04 AM
Might want to check the wiki book and objasm32...

http://www.asmcommunity.net/board/index.php?action=wiki

http://objasm32.tripod.com/
Title: Re: c++ class and MASM?
Post by: Mr. Sade on December 13, 2007, 03:09:42 AM
thanks
but i haven't found a way to link/usel a c++ class on my masm project.
will try the second link.