문제

I have a project in native c++ , it is an crystal reports viewer . The project it is complex containig support for working with files ( an imported project ) .I have to rewrite this code in c++.NET ,more specifically in managed c++ because i am using vs2003 service pack 1 .

I have written the crystal viewer in managed c++ and now i have to combine my new viewer with the working with files project . Rewriting the working with files project it not fiable solution .

What would be an proper approach ?

Thanks. Bye.

도움이 되었습니까?

해결책

You can use an unmanaged C++ project in a managed C++ project just fine. Just add a reference to the unmanaged .lib or DLL and add #include directives for the headers.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top