Is it possible to use MASM Macros in C++?
For instance, MASM has a macro called CTEXT. Is there a way to port them over to C++?
Using CTEXT Macro in C++.
For instance, MASM has a macro called CTEXT. Is there a way to port them over to C++?
Code:
invoke MessageBox, 0, CTEXT("hey"), 0, MB_OK
Using CTEXT Macro in C++.
Code:
MessageBox( 0, CTEXT("hey"), 0, MB_OK );
Ver publicacion completa // See full post --> >>UnKnoWnCheaTs - Multiplayer Game Hacks and Cheats<<
Thx Vunoo
PostDate: April 04, 2015 at 08:20AM
0 comments:
Post a Comment