antvon
Programmer
- Dec 2, 2002
- 45
I have greated a VB6 project that has been working fine
for some time now. Unfortunately the harddrive that the project was located on crashed.
I managed to transfer the files over to a new machine, but
when I tried to run the program it came up with the following compile error message:
Procedure declaration does not match description of event or procedure having the same name.
Private Sub datPrimaryRS_MoveComplete(ByVal adReason As ADODB.EventReasonEnum, ByVal pError As ADODB.Error, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
I've copied the files to two other machines running win98 and win2K and it works fine. I've check references and everything else I can think of.
Any suggestions would be appreciated - thanks?
for some time now. Unfortunately the harddrive that the project was located on crashed.
I managed to transfer the files over to a new machine, but
when I tried to run the program it came up with the following compile error message:
Procedure declaration does not match description of event or procedure having the same name.
Private Sub datPrimaryRS_MoveComplete(ByVal adReason As ADODB.EventReasonEnum, ByVal pError As ADODB.Error, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
I've copied the files to two other machines running win98 and win2K and it works fine. I've check references and everything else I can think of.
Any suggestions would be appreciated - thanks?