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

Search:

Type: Posts; User: CodeBugger

Search: Search took 0.06 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...
  4. Re: Attempting to convert a C program into C# - is it possible?

    Thank you Arjay. I had never heard of PInvoke before today. I will refer to PInvoke.net to see what it has to offer. I assume that since I will not need or be able to use the header files, that I...
  5. Attempting to convert a C program into C# - is it possible?

    I'm a newbie C# programmer, attempting to create an API to talk to a sales tax API which is housed at another location. I have all of the header files, all of the dll's and the connection to the...
  6. User.Identity.Name function and accessing it

    Network admins at my company did something...took away privileges and add others and now my report interface no longer is able to read the user accessing the reports. This is important because there...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured