0

Are workspaces created by eclipse for c++ with one OS fully compatible with the same IDE but on another OS or will I have to deal with some kind of issues?

Thanks

SaintJob 2.0
  • 554
  • 4
  • 21

1 Answers1

1

In short, no, workspaces won't just work if you change platforms and nothing else due to the locations of libraries, compilers, etc. being different on different platforms.

Another answer here explains how you can use Dropbox's selective sync to keep the platform specific files separate from everything else. Many popular version control systems (git, svn) have an "ignore" functionality that will keep platform specific stuff from being shared.

Community
  • 1
  • 1
  • I'll take a look at Dropbox. Looks like that will do the trick. I'm used to free svns, but i don't know any used with iOS which is my problem now. – SaintJob 2.0 Aug 14 '14 at 21:07