RE: Internal Compiler Error

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Michael Green (mikegreonline_at_microsoft.com)
Date: 03/04/04

  • Next message: keith: "Re: Internal Compiler Error"
    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
    |
    |
    |


  • Next message: keith: "Re: Internal Compiler Error"

    Relevant Pages

    • RE: More Internal Compiler Errors
      ... An internal compiler error generally occurs when there is a bug in the ... Can you post some code that we can use to reproduce the problem? ... Microsoft Developer Support ... | From: "keith" ...
      (microsoft.public.dotnet.vjsharp)
    • Optimization bug in VC++ 6.0
      ... extern void f; ... Copyright Microsoft Corp 1984-1998. ... or open the Technical Support help file for more information ... and without the internal compiler error. ...
      (microsoft.public.vc.language)
    • Re: Internal Compiler Error
      ... Microsoft Developer Support ... | From: "keith" ... Usually an internal compiler error is ... |> and reproduce the problem here. ...
      (microsoft.public.dotnet.vjsharp)
    • Re: Internal Compiler Error
      ... I can reproduce this error now, and have a test project that demonstrates ... Keith ... Usually an internal compiler error is ...
      (microsoft.public.dotnet.vjsharp)
    • Internal Compiler Error
      ... COM -> .NET naming. ... Internal Compiler Error: ... This code is shown in the editor as the source of the error ("class Pe3doa" ... Keith ...
      (microsoft.public.dotnet.vjsharp)