Use C++ DLL with VB6

前端 未结 5 1442
自闭症患者
自闭症患者 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:08

    For a regular DLL, you can't use VB references, but rather need to use the Declare statement. Another option would to be create the DLL as an ActiveX component instead.

提交回复
热议问题