LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use the checksumdll.lib in LabWindow/CVI to create CRCChecksum();

Hi All,

Any one know how to use the checksumdll.lib in LabWindow/CVI to create CRCChecksum() ?

Thank you.

0 Kudos
Message 1 of 8
(5,457 Views)

Hi KennyT,

 

Can you be more specific about which DLL you're referencing? Can you provide any more detail about what you're trying to do?

 

Thanks

Kelsey W.
National Instruments
Applications Engineer
0 Kudos
Message 2 of 8
(5,424 Views)

Hi Kelsey,

I have just finished other project. Now I am back to this one. My project basically asks me to use the  CRCcheck() funtion in the Checksumdll.dll library to do the CRC checking.

Firstly, they asked me to use the checksum application which is Crc32check.exe to generate the number and save it into C:\Checksum.txt.

Then, in the main program, CRCcheck() funtion in the Checksumdll.dll library is called. The returned value is 0 if generated number by this function is matched with number stored in C:\Checksum.txt. and 1 if two numbers are not matched. If you need more infomation, please let me know. Thank you very much

0 Kudos
Message 3 of 8
(5,376 Views)

This thread could be of interest to me too.

I cannot find neither the exe nor the dll on my machine (win7pro + CVI various versions) so I suppose they're not part of the OS nor the sdk: who is the producer of these softwares? Can you provide a link?



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 4 of 8
(5,364 Views)

Hi KennyT,

 

Yes, I agree with RobertoBozzolo. We need more information about where these DLL's and exe's are from. It doesn't seem like they are innate in the CVI environment. I can't seem to find much information on them. 

Kelsey W.
National Instruments
Applications Engineer
0 Kudos
Message 5 of 8
(5,346 Views)

I took over the project from previous engineer. I am also new to CVI. Therefore I dont know where it comes from. Maybe someone wrote those codes.

0 Kudos
Message 6 of 8
(5,315 Views)

I took over the project from previous engineer. I am also new to CVI. Therefore I dont know where it comes from. Maybe someone wrote those codes.

0 Kudos
Message 7 of 8
(5,314 Views)

Do you ave some documentation about that dll?

Have you looked into dll properties searching for vendor name? Maybe you can look int vendorìs site and obtain some help.

 

Ultimately: are you forced to use that dll or can you use any software to calculate the checksum? There are several CRCs that you can use: provided you know which is the type used you could find an algorithm to calculate the CRC and check an existing one.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 8 of 8
(5,298 Views)