News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Portable Code::Blocks

Started by Biplab, April 05, 2009, 04:04:17 PM

Previous topic - Next topic

Biplab

Quote from: codeur on April 17, 2011, 03:21:16 PM
@Biplab
The v1.0.1 CbLauncher archive at codecutter.org has been updated with the changes to copyright you suggested.
I suggest however committing the same, except without the exe.
You can download that from http://cblauncher.codecutter.org/CbLauncher_1.0.1_src.zip (334 kb)
Thanks.

I have added it to trunk; in revision 7125.

This will not be built by default. So whoever needs it has to build it by opening Project file inside tools\CBLauncher folder.

Please feel free to post patches towards improving it. :)
Be a part of the solution, not a part of the problem.

ollydbg

Quote from: Biplab on April 24, 2011, 04:35:58 PM
Quote from: codeur on April 17, 2011, 03:21:16 PM
@Biplab
The v1.0.1 CbLauncher archive at codecutter.org has been updated with the changes to copyright you suggested.
I suggest however committing the same, except without the exe.
You can download that from http://cblauncher.codecutter.org/CbLauncher_1.0.1_src.zip (334 kb)
Thanks.

I have added it to trunk; in revision 7125.

This will not be built by default. So whoever needs it has to build it by opening Project file inside tools\CBLauncher folder.

Please feel free to post patches towards improving it. :)
nice, waiting this for about one year more.... :wink:
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

codeur

Thanks Biplab. A few updates are likely, but the launcher is currently used a lot around here under several Windows versions, so I am confident patches won't be needed as frequently as if we had committed earlier.

LETARTARE

QuoteWin-7, Cb-13604 + CbLaunchner, gcc-14.2, wx-326

I need an explanation :
I configured 'Code::Blocks' and 'CbLaunchner ' with target type => 'Console Application' and 'Pause when execution ends'.

1- When I run 'Code::Blocks' directly, I get a console with many messages about its activity as well as 'Code::Blocks' itself.
2- When I run 'CbLaunchner ',  'Code::Blocks' is running, but no console appears !

What could be the reason for this ?
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

stahta01

#94
User error is my first guess because I only know about the setting for a CB project.

If you set it somewhere other than a project then it is likely the two places are using different configurations.

Edit: Using different targets can also be the cause.

Tim S.
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]