Home > database >  Help master: pb winsock communications package DLL in an error
Help master: pb winsock communications package DLL in an error

Time:09-17

Masters, the younger brother did the client SOCKET communication using PB9, want to have it wrapped into a DLL for other system calls, compile successfully, but always call wrong,
Comment the create winsock, then build call success again, I do not know how to solve, please give advice or comments

CodePudding user response:

The
refer to the original poster xiaolong2008 response:
masters, the younger brother did the client SOCKET communication using PB9, want to have it wrapped into a DLL for other system calls, compilation is successful, but call the total error,
Comment the create winsock, then build call success again, I do not know how to solve, please directly


Packaged into a DLL, calling other language is a problem, you can be compiled into exe, and then call the exe with other language, parameters can be done through the command line

Or use COM, COM + technique

http://blog.csdn.net/daixf_csdn/article/details/169890
  • Related