Hello,
I am looking through the instructons regarding compiling a CIN through the
IDE in Microsoft visual C++. The national instruments page says that warnings
will be produced when I compile the dll. Currently I am simply compiling
my C code, to see if I get any errors or warnings.
my warnings are as follows:
warning C4047: '=' : 'char *' differs in levels of indirection from 'struct
LStr ** '
warning C4047: 'function' : 'char *' differs in levels of indirection from
'struct LStr ** '
warning C4024: 'writecmd' : different types for formal and actual parameter
1
I would just like to know what types of warnings I can expect and ignore,
and what might be potential problems. Any help is most appreciated. T
hanks
JMH