 |
 |

06-08-2003, 04:55 PM
|
 |
Junior Contributor
|
|
Join Date: Oct 2002
Posts: 328
|
|
VB (The best programming language)
|
My opinion is that the VB is the best programming language but have 2 disadvantages:
1. VB can't create a single EXE, with no run-times nor dependencies.
2. VB is slow.
But the advantages is that VB is easy to learn and using VB can create the everything (If use advanced activeX controls and DLLs which maybe create with C++ from other programmers)
I wait when disappeared the disadvantages of VB.
Thanks for Read Me 
|
|

06-08-2003, 05:07 PM
|
 |
Ultimate Contributor
Retired Leader * Guru *
|
|
Join Date: Aug 2001
Posts: 5,343
|
|
|
To be fair, VB is not "slow" if you use it properly. The dependency thing I
agree with, although C++ has dependencies too; they're just included with
Windows. In fact, VB's run-times (though not many of the OCX controls)
are included with Windows too (newer Windowses at least).
|
|

06-08-2003, 05:16 PM
|
 |
Junior Contributor
|
|
Join Date: Oct 2002
Posts: 328
|
|
VB is more slow from C++ and Delphi.
If send VB application (only .exe file) in d: drive which is empty then have problem whereas Delphi and C++ application run correctly.
Thanks 
|
|

06-08-2003, 06:06 PM
|
 |
Junior Contributor
|
|
Join Date: Apr 2002
Location: Sunny Southern California
Posts: 347
|
|
I just felt like adding my $0.02
C++ has more OOP in it than VB, but VB also has a much smaller learning curve. Also, VB can develop applications with much faster development time, than many other languages.
*shrug*
|
|

06-08-2003, 06:15 PM
|
 |
Mostly Absent
* Expert *
|
|
Join Date: Jun 2002
Location: Christchurch, New Zealand
Posts: 2,006
|
|
|
In regards to what you said about putting VB in it's own directory, if you copy all the required files to c:\windows\system (or \system32 depending on your OS), and run regsvr32 on them, you should be able to run VB with out the files (assuming that they're not program depending, like .ini files)
|
__________________
Sometimes it happens feelings die, Whole years are lost in the blink of an eye
We once had it all but event conspired, Sometimes
Now that it's over, it is through, It gets me everytime I think of you
Sometimes It happens, feelings die, Sometimes
|

06-08-2003, 07:00 PM
|
 |
Junior Contributor
|
|
Join Date: Oct 2002
Posts: 328
|
|
I have 2 partitions on my hard disk (c: & d  . In c: is installed my
windows and d: is empty. If copy the my VB application (only .exe file) in d: then have problem.
Why VB develop applications with much faster development time, than Visual C++ and Delphi?
Thanks 
|
|

06-08-2003, 07:48 PM
|
 |
Senior Contributor
|
|
Join Date: Jun 2002
Location: Where Heaven & Hell meet
Posts: 813
|
|
Quote: Originally Posted by geo1st487 I have 2 partitions on my hard disk (c: & d . In c: is installed my
windows and d: is empty. If copy the my VB application (only .exe file) in d: then have problem.
Why VB develop applications with much faster development time, than Visual C++ and Delphi?
Thanks 
it shouldn't matter where your exe file is as long as the same files that are required in the same folder as the exe are with it
|
__________________
"They say the the world will end in the same way it was created. I disagree, I think it'll end without the internet" ~ Kaluriel 2001
"The edit button is mightier than the doublepost" ~ Kaluriel 2003
|

06-08-2003, 08:21 PM
|
 |
Junior Contributor
|
|
Join Date: Apr 2002
Location: Sunny Southern California
Posts: 347
|
|
I have 2 windows partitions on my hard drive, C and D. i can put any kind software i want on the empty D drive, and i'll be fine. So it's not VB's fault that this is happening to you...
Edit: and like Kaluriel said, you can't always just move the exe file. that will cause the problem. but if you move all of the necessary files, it will work fine...
|
|

06-08-2003, 08:47 PM
|
 |
Junior Contributor
|
|
Join Date: Oct 2002
Posts: 328
|
|
Crazycheetah do you try to install on the empty drive D a VB application?
The shared files (e.g. *.ocx, *.dll) where was installed?
Thanks 
|
|

06-08-2003, 09:50 PM
|
 |
Junior Contributor
|
|
Join Date: Apr 2002
Location: Sunny Southern California
Posts: 347
|
|
|
I always installed the ocx and dll files into the system folder (C:\WINDOWS\System\ for example) on my win98 machine... and if i don't do that then i put them in the same folder as my exe file.
put on the empty D drive, it works great, for me.
|
|

06-09-2003, 07:06 AM
|
 |
Senior Contributor
* Expert *
|
|
Join Date: Nov 2002
Location: Ohio, USA
Posts: 1,828
|
|
|
On the note of speed, its all about the coder. I've seen C code run much slower than VB because of poor coding.
Win 2000 and XP have all the needed dependencies, dont they? No need to install, right?
|
__________________
RandomIRC - Your neighborhood's friendly IRC channel (irc.randomirc.com - #code)
"Perl - The only language that looks the same before and after RSA encryption."
|

06-09-2003, 07:07 AM
|
 |
Senior Contributor
* Expert *
|
|
Join Date: Nov 2002
Location: Ohio, USA
Posts: 1,828
|
|
|
I install the dependencies in the system folder as well, so that i can use them for other apps too. Its alot cleaner than dropping them in the app's folder
my $.02
|
__________________
RandomIRC - Your neighborhood's friendly IRC channel (irc.randomirc.com - #code)
"Perl - The only language that looks the same before and after RSA encryption."
|

06-09-2003, 08:32 AM
|
 |
Keeper of foo
Retired Moderator * Guru *
|
|
Join Date: Nov 2001
Location: Graceland
Posts: 15,612
|
|
|
There is no such thing as a 'best' programming language.
|
__________________
~ Quod non mortiferum, fortiorem me facit ~
Avatar by lebb
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|
|
|
 |
|