Android Question Old DateUtils module conflict with XUI Views

incendio

Well-Known Member
Licensed User
Longtime User
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.
 

incendio

Well-Known Member
Licensed User
Longtime User
I am intend to use DateUtils from XUI Views.

Yes, I have a module named Scale.

Is this the caused of problem?
 
Upvote 0
Top