PC*MILER Connect with Visual Basic
Using PC*MILER Connect from Visual Basic is very much like calling it from ‘C’: the declarations are different, but the calling sequences are the same. Plea...
Mon, 7 Jun, 2021 at 5:22 PM
Be sure to use the function prototypes in the Visual Basic declaration file to get the proper argument types. First, server IDs must be declared as Intege...
Mon, 7 Jun, 2021 at 5:25 PM
PCMSStrLen returns the length in bytes of a ‘C’ string. This is simply a cover of the ‘C’ strlen routine.
Tue, 6 Feb, 2018 at 6:18 PM
A working sample code with solution file is in the …\ALK Technologies\PCMILERXX\Connect folder. The solution file is called pcmdotnet.sln. You should be abl...
Mon, 7 Jun, 2021 at 5:47 PM
If your application is locked into 64 bit mode, only the 64 bit versions of the PC*MILER dlls will work with it. If your application is 32 bit, follow the s...
Wed, 4 Dec, 2019 at 3:39 PM