Author Topic: Project files not compatible with windows version  (Read 3903 times)

Houdini

  • Guest
Project files not compatible with windows version
« on: October 24, 2005, 11:39:37 am »
Hi
I am using Code::Blocks in Windows and Linux but the project files only work with the version they were created with.

Windows version of project file:
<?xml version="1.0"?>
<!DOCTYPE Code::Blocks_project_file>
<Code::Blocks_project_file>
   <FileVersion major="1" minor="1"/>
....

Linux version
<?xml version="1.0"?>
<!DOCTYPE CodeBlocks_project_file>
<CodeBlocks_project_file>
   <FileVersion major="1" minor="1"/>
....

is it possible to create OS independent project files?
if not, it would be cool if someone could fix that :)

Houdini

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: Project files not compatible with windows version
« Reply #1 on: October 24, 2005, 11:47:00 am »
I think you use the cvs version on Linux ande the RC1 on Windows, is that right?
The problem is that in the CVS version the project file is following the XML standard. RC1 didn't followed that standard.
So you could try the CVS version on windows, or wait for RC2 which should be out very soon.
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Project files not compatible with windows version
« Reply #2 on: October 24, 2005, 06:46:12 pm »
In windows you can download from CVS as well, (using tortoiseCVS). But RC2 is coming up REALLY SOON now.. you better wait for it.