I currently have the problem that I use InternetDial to make a dialup connection.
The problem I have is that sometimes the modems do not release and I can't make a new connection.
Is there any way for me to see if something is really using the modem and then force releasing it?
I have the problem that if I use InternetDial with the mainform as Parent handle it stops the program in order to do the dial.
What I want to do is use a thread as its parent handle so that I can still access the rest of the program and it dials in the background.
I tried the following...
How do you use strings in TMemoryStreams?
The strings are not fixed lengths.
The first thing in my stream is an integer containing the number of different strings.
Each string is then stored in the following manner:
First the SizeOf(String) and then string itself using the...
Thanks buho, the problem wasn't with the event handler, but rather in a unit I wrote to handle strings in streams which was called in the handler.
I still haven't figured out the problem, but I'll post the problem in a new thread.
I have a problem using events occuring in a object in the Mainform.
I've created an array of objects with the name TUser.
Inside this object is an event with the name OnStreamReceivedFromClient which is of the type EventOnStreamReceived which is a procedure passing a TMemoryStream.
Now I've...
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.