CRC32 Module

Started by Shantanu Gadgil, August 28, 2006, 05:56:35 PM

Previous topic - Next topic

Shantanu Gadgil

Hi all,
A CRC32 module to use. Hope its useful to all!  :bg :bg

Cheers,
Shantanu

[attachment deleted by admin]
To ret is human, to jmp divine!

PBrennick

All the new functions have been added and the new version of the Project has been uploaded. You can see what has been added you can look at the Repository and Mirror.

I would like to thank everyone for their contributions.

Enjoy using GeneSys
Paul
The GeneSys Project is available from:
The Repository or My crappy website

0r4ngB41k

Hi Shantanu Gadgil,

I am newbie in MASM. How i use CRC function in my Visual Basic 6?

Thanks,
0r4ngB41k

Shantanu Gadgil

Hi 0r4ngB41k,
I don't know how exactly you could use the ASM code as-is in VB6.

It would easier to convert the code to Visual Basic and use it in your VB6 project.

If you were to hunt around, I am sure there would be _some_ way you could use the ASM module as-is, but to do that would be overkill and rewriting in VB would be simpler.

I haven't programmed din VB for about 4 years now, but the code is very simple. Would it be possible for you to rewrite it in VB? (Maybe I can comment the code some more for what data structures you might need in VB, etc)

Regards,
Shantanu
To ret is human, to jmp divine!

hfheatherfox07

Quote from: 0r4ngB41k on January 31, 2007, 05:44:43 PM
Hi Shantanu Gadgil,

I am newbie in MASM. How i use CRC function in my Visual Basic 6?

Thanks,
0r4ngB41k