Hi guys,
I have apps that use old DateUtils.bas 1.05 module, it was compiled OK until used with XUI Views 1.8.
When XUI Views Lib added, compiled got error : DateUtils used twice
But if DateUtils.bas 1.05 module removed, compiled still got error :
Current declaration does not math previous one.
Previous : {Type=Scale,Rank=0,RemoteObject=False}
Current : {Type=Float,Rank=0,RemoteObject=True}
Error occurred on line : 21 Private Scale as Float
How to fix this error?
Thanks in advance.
I have apps that use old DateUtils.bas 1.05 module, it was compiled OK until used with XUI Views 1.8.
When XUI Views Lib added, compiled got error : DateUtils used twice
But if DateUtils.bas 1.05 module removed, compiled still got error :
Current declaration does not math previous one.
Previous : {Type=Scale,Rank=0,RemoteObject=False}
Current : {Type=Float,Rank=0,RemoteObject=True}
Error occurred on line : 21 Private Scale as Float
How to fix this error?
Thanks in advance.