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]
Hi Greg,
Thanks for the example, I will make the release version of your example.
Hi Greg,
Using VC++ Express 2005, I rebuilded the release version of the project with some slight modifications.
[attachment deleted by admin]
I attached an example for calling masm procedure from MinGW ( C++ ),
used Greg's example ( thx :toothy )...
[attachment deleted by admin]
127 kb (Vortex) and 250 kb (dancho) .exe just to add 2 numbers :D
Hi mitchi,
It's the C++ run-time library which is responsible for the final exe size.