Click here to Skip to main content
15,891,529 members

Comments by pancho2413 (Top 15 by date)

pancho2413 13-Jun-11 18:05pm View    
Yeah you're right, and some people who wrote me too. We were really thinking about changing to C++ because of security but we decided to keep C# alive with us. Thanks Dave
pancho2413 31-Mar-11 17:34pm View    
Alright, it looks interesting. But how can I do? sorry, my unexperience don't let me see clearly. BTW, please read my question again. I added some info. Besides, if I use TableLogOnInfo I need to write something like 'using System.Object' at the beginning of the form?
pancho2413 12-Mar-11 16:29pm View    
I know about the power of .net but the need of just a compiled prgram of my C# applications is so huge. I can't find how to do this. It's sad dude, I programm using C# but it's a real sadness to know that there's no way to protect my applications in C#, besides, do you know how much time do I have to spend for installing them including the f***ing needed 200MB framework 3.5 for just 400 KB of my app? I use some functions from this version but I don't need the whole framework... ;-(. BTW Do you know something about an expensive software called Salamandra? they offer something like a compiler for .net.
pancho2413 12-Mar-11 16:22pm View    
C# is powerful but when I have to install an app in a new computer I need to install additional software such as the .Net Framwework 3.5 (200MB+ , that's insane!!!!) and I really need to use some functions that comes with this version.
Besides, security against decoding my apps is very important but if I have just the MSIL I will have a lot of risks.
I want to compile my program with those tools I use from the framework and nothing else (it's what everybody expect from a compiler :-D ), and take the compiled file/s to any pc
pancho2413 12-Mar-11 13:08pm View    
I mean the list you can find just searching in google for example.
In other words: FROM THE DIFFERENT C++ NATIVE COMPILERS YOU KNOW, which is the best for you?