02-05-2019 04:37 PM
I am trying to build a DLL for a project and am receiving a bunch of errors and am unable to create the DLL. This is what the error message says:
1, 1 2 line(s) truncated. File set to read-only.
255, 106 syntax error; found 'struct' expecting ';'.
442, 46 syntax error; found '*' expecting ')'.
443, 49 Extraneous formal parameter specification.
448, 28 Missing parameter type.
448, 70 syntax error; found '*' expecting ')'.
467, 47 syntax error; found '*' expecting ')'.
467, 81 Extraneous formal parameter specification.
495, 5 Missing parameter type.
495, 47 syntax error; found '*' expecting ')'.
588, 42 syntax error; found '__cdecl' expecting ';'.
589, 104 syntax error; found '*' expecting ')'.
589, 129 Extraneous formal parameter specification.
590, 108 syntax error; found '*' expecting ')'.
590, 116 Extraneous formal parameter specification.
744, 46 syntax error; found '*' expecting ')'.
745, 50 Missing prototype. (Require function prototypes build option is enabled.)
756, 12 Undeclared identifier 'SelectivityTestParameters'.
761, 45 Undeclared identifier 'MainIteration'.
770, 16 Undeclared identifier 'DeviceSetup'.
Has anyone encountered these errors before and know how to fix it? How can I see the code that is being referred to with the line numbers? And where would a syntax error be occurring if LabVIEW itself handles all of the syntax?
Thank you,
AndrewMH
02-06-2019 08:43 AM
If you want some help, you are better to provide an example of your project and code that generate your problem.