Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: zyjjingle on October 08, 2010, 05:40:55 pm

Title: Porting CodeBlocks in VS2005,and add some plugins
Post by: zyjjingle on October 08, 2010, 05:40:55 pm
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/
Title: Re: Porting CodeBlocks in VS2005,and add some plugins
Post by: stahta01 on October 08, 2010, 08:19:37 pm
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.
Title: Re: Porting CodeBlocks in VS2005,and add some plugins
Post by: MortenMacFly on October 08, 2010, 09:05:12 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.
Title: Re: Porting CodeBlocks in VS2005,and add some plugins
Post by: ollydbg on October 09, 2010, 02:45:35 am
Did you Compile Code::Blocks using Visual Studio?
yes, he did that.
Title: Re: Porting CodeBlocks in VS2005,and add some plugins
Post by: killerbot on October 09, 2010, 09:23:18 am
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.
Title: Re: Porting CodeBlocks in VS2005,and add some plugins
Post by: zyjjingle on October 09, 2010, 10:52:47 am
uploaded source code.