Author Topic: .net  (Read 4030 times)

Offline paperthinstories

  • Single posting newcomer
  • *
  • Posts: 2
.net
« on: March 31, 2010, 09:15:17 pm »
yes i would like to know if there is a .net plugin or a way to use .net with code::block or is there a frameowrk code::blocks works with. if not i would like to make a framework for code::blocks i have like plenty of general classes i have made for programs such as databasees . would code::blocks like a framework someone please replie to me asap.
« Last Edit: April 01, 2010, 08:28:31 am by paperthinstories »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: .net
« Reply #1 on: April 01, 2010, 07:23:00 am »
Well you would need to start with writing a compiler plugin for the .NET compiler framework. However, I am not sure if this is an easy task as C::B is a C/C++ IDE and was designed as such. This there is no MSIL / pre-compiling / whats-o-ever step in the event loop which you might need. (I don't know .NET very well, I try to avoid it whenever possible.)

If you even mean an UI designer for .NET that this might even be impossible using wxWidgets. However, it could be attached as stand-alone tool which tidy integrated into C::B using a well-defined interface.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline paperthinstories

  • Single posting newcomer
  • *
  • Posts: 2
Re: .net
« Reply #2 on: April 01, 2010, 08:31:51 am »
the reason i asked about .net was because they have some niffty ways of doing some of their code looks. when it comes to programming i just kinda like looking at the code to see if it looks cool before i check out the language amminly looks cool
just havent found anything or any way to get books or tuts on it but iv looked at the code some on some websites but didnt have any thing telling me what was or anything if you know anyone that knows assbily please t ell me.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: .net
« Reply #3 on: April 01, 2010, 10:39:11 am »
the reason i asked about .net was because they have some niffty ways of doing some of their code looks.
Funny - for me if I decide about a programming language I have completely other requirements then whether it "looks cool". So I cannot help you on that decision.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