Creating C++ .dll for use by Excel & C# (32/64bit Window)

后端 未结 2 1690
抹茶落季
抹茶落季 2021-01-24 04:40

Recently I would like to start building a .dll maths library with Visual C++ Express 2010.

I would like to use the .dll as library reference for BOTH Excel VBA

2条回答
  •  青春惊慌失措
    2021-01-24 05:44

    About #2, you don't need two sets of interfaces because C# can also use the __stdcall calling convention.

提交回复
热议问题