[twsocket] Thanks

2005-05-10 Thread nik . langenakers
Thank you very very very mutch, spended already many hours looking for my mistake and it was starting to get a bit on my nerves :0S. Think all my problems are solved now. Btw, I'm a bit offensed by the idea that my design isn't good enough :0P I'm not the greatest analyst in the world but for

[twsocket] proj zipped

2005-05-10 Thread nik . langenakers
Oeps, sorry forgotten that you have to download it file by file, so I zipped them. About the stripping part is a bit harder, cause, it's all linked to each other, will try to strip as much as I can this evening. At the moment i'm too busy with other parts of my project :0S my French teacher i

[twsocket] project, error

2005-05-09 Thread nik . langenakers
Still getting errors on my tcp part. Uploaded my project on a server, perhaps if anybody want to take al look at it. http://japnik.be/Project/ ServerAppl. Should be a simulator of a robot (btw need glscene to view it work :s) ClientAppl. Remote control for that simulater Problem: pretty weir

[twsocket] Still the same

2005-05-04 Thread nik . langenakers
Hellow, I still have the same problem with my project in borland delphi. The only thing a want to achieve is to put a menu on my Form. When I try it, even without writing one single line of code a recieve an error. Do not understand it at all. May I send my project on this mailing list, in th

[twsocket] RE: Problem that i don't understand

2005-05-01 Thread nik . langenakers
Ow didn't knew that with the F7 key, you can debug further, so I did that and ended up in the code of TBuffer.SetBufferSize at line 117 'GetMem(Buf, FBufSize);' where Buf := nil and FBufSize := 1460 after that line, he gives me that error :s -- To unsubscribe or change your settings for TWSoc

[twsocket] The code

2005-04-30 Thread nik . langenakers
Thats the thing i don't understand, i recieve the error in the code of WSocketS Line 313 When my program gets to that line, and i push one more time F8, (next step), I get the error. procedure TWSocketClient.StartConnection; begin if Length(FBanner) > 0 then SendStr(FBanner + FLineE

Re: Re: [twsocket] Problem that i don't understand

2005-04-30 Thread nik . langenakers
The Error Message that I recieve is: Le projet Project1.exe a provoqué une classe d'exception EAccessViolation avec le message 'Violation d'accès à l'adresse 00401C6A dans le module 'Project1.exe'. Ecriture de l'adresse 004AD3D4'. Processus stoppé. Utilisez Pas-à-pas ou Exécuter pour continuer.

[twsocket] Problem that i don't understand

2005-04-30 Thread nik . langenakers
I’m using the components TWSocketServer, TWSocket in a project that I’m creating for school. Everything worked perfectly until I started to add visual components like a listbox, a menu etc. I don’t know why butt then I receive errors. When I debug step by step I end up in the code of TCust