The MASM Forum Archive 2004 to 2012

Specialised Projects => Compiler Based Assembler => Assembler With Microsoft Visual C => Topic started by: GregL on August 27, 2006, 09:59:39 PM

Title: Calling a MASM Procedure from C++
Post by: GregL on August 27, 2006, 09:59:39 PM
Attached is an example of calling a MASM procedure from C++.

Thanks to Vortex for his 'Calling C++ Functions from MASM' example and to zooba and drizz for the help.



[attachment deleted by admin]
Title: Re: Calling a MASM Procedure from C++
Post by: Vortex on August 28, 2006, 10:07:11 AM
Hi Greg,

Thanks for the example, I will make the release version of your example.
Title: Re: Calling a MASM Procedure from C++
Post by: Vortex on August 28, 2006, 05:28:35 PM
Hi Greg,

Using VC++ Express 2005, I rebuilded the release version of the project with some slight modifications.

[attachment deleted by admin]
Title: Re: Calling a MASM Procedure from C++
Post by: dancho on December 13, 2006, 05:30:56 PM
I attached an example for calling masm procedure from MinGW ( C++ ),
used Greg's example ( thx  :toothy )...



[attachment deleted by admin]
Title: Re: Calling a MASM Procedure from C++
Post by: mitchi on March 12, 2009, 05:13:50 AM
127 kb (Vortex) and 250 kb (dancho) .exe just to add 2 numbers :D
Title: Re: Calling a MASM Procedure from C++
Post by: Vortex on March 12, 2009, 06:15:51 PM
Hi mitchi,

It's the C++ run-time library which is responsible for the final exe size.