简体   繁体   English

我如何打开Visual Studio这样的应用程序,以便我可以运行代码?

[英]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/ 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. 我曾尝试在Visual Studio中制作Windows应用程序并将文件添加到其中,但无法编译。

Whats the correct way to run the code? 什么是运行代码的正确方法?

You need to use CMake to generate a Visual Studio solution for the project. 您需要使用CMake为项目生成Visual Studio解决方案。 Then you will be able to import your solution into Visual Studio and build it. 然后,您将能够将解决方案导入Visual Studio并进行构建。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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