|
-
October 21st, 2007, 02:44 AM
#1
MC++ function that receives void * parameter
Hello,
I'm writing a wrapper class in MC++ that call a c++ function that its prototype looks like this:
void func1(int length, void *);
How the MC++ wrapper for this will look like?
And how the call from C# will look like?
How can I pass any kind of parameter from C# to my MC++ wrapper class?
InfraRed.
Please rate my post, if it helped you.
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
|