Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 325425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:12:57+00:00 2026-05-12T09:12:57+00:00

When building my application in release mode, I get an internal error URW1135 at

  • 0

When building my application in release mode, I get an internal error URW1135 at the end of one of my files. I searched the internet and found (here) that it could be about arrays of generic types like

MyClass <T> = class
  FArray : array of T;
end;

So, I applied the proposed workaround (declaring a type TArrayType = array of T) throughout my codebase.

But unfortunately the error is still there. Any ideas what could be wrong?

Surprisingly, in debug mode everything works fine.

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T09:12:57+00:00Added an answer on May 12, 2026 at 9:12 am

    There are a handful of different Generics-related problems still in the D2009 compiler, even after Update 3 fixed a bunch of them. Most of the ones that are left will create compiler fatal errors, with URW 1135 being one of the most common ones. If that solution didn’t work, look for others.

    The compiler has the most trouble with declaring a specialized generic class in one place and using it somewhere else. For example, in one unit:

    type
      TMyList = TObjectList<TMyClass>;
    

    In another unit:

    var
      myList: TMyList;
    

    This may or may not cause a compiler error, based mostly on the whims of the Random Number Gods.

    I’ve been working to identify and report as many of these bugs as I can, though I haven’t seen any yet that only manifest in Release mode. If you can trace this one down to a specific occurrence, please report it to QC so they can fix it. Hopefully Delphi 2010 will be free of Generics problems.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Unlike this question: Linker Error while building application using Boost Asio in Visual Studio
I am building an iOS application for public release, and I would like to
I am building a web application. Here's what I do. Set the solution Configuration
I have a weird problem building a release of an erlang application that I'm
I am building an ASP.NET MVC application using the 1.0 release using Visual Web
I'm having a little trouble building my application as Release in Visual Studio 2008.
I am about to release an application but, while i was building it using
When building the project for distribution using the Archive build mode, the following error
I'm building my first Android app and its nearly ready for release. One thing
I'm working with Visual C# 2010 Express, building managed applications. In 'release' mode, Visual

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.