Click here to Skip to main content
15,880,956 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All ,

I have a managed C++ dll which contains a method.

I need to use that method (call) in another dll. when i do so it is giving me the below error though i have included the necessary header files and libraries in make files.

error C3861: 'method1(...)': identifier not found.

Do i need to export the method in that dll in manged C++ in order to use it in another manged C++ dll.

If so how to export it ?

Thanks,
Sudhakar
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900