Voila je quitte le monde linux pour coder sous windows. Je dois savoir a koi sert les activeX controls ds VC++ 6. Je dois savoir lire et ecrire (envoye des donnees) sur une carte I/O. Voila la doc que j ai trouve :
Reading the Digital Inputs
A single call is necessary to read a digital I/O port.
API-CALL
Long EDRE_DioRead(ulng Sn, ulng Port, ulng *Value)
The serial number, port, and a pointer to variable to hold the result must be
passed by the calling function. A return code will indicate if any errors
occurred.
ACTIVEX CALL
Long EDREDioX.Read(long Port)
Only the port-number needs to be passed and the returned value will either
hold an error or the value read. If the value is negative an error did occur.
Je sais pas pkoi je dois utiliser l'une ou l'autre des fonctions. Je ne connait pas les activeX controls, a koi ca sert.
Merci de m'eclairer.