|
-
Aug 28th, 2006, 12:49 AM
#1
Thread Starter
New Member
apicall
void apiarray(float **array, int sizeofarray);
above c++ dll api, internally allocates memory and creates array of floats. It can pass that array and its size to a calling application. Now, How a vb app can load dll and access this array without allocating memory?.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|