2 Attachment(s)
Re: [VS2010] Code Compiler
Update:
I'm Uploading a small project to better demonstrate it's use
Re: [VS2010] Code Compiler
So...it's kind of a non-visual version of Visual Studio!
Cool! :D
2 Attachment(s)
Re: [VS2010] Code Compiler
Cool code! I've made some modifications like the toolstrip with new,load,save,test and build.
Screenshot:
Re: [VS2010] Code Compiler
Nice this is cool, may try and make something out of this if I have time. Thanks for shareing.
Re: [VS2010] Code Compiler
It's a pleasure. The point of this project was just to show people how easy it is to actually compile code from a string. The code that I wrote was a while back and I'm afraid that it isn't up to par.
I actually thought about making a very small portable visual basic project editor that you can put on a memory stick and develop in vb anywhere, but that would take me a while to code, but I simply don't have the time during school days.
Re: [VS2010] Code Compiler
Quote:
I actually thought about making a very small portable visual basic project editor that you can put on a memory stick and develop in vb anywhere, but that would take me a while to code, but I simply don't have the time during school days.
That is a good idea for a project. I remmber I made something like this with the VB Script Control for VB6 even got as far as makeing a form designer.I have a lot of time but seeing how easy it is to compile VB or C# with the code compiler is ace may try and work on a little side project.
Re: [VS2010] Code Compiler
Have you heard of a tool called Snippy?
It does something similar for C# code.
Re: [VS2010] Code Compiler
Quote:
Originally Posted by
Wesleylucas
Cool code! I've made some modifications like the toolstrip with new,load,save,test and build.
Screenshot:
Nvm it works fine thanks ;D