Op maandag 07 januari 2002 14:33 schreef [ti] het volgende:
Post je vage foutmeldingen dan eens, misschien zijn ze voor ons minder vaag.
Dit zijn de foutmeldingen, maar zoals ik al zei ligt het niet aan die headerfile. De meldingen komen omdat ie niet kan 'connecten' met de dll oid.
[C++Error] DLPORTIO.H(44): Declaration syntax error.
[C++Error] DLPORTIO.H(49): Declaration syntax error.
[C++Error] DLPORTIO.H(54): Declaration syntax error.
[C++Error] DLPORTIO.H(59): Declaration syntax error.
[C++Error] DLPORTIO.H(66): Multiple declaration for 'VOID'.
[C++Error] DLPORTIO.H(59): Earlier declaration of 'VOID'.
[C++Error] DLPORTIO.H(66): Declaration syntax error.
[C++Error] DLPORTIO.H(73): Multiple declaration for 'VOID'.
[C++Error] DLPORTIO.H(66): Earlier declaration of 'VOID'.
[C++Error] DLPORTIO.H(73): Declaration syntax error.
[C++Error] DLPORTIO.H(80): Multiple declaration for 'VOID'.
[C++Error] DLPORTIO.H(73): Earlier declaration of 'VOID'.
[C++Error] DLPORTIO.H(80): Declaration syntax error.
[C++Error] DLPORTIO.H(86): Multiple declaration for 'VOID'.
[C++Error] DLPORTIO.H(80): Earlier declaration of 'VOID'.
[C++Error] DLPORTIO.H(86): Declaration syntax error.
[C++Error] DLPORTIO.H(92): Multiple declaration for 'VOID'.
[C++Error] DLPORTIO.H(86): Earlier declaration of 'VOID'.
[C++Error] DLPORTIO.H(92): Declaration syntax error.
[C++Error] DLPORTIO.H(98): Multiple declaration for 'VOID'.
[C++Error] DLPORTIO.H(92): Earlier declaration of 'VOID'.
[C++Error] DLPORTIO.H(98): Declaration syntax error.
[C++Error] DLPORTIO.H(105): Multiple declaration for 'VOID'.
[C++Error] DLPORTIO.H(98): Earlier declaration of 'VOID'.
[C++Error] DLPORTIO.H(105): Declaration syntax error.
[C++Error] DLPORTIO.H(105): Too many error or warning messages.
En dit is wat er zoal in de headerfile staat:
code:
1
2
3
4
5
6
| #define DLPORT_API _stdcall
UCHAR DLPORT_API
DlPortReadPortUchar(
IN ULONG Port
); |