Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
I am creating a universal windows application. Is there any options like adding an external c++/c# dll, to access required folders. Is it possible to consume an external dll's in universal windows app? as we do in traditional c# If any option is available- Please give me some reference. Thanks in advance guys
Posted
Comments
Sergey Alexandrovich Kryukov 22-Dec-15 0:33am    
I don't see where you specify your target language. What do you want to use, .NET assembly or native DLL? Anyway, there is no "traditional C#" or "non-traditional", there are just different Windows APIs. The principle of using external code are the same.
—SA
Sudhakar6 22-Dec-15 6:58am    
Sorry sergey, i meant .Net assembly.

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