Ik heb van www.internals.com het WinIo pakket gedownload, en van de site van Borland heb ik de commandlinetools. Vervolgens ben ik e.e.a. gaan installeren en instellen volgens wat er in de helpfile van WinIo staat:
In order to use WinIo in a C++ Builder application, you should take the following steps:
-Place winio.dll, winio.vxd and winio.sys in the directory where your application's executable file resides.
-Create a winio.lib file by running the IMPLIB utility that is bundled with C++ Builder.
-Add the generated winio.lib to your project file.
-Remove the WINIO_API constant from the function declarations in winio.h.
-Add the "#include "winio.h" statement to your source file.
-Call InitializeWinIo.
-Call the library's functions to access I/O ports and physical memory.
-Call ShutdownWinIo.
Ik kan echter niet opmaken waar ik winio.h vandaan moet halen, noch weet ik wat er bedoeld wordt met "add winio.lib to your project file". Die heb ik erbij in de dir gezet.
In de include dir van Borland staat geen winio.h en in de dir van winio zelf staat er alleen 1 bij de examples. Wie kan mij meer vertellen hierover?
In order to use WinIo in a C++ Builder application, you should take the following steps:
-Place winio.dll, winio.vxd and winio.sys in the directory where your application's executable file resides.
-Create a winio.lib file by running the IMPLIB utility that is bundled with C++ Builder.
-Add the generated winio.lib to your project file.
-Remove the WINIO_API constant from the function declarations in winio.h.
-Add the "#include "winio.h" statement to your source file.
-Call InitializeWinIo.
-Call the library's functions to access I/O ports and physical memory.
-Call ShutdownWinIo.
Ik kan echter niet opmaken waar ik winio.h vandaan moet halen, noch weet ik wat er bedoeld wordt met "add winio.lib to your project file". Die heb ik erbij in de dir gezet.
In de include dir van Borland staat geen winio.h en in de dir van winio zelf staat er alleen 1 bij de examples. Wie kan mij meer vertellen hierover?
[ Voor 4% gewijzigd door Krankenstein op 05-04-2003 01:26 ]