We are trying to make an application compiled for Windows XP with Codegear C++ Builder 2009 to run on Linux with Wine. The first problem we have found is in the comunications level. Our application comunicate with a server via SOAP web services. Internally the application uses a component called THTTPRIO. When the aplication makes the first call it waits indefinitely and don't response. My question is if it is necesary to install some additional dll with the utility winetricks to make this component works? Or if someone has a similar problem with a component that makes SOAP calls?
The component THHTPRio uses too COM. What is necesary to install in Wine to make COM work? Thank you.