knowledge-database (beta)

Current group: comp.lang.labview

Re: how to rewrite the dll file

Re: how to rewrite the dll file  
maincool
From:maincool
Subject:Re: how to rewrite the dll file
Date:Wed, 19 Jan 2005 20:10:08 -0600 (CST)
Hi Philip:
Philip C. write "Also, take a look at the excellent shipping =
example called "Call DLL.vi". It shows the ways to call almost any data typ=
e.



Please provide us with the prototype of a ca=
ll to the DLL in a text based language, including type descriptors. That wo=
uld make it easier to determine how to call it from LabVIEW. "

The b=
ased language is the VC++6.0,the description as below:
EepromW(TCHAR Efi=
le[], HWND hWnd)
Select EepromW to programme at the start/end of the tes=
t (after I2cCommOpen)
Efile[] is the name of the file ,
the hWnd is t=
he process bar ,
Also there is another to check it status

The me=
thod SInfo to check the status of write Eeprom:
struct SInfo {

=
=09BYTE status;=09=09 status of the process (Eeprom Dawnload Status)
=
=09BYTE perc;=09=09 percentage of the process (0 - 100)
=09BYTE err;=09=
=09 error code (see ERR_CODE in Sbit100.h.)
=09BYTE nRetry;=09=09 n. att=
empt (1 - 3)
}
how to call them?

Thanks a lot
maincool
   

Copyright © 2006 knowledge-database   -   All rights reserved