LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Couldn't get code resource CIN

Hi,
I want to build CIN resource file as indicated in the tutorial "How to buid a CIN code resource".
I use Visual C++ 5.0 on Windows 98 SE. I use the example Cin code "str_ex.c" supplied on this site.
When i build the DLL, i have the error message :
"FMOpen error 1 on path D:\Program Files\DevStudio\MyProjects\VI_essai.\Debug\VI_essai.dll"
I don't understand the problem. If i create a syntax error in the source code "str_ex.c", it is detected. I think there is no problem to find the source code.
Anyone has already meet this kind of problem and solve it ?
Thanks a lot
PS : In the path indicated above, there is a point after the name of the directory "VI_essai". Is it the problem ?
0 Kudos
Message 1 of 2
(2,501 Views)
GilTremaOueZ;

Seems that your problem is that point. Make sure you enteres the right information when configuring VC++.

You can try ignoring the instructions for the custom step. If there is no error at that point, then you know the problem is at the custom step, which creates the .lsb file from the .dll file.

You can download a VI I created to perform the custom step outside VC++. You can obtain the VI from here:

http://www.jyestudio.com/lview.shtml

The VI is CIN Custom Step.

Regards;
Enrique
www.vartortech.com
0 Kudos
Message 2 of 2
(2,501 Views)