Jump to content

Visual Studio Setup


tago
 Share

Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...