Search Results

1
vote

Merge several native DLLs into one DLL

As far as I know you cannot merge DLL files directly. But it should be possible with static libraries or object files. If it is possible for you to build static libraries of your projects you can m …