Click here to Skip to main content
15,880,427 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi there,

I have a win32 library(dll) written in C++ and I want to re-target it to winrt.

Can I do so? please help me how could I make it happened.
Posted

1 solution

You cannot. There is no such thing as "convert", for a library. If your original library is totally abstracted from UI and other platform-specific stuff, you probably could use it directly; it depends on what it is. If you have source code for this library, you could probably just modify it accordingly, again, depending on what it is.

—SA
 
Share this answer
 
Comments
z3m 17-Mar-14 10:59am    
I have source code for it, but i don't know what things i may need to do to modify it.
Sergey Alexandrovich Kryukov 17-Mar-14 11:06am    
I don't know what's in your source; you should know better. This is just a matter of RT development. No matter what you do, you have to learn it.
By the way, you tagged it as C++/CLI, not C++. So is it unmanaged Win32 C++ library, or .NET managed C++/CLI library? Or mixed-mode?
—SA

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