简体   繁体   中英

executing c++ console application on raspberry pi

how to run a VS2015 c++ console application on raspberry pi 2. I installed mono, copied the .exe file and try to run it. But it said "Cannot open assembly abc.exe: File does not contain a valid CIL image."

I am new to this method. I couldn't able to try with VisualGDB as my trail license got expired.

Is this method correct?

As melak47 stated in the comments, mono is intended for C#, rather than native C++ executables. You may be interested in Wine , which is designed to run these native executables

Link: https://www.winehq.org/

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