Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Is there any migration tool for visual studio to easy import open source software. For example i'm trying to import upx to test it on windows machine but having big trouble to import and configure all files.

Do you have some good links, or some advice of how to reduce pain of reconfiguration existing linux files?
Posted
Comments
KarstenK 17-Feb-14 5:14am    
Not really, so we have added all needed files to the solution. You better write clean ANSI-C with native types so you have little problems, and seperate "platform specific" stuff. Avoid nested macros - it is hell. If not now, than later. Some fizzeling with mak-files is possible...

But I guess these tips are too late for you.
novadivlja 17-Feb-14 5:54am    
thnx for advice
Sergey Alexandrovich Kryukov 17-Feb-14 12:38pm    
I think such product would not really make sense. If some software is not designed for VS, it always can make its own peculiarities not covered by such a product. Not 100% sure though...
—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