Blog post "Delphi XE5 Update 2 and C++Builder for iOS" at http://blog.marcocantu.com/blog/delphi_xe5_update2_cpp_ios.html

Blog post "Delphi XE5 Update 2 and C++Builder for iOS" at http://blog.marcocantu.com/blog/delphi_xe5_update2_cpp_ios.html

Comments

  1. Sorry, I know this is not the right thread, my App was compiling fine before UP2 but now I get thousand of errors (the same in fact). A new application will therefore compile fine, but of course its just very simple.
    Well, the error I get is:

    FMX.Wwstyles.o: in function Fmx::Wwstyles::RemoveBackgroundFromStyle(System::DelphiObject)
    Link error code: 1

    I am trying for hours to fix, please help!  :(

    ReplyDelete
  2. Magno Lima Have you done a complete rebuild? Tried removing any left over code? Is it a C++ app? For which platform?

    ReplyDelete
  3. It's Delphi and Android app. If I understand correcty it means to do a Build All on the project, also I removed the Android folder in hope to remove any conflicting file, no sucess. Thank you for reply!

    ReplyDelete
  4. Magno Lima 

    I would make a extra copy of the program to experiment with and try deleting things like stylebook on each Form until it com piles. It won't solve the problem but you could narrow it down a bit.

    ReplyDelete
  5. Problem "solved". I had 3rd party components which needs to be compiled. As I was unable to do that now, I will remove them. Now facingi other problems with FC in Android. Thank you all!

    ReplyDelete

Post a Comment