Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: user005 on August 07, 2019, 04:26:13 pm

Title: Add relative path support for portable drive
Post by: user005 on August 07, 2019, 04:26:13 pm
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.


Title: Re: Add relative path support for portable drive
Post by: 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 (http://wiki.codeblocks.org/index.php/FAQ-Settings#Q:_How_do_I_make_Code::Blocks_portable.3F)

Tim S.
Title: Re: Add relative path support for portable drive
Post by: user005 on August 08, 2019, 05:22:32 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 (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.