Home > Software engineering >  Winio. DLL loading failure registered for experienced master
Winio. DLL loading failure registered for experienced master

Time:09-17

When such as problem to learn to do before the plugin USES winio. DLL
Basic copy of the program code number to be caught for sealing the hasn't made a
Now want to be a script to the program has been run over again prompt load winio failure
The code is no problem when running is good
But I reshipment system XP originally is XP
After reshipment cannot run
Online to say to want to put the winio three files under the system32 then run the regsvr32 registered winio. DLL but always prompt
"Loaded winio. DLL, but didn't find DllRegisterServer entry points, unable to register this file,"

Make people dizzy and experienced master

CodePudding user response:

Winio. DLL which "three documents" are there?
Regsvr32 registered DLL, prompt "loaded winio. DLL, but didn't find DllRegisterServer entry points, unable to register this file,"
In general, this is not the AcitveX DLL, it is not registered (also cannot register),
Should be have a DLL export functions, use Declare statement in VB6 corresponding export function, code calls,
But can be by LoadLibrary and GetProcAddress call, adoption of a certain means to realize the dynamic invocation,

CodePudding user response:

In a. Bas file statement:
 Declare Function MapPhysToLin Lib "WinIo. DLL" (ByVal PhysAddr As Long, ByVal PhysSize As Long, ByRef PhysMemHandle) As Long 
Declare the Function UnmapPhysicalMemory Lib "WinIo. DLL" (ByVal PhysMemHandle, ByVal LinAddr) As Boolean
Declare the Function GetPhysLong Lib "WinIo. DLL" (ByVal PhysAddr As Long, ByRef PhysVal As Long) As Boolean
Declare the Function SetPhysLong Lib "WinIo. DLL" (ByVal PhysAddr As Long, ByVal PhysVal As Long) As Boolean
Declare the Function GetPortVal Lib "WinIo. DLL" (ByVal PortAddr As an Integer, ByRef PortVal As Long, ByVal bSize As Byte) As Boolean
Declare the Function SetPortVal Lib "WinIo. DLL" (ByVal PortAddr As an Integer, ByVal PortVal As Long, ByVal bSize As Byte) As Boolean
Declare the Function InitializeWinIo Lib "WinIo. DLL () As a Boolean
Declare the Function ShutdownWinIo Lib "WinIo. DLL () As a Boolean
Declare the Function InstallWinIoDriver Lib "WinIo. DLL" (ByVal DriverPath As String, ByVal Mode As an Integer) As Boolean
Declare the Function RemoveWinIoDriv

CodePudding user response:

Three file is
WinIo. Sys (for drivers under Windows xp),
WINIO. The VXD driver (for Windows 98),
WinIo. DLL (dynamic link library) packaging function,

No need to register,

CodePudding user response:

If InitializeWinIo=False Then
MsgBox "load driver failed!"
Unload Me
End the If 'this is the form the load event code in the

Public Declare Function MapPhysToLin Lib "WinIo. DLL" (ByVal PhysAddr As Long, ByVal PhysSize As Long, ByRef PhysMemHandle) As Long
Public Declare Function UnmapPhysicalMemory Lib "WinIo. DLL" (ByVal PhysMemHandle, ByVal LinAddr) As Boolean
Public Declare Function GetPhysLong Lib "WinIo. DLL" (ByVal PhysAddr As Long, ByRef PhysVal As Long) As Boolean
Public Declare Function SetPhysLong Lib "WinIo. DLL" (ByVal PhysAddr As Long, ByVal PhysVal As Long) As Boolean
Public Declare Function GetPortVal Lib "WinIo. DLL" (ByVal PortAddr As an Integer, ByRef PortVal As Long, ByVal bSize As Byte) As Boolean
Public Declare Function SetPortVal Lib "WinIo. DLL" (ByVal PortAddr As an Integer, ByVal PortVal As Long, ByVal bSize As Byte) As Boolean
Public Declare Function InitializeWinIo Lib "WinIo. DLL () As a Boolean
Public Declare Function ShutdownWinIo Lib "WinIo. DLL () As a Boolean
Public Declare Function InstallWinIoDriver Lib "WinIo. DLL" (ByVal DriverPath As String, ByVal Mode As an Integer) As Boolean
Public Declare Function RemoveWinIoDriver Lib "WinIo. DLL () As a Boolean


'this is a module itself the code in the
 

I think there is no question of code problem before this reshipment system, several times without reloading the program is available to run is also no problem
After reshipment not line,,,,

CodePudding user response:

Will require "authority", would you like to run in the IDE, "run as administrator" to start the test under VB6, then execute the code,

CodePudding user response:

refer to 6th floor Chen8013 response:
will be "authority", do you want to run in the IDE, "run as administrator" to start the test under VB6, then execute the code,

Is the administrator privileges personal computers

CodePudding user response:

refer to 7th floor KingOfPorcupine response:
Quote: refer to the sixth floor Chen8013 response:

Will require "authority", would you like to run in the IDE, "run as administrator" to start the test under VB6, then execute the code,

Is the administrator privileges personal computer

Is the "Administrator" account to log in to the system directly?

If is the "Administrator" create your own, do not have permission to all, lower than the "Administrator" permission,

CodePudding user response:


Administrator is
But don't need password to upload pictures failure or I send you look at figure

CodePudding user response:


This should be the administrator privileges if not also please upstairs again bother to answer thank you

CodePudding user response:

Oh, this is "the highest administrator login",
You this is WinXP system, online download a Ghost image WinXP system, are almost directly to enable the Administrator login computer,

Of course, you are now "winio. DLL load failed" I also don't know what reason,

CodePudding user response:


Actually no one can solve this problem

CodePudding user response:

The
reference 13 floor KingOfPorcupine reply:

Nobody can solve this problem really

I find a WinIO 2.0 file on the Internet,
Tried it on, so that we can succeed under WinXP:
nullnullnullnullnullnullnullnullnullnullnullnullnullnull
  • Related