Can Visual Studio 2010 automatically copy a compiled file to another directory?

后端 未结 4 1582
余生分开走
余生分开走 2021-02-19 11:46

I have two projects, one VB6 project which compiles to an EXE and one MSVC++2010 project which compiles to a DLL. The DLL needs to be in the same folder as the EXE file in order

4条回答
  •  悲&欢浪女
    2021-02-19 12:08

    I believe you're asking for Post Build Events

    An example of what you want to do, I believe, can be found here

提交回复
热议问题