Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~183 People Reached
Favorite Forums
Member Avatar for clarencehwang

How to I call a C++ function from my C# class with the following signature? [code=c] int MyFunc(MyStructure **) typedef struct MyStructure { unsigned char ID[16]; unsigned int* Path; AnotherStructure *Format; } typedef struct AnotherStructure { short Owner; short Type; } [/code] I attempted the following in C#... [code] public …

Member Avatar for kvprajapati
0
183