When trying to upgrade a c5 app to c5.5 I get the following error.
Snytax error. Unknow procedure label at the points 'SystemParametersInfo' in the following code.
Has anyone come across this pproblem.
Please help
SystemParametersInfo( 38, 0, lCurrentFDSetting, 0 )
IF lCurrentFDSetting = 1
SystemParametersInfo( 37, 0, lAdjFDSetting, 3 )
END
Main
INIMgr.Update
IF lCurrentFDSetting = 1
SystemParametersInfo( 37, 1, lAdjFDSetting, 3 )
END
Snytax error. Unknow procedure label at the points 'SystemParametersInfo' in the following code.
Has anyone come across this pproblem.
Please help
SystemParametersInfo( 38, 0, lCurrentFDSetting, 0 )
IF lCurrentFDSetting = 1
SystemParametersInfo( 37, 0, lAdjFDSetting, 3 )
END
Main
INIMgr.Update
IF lCurrentFDSetting = 1
SystemParametersInfo( 37, 1, lAdjFDSetting, 3 )
END