简体   繁体   中英

How to i open this applications is visual studio so i can run the code?

I have this application code on the following remote server

https://svn.reactos.org/reactos/trunk/reactos/base/applications/rapps_new/

I have tried making a windows application in visual studio and adding the files to it, but it doesn't compile.

Whats the correct way to run the code?

You need to use CMake to generate a Visual Studio solution for the project. Then you will be able to import your solution into Visual Studio and build it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM