Hi,
I have created a VB.NET Library and want to use it in a PowerBasic program.
Here is my code:
DeclareSub Send_PortBit Lib"MCCSSVB.dll" (ByVal BitNum AsInteger, ByVal Bit AsInteger)
The following error message popup:
The application failed to initialize properly (0x000007b).
Someone told me PowerBasic can't use .NET Dll directly. Is it true?
Thanks a lot,
I have created a VB.NET Library and want to use it in a PowerBasic program.
Here is my code:
DeclareSub Send_PortBit Lib"MCCSSVB.dll" (ByVal BitNum AsInteger, ByVal Bit AsInteger)
The following error message popup:
The application failed to initialize properly (0x000007b).
Someone told me PowerBasic can't use .NET Dll directly. Is it true?
Thanks a lot,
Comment