Desperately in need CRC32 or unsigned long variable :D

Just starting out? Need help? Post your questions and find answers here.
MuuSer
Posts: 6
Joined: Mon Mar 03, 2014 10:32 pm

Desperately in need CRC32 or unsigned long variable :D

Post 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.
User avatar
Peter
Posts: 1197
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

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

Post by Peter »

UseCRC32Fingerprint() & StringFingerprint():

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

Greetings ... Peter
MuuSer
Posts: 6
Joined: Mon Mar 03, 2014 10:32 pm

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

Post 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.
MuuSer
Posts: 6
Joined: Mon Mar 03, 2014 10:32 pm

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

Post 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!
Post Reply