RE: Internal Compiler Error
From: Michael Green (mikegreonline_at_microsoft.com)
Date: 03/04/04
- Previous message: Lars-Inge Tønnessen: "Re: J# certification"
- In reply to: keith: "Internal Compiler Error"
- Next in thread: keith: "Re: Internal Compiler Error"
- Reply: keith: "Re: Internal Compiler Error"
- Reply: keith: "Re: Internal Compiler Error"
- Reply: keith: "Re: Internal Compiler Error"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 04 Mar 2004 17:11:42 GMT
Keith,
There may not be a problem with the code you are compiling, it could be a
problem with the compiler itself. Usually an internal compiler error is
caused by a problem with the compiler. If you can post your code I can try
and reproduce the problem here.
Thanks,
Michael Green
Microsoft Developer Support
--------------------
| From: "keith" <keith@alh.com>
| Subject: Internal Compiler Error
| Date: Wed, 3 Mar 2004 14:39:43 -0800
| Lines: 39
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <Os1XtBXAEHA.3352@TK2MSFTNGP09.phx.gbl>
| Newsgroups: microsoft.public.dotnet.vjsharp
| NNTP-Posting-Host: adsl-66-122-68-175.dsl.snlo01.pacbell.net 66.122.68.175
| Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGXA06.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.vjsharp:5591
| X-Tomcat-NG: microsoft.public.dotnet.vjsharp
|
| Hello,
|
|
| I'm converting a J++ project to J#, and had to use /JCPA to resolve some
| COM -> .NET naming. Now that I'm past that initial stage of the compile,
I
| get this:
|
| Internal Compiler Error:
|
f:\VS70Builds\3077\vs\src\vjsharp\SDK\bjdev\Converter\kjc\jclass_decl.cpp(48
| 6)
|
| This code is shown in the editor as the source of the error ("class
Pe3doa"
| is underlined):
|
| package pe3do32a;
|
| import com.ms.com.*;
| import com.ms.com.IUnknown;
| import com.ms.com.Variant;
|
| /** @com.class(classid=CDFDF7C5-5B6A-11D2-81EB-006008A2E49D,DynamicCasts)
| @com.interface(iid=00020400-0000-0000-C000-000000000046, thread=AUTO,
| type=DISPATCH) */
| public class Pe3doaRaw implements
| com.ms.com.IUnknown,com.ms.com.NoAutoScripting,pe3do32a._DPe3doaDefault
| {
| <snip>
| }
|
| Anyone seen this error before or have any information or suggestions? I
| can't seem to find any information about it. The J++ code has been in
| faithful use for years (its vendor code) and I can't see whats wrong with
it
| now.
|
| Thanks!
|
| Keith
|
|
|
- Previous message: Lars-Inge Tønnessen: "Re: J# certification"
- In reply to: keith: "Internal Compiler Error"
- Next in thread: keith: "Re: Internal Compiler Error"
- Reply: keith: "Re: Internal Compiler Error"
- Reply: keith: "Re: Internal Compiler Error"
- Reply: keith: "Re: Internal Compiler Error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|