News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Porting CodeBlocks in VS2005,and add some plugins

Started by zyjjingle, October 08, 2010, 05:40:55 PM

Previous topic - Next topic

zyjjingle

Hi,ALL
I have porting CodeBlocks to VS2005, and add some plugins to it.
Added Plugins include:
1.NWork's CRT Plugin:include PuTTY in CodeBlocks
2.NWork's SSH Plugin:Support remote Makefile project
3.ShellBrowser Plugin: Shell Browser in CodeBlocks
4.Source Insight Plugin: Source browser

I already put my first release in:
http://cb4vc.sourceforge.net/

stahta01

FYI:

I think you should change the Start-up image of Code::Block to your own image; if you did not edit Code::Blocks core source code; just using the Correct SVN would help prevent confusion.

And, you are required to supply the source code to Code::Blocks per the GPL.
I suggest adding an zip/gz/rar of the Code::Blocks source you used.

Did you Compile Code::Blocks using Visual Studio?
I asked because you statement implied that you did.

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]

MortenMacFly

Quote from: stahta01 on October 08, 2010, 08:19:37 PM
And, you are required to supply the source code to Code::Blocks per the GPL.
I can only highlight this. Please do, otherwise you violate the GPL license terms.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ollydbg

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.

killerbot

would be nice, if we could do that to, in case not too many things need to change.
Not a must have feature, but nice for experiments.

zyjjingle