Use C++ DLL with VB6

前端 未结 5 1402
自闭症患者
自闭症患者 2021-01-06 12:38

I just created a DLL for my boss in MSVC++2010. I selected \"New Win32 DLL\" with option \"Export symbols\", so, everything is completely standard. There are some predefined

5条回答
  •  礼貌的吻别
    2021-01-06 13:10

    I see you already accepted an answer, but this may be of use to you or others. The Universal DLL Function caller, by Paul Caton uses assembly language voodoo to enable VB6 to call different types of DLL functions not normally callable from VB6.

提交回复
热议问题