RE: RE: Multiboxing software
Quote:
Originally Posted by 'eqjoe',index.php?page=Thread&postID=117919#post11 7919
Quote:
Originally Posted by 'Midol',index.php?page=Thread&postID=117405#post11 7405
Hey guys,
Right now I am coding a multiboxing program. I am unsure at this stage if I'll ever release it because:
a) It's written in a dead language - VB6.
b) VB6 is slow.
So go with VB.NET.
Is it too much to ask for people to read entire posts?
VB.net is a completely different language, a language I am still learning. Once I am proficient, I'll port it over.
Freddie, I am thinking I'll wait till I move it to vb.net before releasing code. I doubt I can be bothered running an open source project so I'll just release code and people can do whatever they want with it. Should be able to move it to .net in a few weeks. If you're wondering why I am wasting my time coding it in vb6 it's because I do security so effectively sit there for 12 hours some days with nothing to do :D
RE: RE: RE: Multiboxing software
Quote:
Originally Posted by 'Midol',index.php?page=Thread&postID=118108#post11 8108
Quote:
Originally Posted by 'eqjoe',index.php?page=Thread&postID=117919#post11 7919
Quote:
Originally Posted by 'Midol',index.php?page=Thread&postID=117405#post11 7405
Hey guys,
Right now I am coding a multiboxing program. I am unsure at this stage if I'll ever release it because:
a) It's written in a dead language - VB6.
b) VB6 is slow.
So go with VB.NET.
Is it too much to ask for people to read entire posts?
VB.net is a completely different language, a language I am still learning. Once I am proficient, I'll port it over.
Chillax :)
RE: RE: RE: Multiboxing software
Quote:
Originally Posted by 'Midol',index.php?page=Thread&postID=118108#post11 8108
Freddie, I am thinking I'll wait till I move it to vb.net before releasing code. ... If you're wondering why I am wasting my time coding it in vb6 it's because I do security so effectively sit there for 12 hours some days with nothing to do :D
I wasn't wondering at all. You're obviously familiar with it and you like it. That's a perfectly good reason to use it.
VB6 is one of the most famous language tools that Microsoft ever published. Thousands and thousands of high-quality commercial apps were written in it. It still works as well as it ever did. If you want to use it, go for it.
By the way, I still often use the C++ compiler from that same edition of Visual Studio, version 6. Even though it's ten years old and no longer supported by Microsoft, it still works fine, even for cranking out Vista applications. So you and I are both living in the year 1998. :)
I think it makes perfect sense to start out in a language that fits you like old shoes. Especially if this is the first time you've written this sort of program. Often when I write a totally new kind of program, I make a sort of rough-draft version, then throw it away and start over, because that's the only way I can design a good architecture for the program. I recommend working that way, and it would fit in with switching over to CLR/.NET a little way down the road.
Quote:
Originally Posted by 'Midol',index.php?page=Thread&postID=118108#post11 8108
I doubt I can be bothered running an open source project so I'll just release code and people can do whatever they want with it. Should be able to move it to .net in a few weeks.
That's extremely generous of you. /Salute.