Jump to content

Recommended Posts

Posted (edited)

After a fresh Windows 10 and Visual Studio 2017 Community installation i'm trying to setup the toolchain again.

Should i install the old MSYS-1.0.11.exe or a newer MSYS version via mingw-get installer? Or maybe minGW-w64?

Which option i should chose?

[1] MSYS-1.0.11.exe (old all in one installer)

[2] msys-1.0.19-1 (to be installed via the newer mingw-get installer/package manager)

[3] minGW-w64 (looks like an active project in contrast to minGW)

Edited by tago
Posted (edited)

As a start i imported svn.mios32 source files into VS, but get numerous include errors 'cannot open source file'.

After adding some include directories to the project i could get rid of some of them, but i wonder if this is the best way. There must be a way to import references from the makefile, right?

 

Edited by tago
Posted

Looking further into all the project files it seems to me that i have to copy/convert the 'Include Pathes' inside .cproject file to <IncludePath> inside .vcxproj file. Is this correct?

Can someone who is using Visual Studio give me some hints how to migrate the project?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...