Search found 4 matches

by harry6217
Thu Feb 14, 2013 12:02 am
Forum: InpOut32 (x64)
Topic: Possible installation problem
Replies: 6
Views: 14263

Re: Possible installation problem

Are these the Declares you are talking about? Public Declare Function Inp Lib "inpout32.dll" Alias "Inp32" (ByVal PortAddress As Integer) As Integer Public Declare Sub Out Lib "inpout32.dll" Alias "Out32" (ByVal PortAddress As Integer, ByVal Value As Integer) ...
by harry6217
Wed Feb 13, 2013 10:27 pm
Forum: InpOut32 (x64)
Topic: Possible installation problem
Replies: 6
Views: 14263

Re: Possible installation problem

Thought you might want to see the Declare statements for the 2 calls I am making: Public Declare Function DlPortReadPortUlong Lib "inpout32.dll" (ByVal Port As Long) As Long Public Declare Sub DlPortWritePortUlong Lib "inpout32.dll" (ByVal Port As Long, ByVal Value As Long) These...
by harry6217
Wed Feb 13, 2013 10:12 pm
Forum: InpOut32 (x64)
Topic: Possible installation problem
Replies: 6
Views: 14263

Re: Possible installation problem

I tried the DLL in both the application folder and System32 with no success. I am logged with Administrative rights. It is 32 bit XP. I did see the following three events. I don't know what to attribute them to: -The inpout32 service was successfully sent a start control. -The inpout32 service faile...
by harry6217
Wed Feb 13, 2013 8:35 pm
Forum: InpOut32 (x64)
Topic: Possible installation problem
Replies: 6
Views: 14263

Possible installation problem

I have been using Port95NT (dlportio.dll) in my app for about 14 years. Most recently with VB6. Now I need to run the app on Win 7 x64 (as a 32bit app). Of course Port95NT will not install. I thought I would test InpOut32 first in Win XP since I know that dlportio.dll works there. When I run with dl...