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

Search:

Type: Posts; User: KalebTheProgrammer

Search: Search took 0.04 seconds.

  1. Re: Passing variables from C++ DLL to C# program

    Paul, I see what you are getting at but I'm doing terrible at explaining.

    So the C# Program is a game my friend wrote. The game has 4 characters, with X,Y and rotation in degrees as variables for...
  2. Re: Passing variables from C++ DLL to C# program

    Thanks for all the help guys, I appreciate it.
    It appears that the way I phrased my question seems to be causing some miscommunication.

    The C# program needs to read/modify 20 variables inside...
  3. Re: Passing variables from C++ DLL to C# program

    To add on to my original question, how would I pass variables FROM the DLL to the C# program?

    -Kaleb
  4. Re: Passing variables from C++ DLL to C# program

    Thanks Paul!

    Sorry for the variable confusion there in the beginning!
    I have never really done this sort of thing before, so I was unaware that I had my options reversed. Now that I think about...
  5. Passing variables from C++ DLL to C# program

    Hello!

    I have written a C++ DLL for a friend, and his program is coded in C#. I currently make use of the Dllimport function to reference functions in the program, but I have seemed to hit a bit...
  6. Replies
    2
    Views
    6,828

    Re: Winsock list local servers

    Thanks, S_M_A! That was exactly what I needed. :)
    Appreciate the help.
    -Kaleb
  7. Replies
    2
    Views
    6,828

    Winsock list local servers

    Hello Codeguru members!
    (first post, woohoo)

    I have been programming a multiplayer game for a friend, using asynchronous (non-blocking) sockets. Usually to connect, I just have people enter the...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured