Combine multiple DLL's into 1

前端 未结 3 1561
星月不相逢
星月不相逢 2020-12-21 03:39

I\'m wondering if it\'s possible to combine multiple DLL\'s into 1. I\'m currently working on a C++ project that is dependent on many dynamic link libraries,so would it be

3条回答
  •  独厮守ぢ
    2020-12-21 04:22

    I do have the source code for these DLLs, yes.

    Just combine all the source files from all the DLL projects into a single DLL project?

    And if you have multiple *.def files (one for each project) then combine them into a single *.def file.

提交回复
热议问题