首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > PB >

PB 调用C#的COM+失误,求解

2013-03-06 
PB 调用C#的COM+出错,求解C#写了个COM+,其中里面有参数是数组时PB调用就出错了,没有数组PB就正常调用,求解

PB 调用C#的COM+出错,求解
C#写了个COM+,其中里面有参数是数组时PB调用就出错了,没有数组PB就正常调用,求解决方法
[解决办法]
列一下API同PB类型的对应
MICROSOFT                          PB(16Bit)                            PB(32Bit)                                                  
Bool                               Boolean                              Boolean                                                    
Byte,   Char                       Char                                 Char                                                       
Char*                              Ref   string                         Ref   String                                               
Colorref                           Uint                                 Ulong                                                      
Double                             Double                               Double                                                     


Dword                              Uint                                 Ulong                                                      
Float                              N/A                                  N/A                                                        
Handle                             Uint                                 Ulong                                                      
Hdc                                Uint                                 Ulong                                                      
Hfile                              Uint                                 Ulong                                                      
Hinstance                          Uint                                 Ulong                                                      


Hwnd                               Uint                                 Ulong                                                      
Int                                Int                                  Int                                                        
Long                               Long                                 Long                                                       
Lparam                             Uint                                 Ulong                                                      
Lpbyte                             Ref   Int                            Ref   Long                                                 
Lpcwstr                            Ref   Blob                           Ref   Blob(Unicode   use   ToUnicode())                    


Lpcvoid                            Ref   String                         Ref   String                                               
Lpdword                            Ref   Uint                           Ref   Ulong                                                
Lpfiletime                         Ref   Time                           Ref   Time                                                 
Lpint                              Ref   Int                            Ref   Long                                                 
Lpstr,Lpcstr                       Ref   String                         Ref   String                                               
Lpvoid                             Ref   Structstruct_inst              Ref   Struct   struct_inst                                 
Lpword                             Ref   Int                            Ref   Ulong                                                


Mcierror                           Long                                 Long                                                       
Pbyte                              Ref   Int[#]                         Ref   Long[#]                                              
Short                              Int                                  Int                                                        
Structure                          Ref   Struct   struct_inst           Ref   Struct   Struct_inst                                 
Uint                               Uint                                 Uint                                                       
Void**                             SUBROUTINE                           SUBROUTINE                                                 
Word                               Uint                                 Uint                                                       


Wparam                             Uint                                 Ulong       

热点排行