|
c++ / asm problems
im trying to implement a crc check for my custom file format for a game.. to make sure nobody hacks them.
i cant seem to find any tutorials or code.
well i did find this. the exe that came with it works perfectly.. but i cant compile it with msvc++6
this does exactly what i want / need.
if you can help me it would be great! thx.
later
--------------------------------------------------
[im not gonna start a big discussion on this subject [partly cause im sickend by it], but my condolences to all thoese who were affected by the terrible acts on tuesday.]
Inline ASM is different for each compiler. For msvc++, it''s like this:
|
Also, MSVC doesn''t use the Turbo C++ extensions like ''_AX''.
I think this bit of code will do what you want:
~~~~~~~~~~
Martee
I think this bit of code will do what you want:
|
~~~~~~~~~~
Martee
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement