Author Topic: Can I use files from MS OneDrive with Code::Blocks?  (Read 2812 times)

Offline alm

  • Single posting newcomer
  • *
  • Posts: 2
Can I use files from MS OneDrive with Code::Blocks?
« on: May 29, 2015, 09:31:32 am »
Can I use files, projects, libs from MS OneDrive with Code::Blocks?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Can I use files from MS OneDrive with Code::Blocks?
« Reply #1 on: May 29, 2015, 09:57:45 am »
If you see them in the local filesystem then probably you can. Just keep in mind that C::B will do save-to-temp+rename when saving files instead of a simple override. If this messes onedrive then you're out of luck.

Also the sharing-source-code-problem is already solved and the solution is not using the cloud to store the files. You need a VCS - http://en.wikipedia.org/wiki/Revision_control
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]