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

I have a code in standard c++ (stl). this code contains opencv functions(c++ functions). I'm trying to take this code and implement it ,with minimum modifications, into windows rt app.
I don't think it should be difficult, but i lack the knowledge of windows rt programming.

I don't know if it's relevant but there's something called wrl that could help
If any one could help me, it will be great( even organize tutorials about implement stl code to c++/cx, or wrl tutorials)

Thank you all.
Posted
Comments
KarstenK 10-Dec-14 12:36pm    
Try to find some opencv code which is taylored for win rt. Sorry, but its ounds not promising for you.
Member 11296776 11-Dec-14 1:48am    
Thanks for the reply
I didn't find any taylord opencv for win rt

maybe there's a way to use my existing c++ code in winrt c# environment?

1 solution

Some background on Creating WinRT Components in C++. Take also a look on the Microsoft Sample code.

After reading this, I remembered an article from me which targeted Windows Phone, but it is also an example of these technologies.
 
Share this answer
 

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