Board index » cppbuilder » Indy and CLX
Stefano Bonifazi
![]() CBuilder Developer |
Indy and CLX2007-02-08 05:16:36 PM cppbuilder54 Hi all :) I wrote a dll that works like a TCP Client, wrapping Indy TidTCPClient. Now I have been asked to port my dll to Linux :( So I started a CLX DLL, copied all my code inside the new dll, and built it. All seems to work loading this new dll inside Win32. What should I do for building a binary for Linux? Is Indy so great that it can be compiled fine both with CLX and VCL applications without changing anything in the code?Or does my compiler trick me and compile a normal VCL code instead? Thank U very much, stefano B. |