[twsocket] Using TPop3Cli (begin in TWSocket Digest, Vol 127, Issue 9)

2005-08-06 Thread Dmitry Andreev
Hello! I have some questions: I need DLL like 'AllInOne', how I must organize it? I have 2 problems: 1.There is one function entry point in DLL. How can I detect what OnRequestDone complit session and I can return from DLL funciton? 2.And how I must free memory under TPop3Cli after

[twsocket] files 2gb

2005-08-06 Thread Roland Frei
hi i try to upload a 3 gb file with the ftpcli component to a ftp server. generaly it works. but the progress and the size variables are to small. so i try to change this variables from a longint into a int64. but i am not expirienced in component programming so i have very mutch trouble with it.