News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Add relative path support for portable drive

Started by user005, August 07, 2019, 04:26:13 PM

Previous topic - Next topic

user005

windows platform.
for usb flash driver.
There are several places where relative paths need to be supported

1,settings - compiler settings - toolchain executables - compiler's installation directory.
2,file - new - (all about project folder).

maybe 'compiler settings' and 'debugger settings' should all support relative paths.



stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

user005

Quote from: stahta01 on August 07, 2019, 06:02:29 PM
Read this and see if it still works.

http://wiki.codeblocks.org/index.php/FAQ-Settings#Q:_How_do_I_make_Code::Blocks_portable.3F

Tim S.

thinks.
i  use CbLauncher.exe,
CbLauncher.exe only make the profile file portable.
There are still some absolute paths in the profile file.
Code:Blocks itself does not support relative paths,I think that's the main reason.