LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems Using Borland c++ dll in CVI

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.

0 Kudos
Message 1 of 3
(3,374 Views)

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

0 Kudos
Message 2 of 3
(3,294 Views)

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.

0 Kudos
Message 3 of 3
(3,283 Views)