Hi to all advanced Delphi / C programmers.
As I'm just experienced with VB/DB|Pro and VB could only create ActiveX Dll's I want to ask if there's someone out there who can create a very simple TCP/IP DLL. There should be only a few functions in it:
Connect(ip$,port)
SendMessage(msg$)
GetMessage(msg$)
CloseConnection
As I have created several tools for all of you to use with DBPro's editor (have a look in the DBPro Forum at the top) I just wanted to ask if someone is kind enough to create such a tool for me (and also for others !!!)
I tried several ideas but as I said I'm not very experienced in creating programs with Delphi/C so hopefully someone could help me out.
One idea I had was that I tried to create such a thing with Delphi: I created a invisible form with a TSocketClient on it and then created a DLL project around it. But it just crashed with a GPF everytime I tried to connect. Hopefully someone could help me.
Thanks
Hubdule
[url]www.colorarts.de[/url]