Jump to content

Einoss

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Einoss's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I have a C++ DLL with some functions and below is one of them: The first 5 paramters are the input: bIPAddress, bPort, inReqBuff, inReqLen, txtype ("192.168.1.1" , "5000" , "100;100;200!" , "12" , 0) The other paramters will contain the response. my question is how can I call this function and access the response paramters values? I have tries many ways and followed a nice DLL handling tutorial found here but no luck! I'am still not good and try to learn the DLL handling with autoit Thank you
×
×
  • Create New...