Teseng 0 Newbie Poster

The normal VB forums werent much help unfortunately, so i've joined the great looking community here :) So, sorry if anything about this post is wrong, i'm new!

But anyways, can anyone give me any insight on how i can accomplish this? I will need to pass the vb6 udt to the c++ dll, and it will do some work on it, so that vb6 can use the result (doing it in all vb6 is very slow)

in VB6, i have the type defined as follow

Type DataTypeMult
DataText as String
Data() as Byte
Result as Long
End Type

The string and byte array, i really have no clue how to make work in c++, any help?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.