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

Search:

Type: Posts; User: gtrava01

Search: Search took 0.03 seconds.

  1. Replies
    13
    Views
    8,366

    Re: C++ DLL Socket Understanding

    Understood and appreciate your explanation.

    Let me see if I got it right:

    If I create a client application (compiled & linked with SDK.dll) - it should be able to call routine SDK_InitSystem()...
  2. Replies
    13
    Views
    8,366

    Re: C++ DLL Socket Understanding

    Manufacturer does not use programatic control. They uses a remote control. I would prefer to use a program to control about 4 functions. They have said they have a sdk but it is not used/documented...
  3. Replies
    13
    Views
    8,366

    Re: C++ DLL Socket Understanding

    I'm trying to understand from a control perspective. If I can attach to the device over the network and send it some basic commands, I could get as small app written to control the device, or at...
  4. Replies
    13
    Views
    8,366

    Re: C++ DLL Socket Understanding

    Hi Igor,

    Thank you for your responses. Of course I did not provide enough information. I should have indicated that it was a tcp/ip connection between the client and the controlled device.

    I...
  5. Replies
    13
    Views
    8,366

    Re: C++ DLL Socket Understanding

    So if there is no socket connection how does the wrapped SDK client calls (DeviceIoControl) get to the controlled device over IP network?
  6. Replies
    13
    Views
    8,366

    C++ DLL Socket Understanding

    I am trying to understand how demo software connects to a device for controls. I'm told that C++ bindings to windows dynamic libraries is necessary and have bene sent a *.h file which contains as an...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured