I cannot build latest code that I got from the trunk just now. The runtime package win32 build target fails at line 192 of DPF.iOS.UIScrollView. There is a missing unit reference for TUIView class.
Last edit: Kaarigar 2013-08-10
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, I got the source using svn. Just curious, why this conditional compiler directives are not added to this file? And how it made to the repository although it broke the build?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I cannot build latest code that I got from the trunk just now. The runtime package win32 build target fails at line 192 of DPF.iOS.UIScrollView. There is a missing unit reference for TUIView class.
Last edit: Kaarigar 2013-08-10
Hi,
V2.8.5 installs fine here.
[Downloaded from here]
Check history.txt if you have the latest version.
Cheers,
Rob
Last edit: Rob Kenders 2013-08-10
If you grabbed the dpfuiscrollview.pas from the latest tickets area then you need to add
{IFDEF IOS}
{ENDIF}
Wrap that around the TUIView calls ans the will solve it....
Yes, I got the source using svn. Just curious, why this conditional compiler directives are not added to this file? And how it made to the repository although it broke the build?
Hi,
SVN updated.
regards
Kaarigar,
That was my bad, I didn't take it onto consideration when I added the animation for the scroll view and passed the file onto Babak.