BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How do I get past this stupid compiler error in D7?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Non-Technical
View previous topic :: View next topic  
Author Message
Captain Jake
Guest





PostPosted: Sat Aug 21, 2004 4:53 pm    Post subject: How do I get past this stupid compiler error in D7? Reply with quote



[Fatal Error] ISUtils.pas(1306): Internal error: C13310

I get this error now every single time when I try to do a complete build
of the non-package version of my newsreader project using D7 Pro (Build
8.1). Every single time. I don't get it when I build using packages.

I tried cleaning out the directories of all intermediate files like DCU,
DSM, etc. files but I still get this.

This is a showstopper, because I can't even compile my application. I need
to do a full build without packages because I have multiple versions of
Indy. Indy 9 is installed in the IDE so I can use RemObjects 3. Indy 10 is
what my newsreader uses. So I need to be able to do a FULL compile without
packages. But I can't. Very frustrating.

By the way, ISUtils.pas is a source file for the FlyTreeView control.

--

Read Jake's Blog at http://blogs.slcdug.org/jjacobson/
Or Get the RSS Feed at http://blogs.slcdug.org/jjacobson/Rss.aspx

Everything contained in this post that is not quoted from others, is merely
an opinion. It may be a well-informed opinion motivated by an uncanny grasp
of facts and amazingly well-formulated theories, but it remains opinion
nevertheless. I speak for nobody but myself, and even then I may get it
wrong from time to time.



Back to top
Admiral Windbag
Guest





PostPosted: Sat Aug 21, 2004 5:02 pm    Post subject: Re: How do I get past this stupid compiler error in D7? Reply with quote



Captain Jake wrote:

Quote:
[Fatal Error] ISUtils.pas(1306): Internal error: C13310

Google? If you can't find that you might want to try one of the technical
groups here.

Admiral Windbag



Back to top
Peter Zolja
Guest





PostPosted: Sat Aug 21, 2004 5:21 pm    Post subject: Re: How do I get past this stupid compiler error in D7? Reply with quote



This may help:
http://qc.borland.com/wc/wc.exe/details?reportid=8129


Back to top
Nick Hodges [TeamB]
Guest





PostPosted: Sat Aug 21, 2004 5:56 pm    Post subject: Re: How do I get past this stupid compiler error in D7? Reply with quote

Captain Jake wrote:

Quote:
[Fatal Error] ISUtils.pas(1306): Internal error: C13310

Try asking in one of the technical groups.

--
Nick Hodges -- TeamB
Lemanix Corporation -- http://www.lemanix.com
Read my Blog -- http://www.lemanix.com/nick

Back to top
Marc Rohloff [TeamB]
Guest





PostPosted: Sun Aug 22, 2004 12:28 am    Post subject: Re: How do I get past this stupid compiler error in D7? Reply with quote

On Sat, 21 Aug 2004 11:53:28 -0500, Captain Jake wrote:

Quote:
[Fatal Error] ISUtils.pas(1306): Internal error: C13310

Shame on you Jake. You know better.

--
Marc Rohloff [TeamB]
marc rohloff at myrealbox dot com

Back to top
Captain Jake
Guest





PostPosted: Sun Aug 22, 2004 1:37 am    Post subject: Re: How do I get past this stupid compiler error in D7? Reply with quote

"Marc Rohloff [TeamB]" <"on request"> wrote

Quote:
On Sat, 21 Aug 2004 11:53:28 -0500, Captain Jake wrote:

[Fatal Error] ISUtils.pas(1306): Internal error: C13310

Shame on you Jake. You know better.

Huh?



Back to top
Marc Rohloff [TeamB]
Guest





PostPosted: Sun Aug 22, 2004 1:57 am    Post subject: Re: How do I get past this stupid compiler error in D7? Reply with quote

On Sat, 21 Aug 2004 20:37:07 -0500, Captain Jake wrote:

Quote:
Shame on you Jake. You know better.

Huh?

Posting technical questions in non-tech.

--
Marc Rohloff [TeamB]
marc rohloff at myrealbox dot com

Back to top
Captain Jake
Guest





PostPosted: Sun Aug 22, 2004 2:47 am    Post subject: Re: How do I get past this stupid compiler error in D7? Reply with quote

"Marc Rohloff [TeamB]" <"on request"> wrote

Quote:
On Sat, 21 Aug 2004 20:37:07 -0500, Captain Jake wrote:

Shame on you Jake. You know better.

Huh?

Posting technical questions in non-tech.

D'oh! I guess I should have realized that. Been too flustered with D7 today.
It has been very uncooperative today.



Back to top
Captain Jake
Guest





PostPosted: Sun Aug 22, 2004 3:14 am    Post subject: Re: How do I get past this stupid compiler error in D7? Reply with quote

"Captain Jake" <johnjac76 (AT) comcast (DOT) net> wrote

Quote:
D'oh! I guess I should have realized that. Been too flustered with D7
today.
It has been very uncooperative today.

To keep the nattering nabobs of negativism at bay I should probably mention
that this problem has now been fixed and I am once again happily working in
D7.



Back to top
Peter Zolja
Guest





PostPosted: Sun Aug 22, 2004 9:03 pm    Post subject: Re: How do I get past this stupid compiler error in D7? Reply with quote

Quote:
To keep the nattering nabobs of negativism at bay I should probably
mention
that this problem has now been fixed and I am once again happily working
in
D7.

So... what was the problem?



Back to top
Andrew Rybenkov
Guest





PostPosted: Mon Aug 23, 2004 5:06 am    Post subject: Re: How do I get past this stupid compiler error in D7? Reply with quote

Quote:
So... what was the problem?

the problem is Jake wants to be center of the universe. ;)

--
Andrew Rybenkov.




Back to top
John Kaster (Borland)
Guest





PostPosted: Mon Aug 23, 2004 5:43 am    Post subject: Re: How do I get past this stupid compiler error in D7? Reply with quote

Andrew Rybenkov in <41297afb (AT) newsgroups (DOT) borland.com> wrote:

Quote:
the problem is Jake wants to be center of the universe. Wink

It appears to me this would only be a problem to the person already
there?


--
John Kaster, Borland Developer Relations, http://bdn.borland.com
BorCon2004, all info in one place! http://info.borland.com/conf2004
Features and bugs: http://qc.borland.com
Get source: http://cc.borland.com
Unofficial information overload: http://blogs.borland.com

Back to top
Don
Guest





PostPosted: Mon Aug 23, 2004 6:18 am    Post subject: Re: How do I get past this stupid compiler error in D7? Reply with quote

John Kaster (Borland) wrote:
Quote:
It appears to me this would only be a problem to the person already
there?

who is ... ?

Don


Back to top
Craig van Nieuwkerk
Guest





PostPosted: Mon Aug 23, 2004 6:29 am    Post subject: Re: How do I get past this stupid compiler error in D7? Reply with quote

Quote:
It appears to me this would only be a problem to the person already
there?

who is ... ?


Me



Back to top
Don
Guest





PostPosted: Mon Aug 23, 2004 7:23 am    Post subject: Re: How do I get past this stupid compiler error in D7? Reply with quote

Craig van Nieuwkerk wrote:

Quote:
It appears to me this would only be a problem to the person already
there?

who is ... ?


Me

Myabe in your own. But in mine I can assure you it isn't you. :)

Don


Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Non-Technical All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.