02-05-2009, 09:57 PM
hows the progress? i really doubt this will port to VB6 unless you use something like visual C++ 6, yet alone its almost unbearingly impossible to convert VB6 to VB.net, not only that but if you are using a winsock library, it will make this so much more confusing for the protocol to read such as this example:
TCPClient(VB6 in WinSock) -----> String of Bytes Encoded and Sent -------------> Package Of Bytes Decoded In UTF8 or w/e you use ----> Visual C++ Server(System.Net.Sockets) String is messed up.
If you see what I mean, I mean .NET is different then the old Visual Studio 6 package, so there could be some broke Bytes when decoded.
And as well as that i'm sorry for the necro.
Regards,
Rydinophor
TCPClient(VB6 in WinSock) -----> String of Bytes Encoded and Sent -------------> Package Of Bytes Decoded In UTF8 or w/e you use ----> Visual C++ Server(System.Net.Sockets) String is messed up.
If you see what I mean, I mean .NET is different then the old Visual Studio 6 package, so there could be some broke Bytes when decoded.
And as well as that i'm sorry for the necro.
Regards,
Rydinophor