|
-
August 7th, 2001, 12:46 PM
#1
Pass Link-List to VB
I was develop a application which using VB as interface
design and C-Dll as enginer. Now I wish to portal some
of the code to a C-langauge Dll, but one of the functions
should return a Link-List,something looked like this:
int ToWhere
int FromWhere
int Color
Node NextNode
I used Link List because the number of nodes is not fixed one.
How to pass LInk-List object (Class) back to my VB program.
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
|