tago Posted November 30, 2017 Report Posted November 30, 2017 (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 November 30, 2017 by tago
tago Posted November 30, 2017 Author Report Posted November 30, 2017 (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 November 30, 2017 by tago
tago Posted December 1, 2017 Author Report Posted December 1, 2017 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now