News:

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

Main Menu

what's wrong with the wiki???

Started by ollydbg, May 27, 2011, 04:01:43 AM

Previous topic - Next topic

ollydbg

QuoteWarning: The database has been locked for maintenance, so you will not be able to save your edits right now. You may wish to cut-n-paste the text into a text file and save it for later.

The administrator who locked it offered this explanation: Wiki is currently in read-only mode until the server upgrade is complete

I can't do any contribution now, any one can help me???

thanks.

PS: here is what I want to change in the portable c::b section:
'''New portable Code::Blocks portable loader in Windows'''
Biplab, an active developer of CB, has released the portable CB loader v0.1.1 in his Blog

Steps to use it:

you can download the CbLauncher 1.0.1 from [http://cblauncher.codecutter.org/CbLauncher_1.0.1_src.zip http://CbLauncher.codecutter.org/CbLauncher_1.0.1_src.zip], then to build it and run Code::Blocks portable.

Steps to use Cblauncher:

#Download a nightly build with revision > 5334.
# Extract them to a folder.
#Extract CbLauncher.exe to same folder where codeblocks.exe file is present. After extraction, CbLauncher.exe and codeblocks.exe should be in same folder.
#Now double click on on CbLauncher.exe file to run Code::Blocks in a portable manner.

Also, see [http://forums.next.codeblocks.org/index.php/topic,10360.0.html Portable Code::Blocks] for more details.
'''Note:''' CBlauncher is now a part of C::B, its code was adopted in the C::B's SVN repository, see [http://forums.next.codeblocks.org/index.php/topic,10360.msg98052.html#msg98052 Re: Portable Code::Blocks] for more details.
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.

mandrav

The wiki should be write-enabled now, try again.
Be patient!
This bug will be fixed soon...

ollydbg

Quote from: mandrav on May 27, 2011, 03:49:41 PM
The wiki should be write-enabled now, try again.
Ok, works now, thanks.
I have refined the cblauncher(Windows) section.
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.