Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing data from C to VB

Status
Not open for further replies.

Galyl

Programmer
Nov 21, 2001
16
0
0
ZA
Im using a C dll to retrieve data via a comm port. It passes back a pointer to an array of bytes after it has retreived the data. How do I use that pointer to access the data in the memory location in VB. At the moment the data is passed back in a stream of bytes, which is not very efficient. Please advise.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top