Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert Vb-code to foxpro
Message
From
17/07/2002 09:45:39
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00679540
Message ID:
00679566
Views:
48
>>How should this code look like in vfp7.
>>
>>Dim mbusrv as ModbusSrv
>>set mbusrv= new ModbusSrv
>>
>>the class ModbusSrv as a part of an exe 'Mbserver' that I had to register (Mbserver.exe /regserver)
>
>
>Local mbusrv as Mbserver.ModbusSrv
>mbusrv = CreateObject("Mbserver.ModbusSrv")
>
>The class name "Mbserver.ModbusSrv" may be not correct. You can use object browser to get an exact name.
>
>Alexander

this are the classes of the library:
ctcpipserver and ModbusSrv

What should be the first parameter and what the second of the createobject method ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform