greetings,
i want a vc++ dll that receive array of long from vb,
and multiplied each value by 2, and then sending back
(the result) to vb.
my code is goes like this :
ARRAYDLL_API bool...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20482653.html
Zones:
C++Date Answered: 01/31/2003 Grade: A Views: 0
I am writing a vc++ .Net dll, and this dll will be used under vb.Net.
The function in vc++ would be look like:
int _stdcall AbcCapData(char * pkt_data) {...}
I wish to fill bytes in pkt_data...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21788470.html
greetings,
i want a vc++ dll that receive array of long from vb,
and multiplied each value by 2, and then sending back
(the result) to vb.
my code is goes like this :
ARRAYDLL_API bool...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20482646.html
Zones:
Visual BasicDate Answered: 01/31/2003 Grade: B Views: 0