just make sure that both programs use exact the same include files.
Also, i have seen such code before :
If Gbdriveerror = 0 Then
$include "Config_AVR-DOS.BAS"
Else
Error_code.9 = True
End If
do take in mind that the include file will always be included. So better move it above the condition.
↧