|
-
Feb 15th, 2005, 01:46 AM
#1
Thread Starter
Fanatic Member
VB.NET rants
when i found out that in order for someone to launch vb.net they had to have .net framework; i was PI$$ED!
because i spent $60 on somthing that the user has to have .net framework??? argh... i am not going to do that, like 40%-50% of the people i know dont even have framework. i liked vb6 because somthing like 98% of the users, have the files needed to run vb6 exe's.
MY SOLUTION: learn Visual C++ .NET
Last edited by ALL; Feb 15th, 2005 at 02:31 AM.
-
Feb 15th, 2005, 02:44 AM
#2
PowerPoster
Re: VB.NET rants
Errm... "MY SOLUTION: learn Visual C++ .NET", are you trying to be funny? :\
Anything with .Net on the end needs the .Net framework. And VB6 isn't always supported out of the box, 95 definitely doesn't support it... I dunno about 98.
Learn assembly if your worried about dependencies.
-
Feb 15th, 2005, 03:29 AM
#3
KING BODWAD XXI
Re: VB.NET rants
Or stick to vb6
-
Feb 15th, 2005, 09:44 AM
#4
Re: VB.NET rants
 Originally Posted by ALL
when i found out that in order for someone to launch vb.net they had to have .net framework; i was PI$$ED!
because i spent $60 on somthing that the user has to have .net framework??? argh... i am not going to do that, like 40%-50% of the people i know dont even have framework. i liked vb6 because somthing like 98% of the users, have the files needed to run vb6 exe's.
MY SOLUTION: learn Visual C++ .NET
Dont care. No ones fault you didnt know the product you were purchasing before you bought it except your own.
-
Feb 15th, 2005, 09:55 AM
#5
Fanatic Member
Re: VB.NET rants
^ rude
Here's to us!
Who's like us?
Darned few, and they're all dead!
-
Feb 15th, 2005, 10:05 AM
#6
Re: VB.NET rants
Well its true. Consumer education people.
-
Feb 15th, 2005, 10:07 AM
#7
Hyperactive Member
Re: VB.NET rants
 Originally Posted by demotivater
^ rude

Considering it was Cander making that post, it was actually quite Polite!
Keep Smiling - even if its hard 
Frankie Says Relax, wossname Says Yeah!
wossname:--Currently I'm wearing a gimp suit and a parachute.
C# - Base64 Blog
-
Feb 15th, 2005, 10:34 AM
#8
-
Feb 15th, 2005, 10:38 AM
#9
KING BODWAD XXI
Re: VB.NET rants
$60 that about £30 and thats not fair
-
Feb 15th, 2005, 11:51 AM
#10
Re: VB.NET rants
 Originally Posted by Pc_Madness
Errm... "MY SOLUTION: learn Visual C++ .NET", are you trying to be funny? :\
Anything with .Net on the end needs the .Net framework. And VB6 isn't always supported out of the box, 95 definitely doesn't support it... I dunno about 98.
Learn assembly if your worried about dependencies. 
You don't have to use the managed part of VC++ .NET 03 even if you are using VC++ .NET 03. I don't...
-
Feb 15th, 2005, 07:25 PM
#11
Thread Starter
Fanatic Member
Re: VB.NET rants
well, i read in two places online that VC++ .net does not require .net framwork!
they may be wrong, but that is why i said that
-
Feb 15th, 2005, 07:49 PM
#12
Not NoteMe
Re: VB.NET rants
If you code in C#, the MS' .net version of C++ you need the .net framework, but if you use VS to make a plain C++ program you shouldn't (i think).
Quotes:
"I am getting better then you guys.." NoteMe, on his leet english skills.
"And I am going to meat her again later on tonight." NoteMe
"I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
"my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
Have I helped you? Please Rate my posts. 
-
Feb 16th, 2005, 04:12 AM
#13
Hyperactive Member
Re: VB.NET rants
 Originally Posted by Pc_Madness
Errm... "MY SOLUTION: learn Visual C++ .NET", are you trying to be funny? :\
Anything with .Net on the end needs the .Net framework. And VB6 isn't always supported out of the box, 95 definitely doesn't support it... I dunno about 98.
Learn assembly if your worried about dependencies. 
Acutally that's not true, you don't have to use the .net framework in C++.
It's an option just like MFC or STL. You don't have to use it but it's there if you want to. I'm sure microsoft did this because most C programmers woudln't be too thrilled to have a lot of bloatware with their programs.
Last edited by Maven; Feb 16th, 2005 at 04:16 AM.
Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde
-
Feb 16th, 2005, 04:14 AM
#14
Hyperactive Member
Re: VB.NET rants
 Originally Posted by Maven
