R
rawCoder
Hi all,
I have an application in visual basic 6 which
communicates with servers written in ANSI C++ using a C++
( non COM ) dll by passig data through functions in UDT
and receiving data back through events posted back to UI
from DLL.
I was interested in porting the system to VB.NET and
VC.NET / VC ++ with an eye on any possible speed loss.
AFAIK there will be interop required for making the C++
UDTs available to MC++ and then those will be called from
VB.NET. This causes lots of interop and conversions and
also lots of effort is also required as there is lot of
work already done in the C++ back end.
looking forward for any suggestion ideas
thank You
I have an application in visual basic 6 which
communicates with servers written in ANSI C++ using a C++
( non COM ) dll by passig data through functions in UDT
and receiving data back through events posted back to UI
from DLL.
I was interested in porting the system to VB.NET and
VC.NET / VC ++ with an eye on any possible speed loss.
AFAIK there will be interop required for making the C++
UDTs available to MC++ and then those will be called from
VB.NET. This causes lots of interop and conversions and
also lots of effort is also required as there is lot of
work already done in the C++ back end.
looking forward for any suggestion ideas
thank You