Re: [twsocket] [OT] VirtualTreeView

2011-09-08 Thread Arno Garrels
Engi wrote: > You can download VirtualTreeview last releases from : > http://code.google.com/p/virtual-treeview/ > Delphi x64 is included ! I wonder whether anybody ever tested recent commits with XE2, just some hints: 1) XE2 packages do not exist 2) Compiler.inc not updated even though COMPILER_

[twsocket] DLL implementation advice (or example)...

2011-09-08 Thread Adam Burgoyne
Not sure if this was accepted first attempt as I cleverly mailed from the wrong email address! Hi - after pulling out a lot of hair, I'm hoping someone can take pity on a poor, struggling programmer who needs some help J I'm not a beginner with Delphi but I'm definitely not an expert either

[twsocket] DLL implementation advice (or example)...

2011-09-08 Thread Adam Burgoyne
Hi - after pulling out a lot of hair, I'm hoping someone can take pity on a poor, struggling programmer who needs some help J I'm not a beginner with Delphi but I'm definitely not an expert either so I'm really struggling to create a DLL-based WSocket client that does what I need. I've spen

Re: [twsocket] DLL implementation advice (or example)...

2011-09-08 Thread Wilfried Mestdagh
Hi Adam, > Hi - after pulling out a lot of hair Hopefully you have some reserve :) > I've spent the last couple of days tinkering with the DLL 1 example but DLL is not different from other. Only think is if you write a DLL you maybe don't know who call it. Maybe a programmer will use the DLL wi

Re: [twsocket] DLL implementation advice (or example)...

2011-09-08 Thread Adam Burgoyne
Hi, Wilfried - thanks for replying :-) I have an existing DLL that was written to use TClientSocket via a data module. It has a kind of message pump but it works in reverse... it has a timer thread that uses postmessage to trigger the main app to call a ReadData function which checks the socket f