Acutally that's not true, you don't have to use the .net framework in C++.
On another note... C++ actually creates faster .net code in the 2005 edition of visual studio or so I've heard. The resaon is due to the long life span of C++ and all the optmizations that have went into it over the years.
Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde
-
Feb 16th, 2005, 04:30 AM
#15
Re: VB.NET rants
Hehehehe...first I said that you don't have to use the framework if you are coding in VC++ .NET then ALL, then SLH, and then Maven, whos next...
-
Feb 16th, 2005, 04:48 AM
#16
Hyperactive Member
Re: VB.NET rants
didi someone mention already that you don't have to use the framework if you are coding in VC++.
Ok OK it was lame but you were asking for it Note!
Keep Smiling - even if its hard 
Frankie Says Relax, wossname Says Yeah!
wossname:--Currently I'm wearing a gimp suit and a parachute.
C# - Base64 Blog
-
Feb 16th, 2005, 04:59 AM
#17
-
Feb 17th, 2005, 02:57 AM
#18
Thread Starter
Fanatic Member
Re: VB.NET rants
hey, it could have been worse!, mendhak could have came in here, and started making sarcastic remarks (no offence mendhak)
-
Feb 17th, 2005, 06:27 AM
#19
Re: VB.NET rants
None taken.
-
Feb 17th, 2005, 06:31 AM
#20
Frenzied Member
Re: VB.NET rants
I haven't programmed in vb.net in long time, so correct me if I'm wrong...Isn't there a lisence that you can get from microsoft that allows you to package the .net framework into your deployable app?
-
Feb 17th, 2005, 06:34 AM
#21
Re: VB.NET rants
I don't believe you need a license to include the framework. If I'm wrong, it's news to me.
-
Feb 17th, 2005, 06:35 AM
#22
-
Feb 17th, 2005, 06:51 AM
#23
KING BODWAD XXI
Re: VB.NET rants
You dont need a license to use the .net framework
-
Feb 17th, 2005, 03:22 PM
#24
Frenzied Member
Re: VB.NET rants
Whenever I programmed in vb.net, it never let me include the .net framework needed for the application in the installation.
-
Feb 17th, 2005, 03:26 PM
#25
Retired VBF Adm1nistrator
Re: VB.NET rants
Blah. You should be using Cω instead 
My 3 latest posts are on Cω:
http://www.irishdev.com/blogs/plenderj
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 17th, 2005, 03:50 PM
#26
Frenzied Member
Re: VB.NET rants
What is c weird character? Is that somesort of IDE?
-
Feb 17th, 2005, 03:52 PM
#27
-
Feb 17th, 2005, 04:00 PM
#28
Frenzied Member
Re: VB.NET rants
 Originally Posted by plenderj
You should really learn your Greek letters
Take a look at the 3 posts on my blog and you'll see why I think its cool 
All I know is it's an sideways 3
I do like the looks of the syntax of that langauge, looks similar to java! I might have to take a look at learning it.
-
Feb 17th, 2005, 05:28 PM
#29
Retired VBF Adm1nistrator
Re: VB.NET rants
Its the C# similarity that you're seeing. Cω extends on C# by providing some extra language enhancements, and a more strongly typed approach to SQL...
... its quite cool if you ask me
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 17th, 2005, 05:31 PM
#30
Re: VB.NET rants
You have to distribute applications on CD these days there is no alternative, simply because of the volume of data being shipped out. So what is the difference if you also put the framework runtimes on the disc too?
No fv(king difference, thats what. Its a one-time thing anyway, it takes all of 60 seconds to install the framework. Plus, all new MS OS's are being shipped with the latest frameworks BUILT IN! So what is the problem?
Stop crying. Start developing.
{edited from a much less polite version by wossname}
I don't live here any more.
-
Feb 17th, 2005, 05:52 PM
#31
Retired VBF Adm1nistrator
Re: VB.NET rants
Christ... I hate to think what your original looked like
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 18th, 2005, 03:23 AM
#32
Re: VB.NET rants
 Originally Posted by plenderj
Christ... I hate to think what your original looked like 
It probably would have resulted in "Banning with extreme predjudice". Me, my family, and all my friends would have been barred permanently.
I don't live here any more.
-
Feb 18th, 2005, 05:35 AM
#33
Retired VBF Adm1nistrator
Re: VB.NET rants
Chased with pitchforks if you will?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 18th, 2005, 05:44 AM
#34
Re: VB.NET rants
That's a privilege reserved for NotLKHs posts.
-
Feb 18th, 2005, 09:45 AM
#35
Re: VB.NET rants
 Originally Posted by plenderj
Chased with pitchforks if you will?

*gothic*
I don't live here any more.
-
Feb 18th, 2005, 09:48 AM
#36
Re: VB.NET rants
After millions of years of of evolution, this is what you are doing with your opposable thumbs.
Had the organic compounds meandering around the primordial soup known that it would come to this, I don't think they'd have bothered.
-
Feb 18th, 2005, 01:34 PM
#37
Retired VBF Adm1nistrator
Re: VB.NET rants
 Originally Posted by Merrion
Had the organic compounds meandering around the primordial soup known that it would come to this, I don't think they'd have bothered.
Had the organic compounds meandering around the primordial soup been developed enough to posess cognitive abilities we wouldn't be having this discussion right now
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 18th, 2005, 02:08 PM
#38
Re: VB.NET rants
within a year, we should start to see some commercial apps built off the framework... (like ATI's control panel for their graphics card) this will make .net application deployment easier.... all you need to do is state that the .net framework is needed, and tell people to visit windowsupdate.microsoft.com to get it.. if your app is going out on CD, then unless its huge, you shouldn't have a problem squeezing the framework on the CD with the app...
-
Feb 18th, 2005, 02:27 PM
#39
Retired VBF Adm1nistrator
Re: VB.NET rants
Well I've been producing ASP.NET applications for quite a while now. Commercial apps for companies...
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 18th, 2005, 03:07 PM
#40
Fanatic Member
Re: VB.NET rants
"forcing" users to download the .NET framework is no lessannoying than
"forcing" them to download the JAVA runtimes
Cω (pronounced "cow")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|