LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DLL Visual Basic error - 4803

I create a dll that reads a wav file and calculate some features, i.e., mean, std, etc. The dll works well with VC++ and CVI. However, when I call this dll with VB 6.0, it gives error 4803. Any suggestions? Thanks a lot.
0 Kudos
Message 1 of 3
(2,779 Views)
cviuser518,
Is this a dll you built in LabVIEW? Can you provide details on how you've created the dll?
 
 
Chris C
0 Kudos
Message 2 of 3
(2,768 Views)

Thanks Chris for prompt response.

I just figure out the problem. It is due to the space in the string of file name. Stupid! It works now.

0 Kudos
Message 3 of 3
(2,757 Views)