06-08-2006 11:37 PM
06-10-2006 02:44 PM
Hi student G
THere have been arrors posted that have to do with a localized decimal point, but
it doesn't seam that it is in your case.
Am I right if I considder that you are trying to use C code in ypor project?
If this is correct then I would recommand to try to write a very simple example.
This could be something like:
int func (int a,b)
{
return (a+b);
}
This is a primitive example but you can try to add it into your project.
If you can compile your project with this call library function than
you have configured your project correctly.
Once everything works in this pwimitive way you can enhance the
C file and try out where the mistake in your code is.
In many cases the C code is correctly enough for visual C++ but
it itn't correct enough for the C compiler that is behind the PDA
toolkit. The failur output from LV is in many cases not worth to have
a look at it, bcause it doesnt help you in any way. The failure can
be caused by another instance too.
The
06-10-2006 02:44 PM
Hi student G
THere have been arrors posted that have to do with a localized decimal point, but
it doesn't seam that it is in your case.
Am I right if I considder that you are trying to use C code in ypor project?
If this is correct then I would recommand to try to write a very simple example.
This could be something like:
int func (int a,b)
{
return (a+b);
}
This is a primitive example but you can try to add it into your project.
If you can compile your project with this call library function than
you have configured your project correctly.
Once everything works in this pwimitive way you can enhance the
C file and try out where the mistake in your code is.
In many cases the C code is correctly enough for visual C++ but
it itn't correct enough for the C compiler that is behind the PDA
toolkit. The failur output from LV is in many cases not worth to have
a look at it, bcause it doesnt help you in any way. The failure can
be caused by another instance too.
The best
06-10-2006 11:54 PM
Hi there
Do you know where to put this C language which you suggested? Like in which part of LabVIEW. Thank you for your quick respond.
06-12-2006 12:42 PM
Hi Student G,
Are you using a C DLL like Martin hypothesized? If so, this KB should help you successfully include the code: LabVIEW PDA Module Build Errors with VIs that Call DLLs.
Hope this helps!
Megan B
National Instruments
06-14-2006 02:17 AM