https://forum.winmxworld.com/index.php?topic=4177.msg26457#msg26457As KM points out the solution is to use a different dll base name such as Olepro or one of the other depedencies winmx uses that dont need much function reflecting, as Bendmx uses the winsock dll name WS32.dll your going to need to change it and uses a dependency viewer to ensure whatever dll you choose to use has the functions that it normally undertakes reflected out to the operating system to handle or something wont work.
Its not trivial but not too hard either, look through all the internal reflecting code inside bendmx to get an idea of what you need to capture and how to pass the calls along.
Obviously the dependency viewer will be able to show you a list of such calls for the given dll.