Altera_Forum
Honored Contributor
20 years agocant use functions, classes of managed library
Hi all,
Currently I am working on Managed library. I have made a manage library in C++. This library includes some global functions, global variables and different classes. Now I have made one another C/C++ application. And in it use .cpp file extension. And I want to use the managed library functions and classes in the C/C++ application. But it gives me error of undeclared (first use this function)'. So if anybody knows please reply on it.