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

I am building a web application. Here's what I do. Set the solution Configuration
Building an application, before using a real database, just to get things work I
I am building application that required some data from iPhone's Call log(read only). The
When building an application, is there any meaningful difference between the idea of Find
I'm building an application that is targeting Windows, Mac and Linux soon. I was
I'm building an application in C# using WPF. How can I bind to some
We're currently building an application that executes a number of external tools. We often
I am building an application where a page will load user controls (x.ascx) dynamically
I am building an application where I want to be able to click a
I am building an application as a library, but to make sure I can

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.