News:

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

c++ class and MASM?

Started by Mr. Sade, December 13, 2007, 12:57:48 AM

Previous topic - Next topic

Mr. Sade

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

donkey

"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

Mr. Sade

thanks
but i haven't found a way to link/usel a c++ class on my masm project.
will try the second link.