Click here to Skip to main content
15,880,796 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have product installed which is developed in C++.It has licensing.I have third party utility which is developed in C#.C# utility is integrated with product.Now Im trying to integrate the C# utility with the c++ product licensing. we are using "scintf.dll" and " FNP111.dll" in the c++ prodcut.Please help me how to integrate the licensing with c++ and C# utility.

What I have tried:

I dont have any idea how to start
Posted
Updated 20-Nov-18 19:34pm
Comments
Afzaal Ahmad Zeeshan 21-Nov-18 3:40am    
NOT A LEGAL ADVICE!

What licensing? If the Apache-2, BSD, GNU, MIT kind of licenses are you meaning, then there is no problems integrating the codes, just do what license asks you to—such as, in MIT you need to mention that this project is based on MIT license, other licenses have their own limitations and permissions.

Lastly, connecting the DLLs depends on several concepts, such as what language was a DLL written in, a C++ library might require some COM operations in order to be accessed via C#. That part you have not mentioned at all.
Member 8198750 21-Nov-18 4:10am    
its an desktop application.License code is in C++.I need to integrate the C++ dll in C# utility.
Member 8198750 21-Nov-18 4:10am    
its an desktop application.License code is in C++.I need to integrate the C++ dll in C# utility.
David O'Neil 21-Nov-18 18:37pm    
You need to be clearer. Are you trying to incorporate an anti-pirating system created in C# in a C++ app? Are you trying to create a splash screen describing your licensing, as in the Afzaal's comment? Something else?

A good place to start is with the documentation that comes with the C# code - what does it say? Do they have help forums? If so, go there, not here.

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