03-27-2009 06:30 PM
Hi.
I Developed a dll in Borland c++ that uses Directshow. I'm trying to use thi library in Cvi UIR.
When i try to compile the uir project I get a lot of errors from header files (winnt.h, basetsd.h,etc) some of the errors are: "sysntaxis error; found void expecting ;" , " "sysntaxis error; found identifier expecting ;", "undeclared indentifier ".
what can be wrong??
Thanks.
04-23-2009 10:45 AM
Hi llopoman!
I found the following links that might be helpful to you:
http://digital.ni.com/public.nsf/websearch/862567530005f09c862566d600768a51?OpenDocument
http://zone.ni.com/devzone/cda/tut/p/id/3453
Also if the compiler is telling you that there are syntaxis errors it might refer to the inclusion of other header files. When you get undeclared identifier error, it refers to a function not declared before atempting to use it.
If you can post the code i can try to reproduce the issue and solve it.
Hope the links help!
Have a great day!
Oswald Branford
04-23-2009 06:25 PM
I already worked this thing. I'm using the C++ library dinamically. Whit this I don't need to add the include of the C++ dll.
Thanks.