News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Use an external file (like using a class and access to the methods - procedures)

Started by rodolfolopes, November 10, 2014, 12:34:35 PM

Previous topic - Next topic

rodolfolopes

Hi there guys!

Im about to finish the assembly subject Yay! Finally!
But I have a problem right now, I dont know how to use an external file and use the methods in it. Like in C++ or C# I want to create a class and access the methods, I need to do this becuase I have to call arithmetic procedures like ADD, SUB, MUL or DIV or any calculations.

What type of file I need and how can INVOKE it to use the method I want (by name of course)


Thanks

TouEnMasm


If you want to create and use various functions ,you have further soluces.

*** An include File
*** a dll
*** a library

Fa is a musical note to play with CL