Hi,
I'm using the API to open a socket and send and recieve data.
My code contains the following line and function:
send hTCPSocket, StripToAscii(bytLogin(), Len(strLogin) * 2), Len(strLogin), 0
Private Function StripToAscii(bytUnicode() As Byte, iLength As Integer) As Byte()
Dim iPos As...
HI,
I've coded myself into a bit of a corner here. I'm manipulating silly amounts of data in VB. Enough that I wanted to avoid Collections and Dictionaries, and instead have created wrapper classes around arrays.
Also, I should mention at this point they are arrays of objects.
Now I have the...
Hi,
I'm doing a rapid dll (for this afternoon) in Visual C++. Backgound is UNIX!
I'm trying to start another application from a dll that plugs into another app again.
I'm using CreateProcess which works with an absolute path name. Unfortunately the location of the .exe is relative to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.