Author Topic: About making Code::Blocks portable  (Read 4281 times)

Offline f2099

  • Multiple posting newcomer
  • *
  • Posts: 21
About making Code::Blocks portable
« on: February 04, 2012, 07:50:46 pm »

   Hi, I use the Windows XP OS, and I would like to know the following: if I create a portable version of CB on my USB device (as shown in CB's manual) and insert it in a Ubuntu OS, is it likely to run there, even though I made the installation through the Windows XP OS? Thanks in advance!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: About making Code::Blocks portable
« Reply #1 on: February 04, 2012, 07:56:18 pm »
In general, no it won't run, the executable format is different, the runtime libraries are different and so on.
You can try with wine, but this is not how it is supposed to work and I doubt it will be reliable.
(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!]

Offline f2099

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: About making Code::Blocks portable
« Reply #2 on: February 04, 2012, 07:57:58 pm »
Ok, thanks!

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: About making Code::Blocks portable
« Reply #3 on: February 04, 2012, 10:10:36 pm »
Keep in mind also that (I am fairly certain) Ubuntu does not allow any program (native or not) to be run from an external device (due to security reasons).

Offline f2099

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: About making Code::Blocks portable
« Reply #4 on: February 05, 2012, 03:38:34 am »
   I didn't know about that possibility...thank you!