Dear Sirs,
I want know how I can connect from C++ dll to website/server for sending or getting information?
Thanks,
Reza.
Printable View
Dear Sirs,
I want know how I can connect from C++ dll to website/server for sending or getting information?
Thanks,
Reza.
Check out the WinINet functions:
http://msdn.microsoft.com/en-us/libr...83(VS.85).aspx
So what is it about? A dll or connect? If dll, the answer is: the same way as you do that in exe.Quote:
Originally Posted by rezame