Calling a MASM Procedure from C++

Started by GregL, August 27, 2006, 09:59:39 PM

Previous topic - Next topic

GregL

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]

Vortex

Hi Greg,

Thanks for the example, I will make the release version of your example.

Vortex

Hi Greg,

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

[attachment deleted by admin]

dancho

I attached an example for calling masm procedure from MinGW ( C++ ),
used Greg's example ( thx  :toothy )...



[attachment deleted by admin]

mitchi

127 kb (Vortex) and 250 kb (dancho) .exe just to add 2 numbers :D

Vortex

Hi mitchi,

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