Vb6 & Com

Eric Brugler
02-27-2002, 08:59 AM
I want to use VB6 and COM to interface with C++ for a batching
process control. I will use the VB6 for database and GUI and the
C++ for the real-time processing. Will the interface be fast enough
to handle the real-time? And should I use COM for interfacing to
C++?

Derek Stone
02-27-2002, 02:08 PM
I believe placing your C++ code in .dll's would be your best bet. This would render faster code than VB can produce by itself, while allowing for a Tier-3 architecture if you so choose. And yes, VB is fast enough to handle the realtime results produced by the C++ code.

Good Luck
-cl

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum