Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Project isn't portable from windows to linux
Re: Project isn't portable from windows to linux [message #21221 is a reply to message #21153] Sun, 10 May 2009 09:07 Go to previous message
koldo is currently offline  koldo
Messages: 3357
Registered: August 2008
Senior Veteran
Hello domingoad

You know in Posix the paths are like:
/home/username/myUppProject


and in windows they are like:

c:\Documents ans Settings\username\myUppProject


If you want to include any file in the same drive a trick is to do it relatively to the folder where is your .upp file.

Imagine you have a file in c:\Documents ans Settings\username\otherfile. You could insert the file like:

../otherfile/myfile.cpp


This is not a matter of Upp. You have to enter the path in a portable way for Posix and windows.

Best regards
Koldo


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Previous Topic: the debugger
Next Topic: Are there any plans supporting Vector/Array/Map::operator[] during debug?
Goto Forum:
  


Current Time: Thu Apr 25 09:34:53 CEST 2024

Total time taken to generate the page: 0.02926 seconds