Page 1 of 1

Desperately in need CRC32 or unsigned long variable :D

Posted: Wed Feb 24, 2016 4:49 pm
by MuuSer
Hello!

How to do crc32 for short strings? I have a algoritm, but it needs unsigned long variable. :(

I just want make a litle page that is always accessible from web server so I can generate those codes wherever I am.

Thanks.

Re: Desperately in need CRC32 or unsigned long variable :D

Posted: Wed Feb 24, 2016 5:39 pm
by Peter
UseCRC32Fingerprint() & StringFingerprint():

:arrow: https://www.spiderbasic.com/documentati ... print.html

Greetings ... Peter

Re: Desperately in need CRC32 or unsigned long variable :D

Posted: Wed Feb 24, 2016 6:46 pm
by MuuSer
Thanks - I lived in version 1.02. Downloaded 1.20 and yes - there it is. :D

But now only one problem. Previous (1.02) version worked well after compiling and run. Explorer started and all shows nicely. Now Explorer starts, but shows only blue background. If I export project to my webserver, all works nice even in iexplorer. Is there any quick tip how to change browser for IDE run? Thanks.

Re: Desperately in need CRC32 or unsigned long variable :D

Posted: Wed Feb 24, 2016 6:59 pm
by MuuSer
Alert removed. I discovered, that if I refresh IE after it runs, then all seems to be ok. It is enough for me - I'm happy again and now I can probably perform my little idea. :)

All the best!