在国外很多博客里溜达,也没有找到结构体中连续多布尔处理方法。 经过多次反复测试 VC++ 代码,终于找到了多布尔结构体的解决办法。 完整的 VC++2017 DLL 库文件源代码。 完整的 VB2017测试源代码。 VB2017引用VC++DLL 库,传输结构体变量,使用连续的多布尔值。 VB6: Type LogicParam Dim eBool as Boolean Dim CMBool as Boolean Dim NBool as Boolean Dim EBool as Boolean End Type VB.NET: Structure LogicParam Dim eTwoBool As Boolean Dim CentBool As Boolean Dim NortBool As Boolean Dim EastBool As Boolean End Structure
2022-08-15 18:01:09 53.96MB VC++struct 结构体 连续多布尔值 VB6Type
1