Search Results

2
votes

Convert console exe to dll in C

Disclaimer: I know nothing about SoX. It might be that the code is structured to make this easy, or it might be more hard. Either way, the process is the same: First you want to find the fu …
2
votes

What is the standard method for a website to communicate with a win32 executable?

If you can modify the delphi app to take an XML request and respond with an XML answer over a TCP socket (ideally using the HTTP protocol), you will be able to make it interoperate with most web se …