|
-
Jan 5th, 2000, 03:15 PM
#1
Thread Starter
Hyperactive Member
Hi, which is the best to create components and why? vb/vc++
Venkat.
-
Jan 5th, 2000, 03:28 PM
#2
Guru
Components are best created via C++ because of performance reasons, but the learning curve is much steeper in C++ than creating components in VB
-
Jan 5th, 2000, 03:45 PM
#3
Hyperactive Member
Depends on the components you make, and why you make them. I've never had real performance problems with VB.
-
Jan 5th, 2000, 05:15 PM
#4
Hyperactive Member
vb6 pro or enterprise compiles to native code, like c++ does, so its nearly as fast as c++ when compiled into a dll/ocx/exe
so ui may as well use vb
------------------
cintel rules 
www.cintelsoftware.co.uk
-
Jan 5th, 2000, 06:02 PM
#5
Hyperactive Member
only bummer is that you need the runtime dll's to use the control.. but then, if you use 'em in a vb program, that's no problem :-)
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
|