CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: CodeBugger

Search: Search took 0.01 seconds.

  1. Re: Converting C to C# - question about typedef voids

    I will certainly look into PInvoke.net as I am able to call a demo program, which is written in C/C++, and get it to work. I have been trying to take the demo and convert it into C# without luck.
    ...
  2. Re: Converting C to C# - question about typedef voids

    Based on the little documentation there is, it looks as if tConnhandle represents a connection handle to the database I need to connect to. And tLocator looks to represent an array, because it is...
  3. Converting C to C# - question about typedef voids

    In converting some class code from C to C#, I have come across MANY typedef void *tConnHandle (and other such variables) in the header files. My question is, how do I utilize this in my C# code? What...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured