Compiling a .net executable

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Popoi

    #1

    Compiling a .net executable

    Hi all.
    I'm taking my first trembling steps in Visual Studio .net, and one of the
    things i've run into is the issue of the resulting executable.

    I was wondering if it is possible to build a Win32 type executable? I've
    tried some things but every time i 'crash' (on purpose) it will go to
    something that looks like a JIT debugging assertation box. What i was
    expecting was something like when a regular Win32 app crashes with null
    pointer exceptions

    Is there a way to produce a Win32 binary?
  • Sylvain Lafontaine

    #2
    Re: Compiling a .net executable

    Yes, if you are willing to pay:


    S. L.

    "Popoi" <Popoi@discussi ons.microsoft.c om> wrote in message
    news:42941819-3AFA-4466-A1FE-59E518BCB79F@mi crosoft.com...[color=blue]
    > Hi all.
    > I'm taking my first trembling steps in Visual Studio .net, and one of the
    > things i've run into is the issue of the resulting executable.
    >
    > I was wondering if it is possible to build a Win32 type executable? I've
    > tried some things but every time i 'crash' (on purpose) it will go to
    > something that looks like a JIT debugging assertation box. What i was
    > expecting was something like when a regular Win32 app crashes with null
    > pointer exceptions
    >
    > Is there a way to produce a Win32 binary?[/color]


    Comment

    • Popoi

      #3
      Re: Compiling a .net executable

      So i cannot run a .net built application on, say, Windows 98? the operating
      system has to have the framework or whatever? like with Java and JRE?


      "Sylvain Lafontaine" wrote:
      [color=blue]
      > Yes, if you are willing to pay:
      > http://www.remotesoft.com/salamander/protector.html
      >
      > S. L.
      >
      > "Popoi" <Popoi@discussi ons.microsoft.c om> wrote in message
      > news:42941819-3AFA-4466-A1FE-59E518BCB79F@mi crosoft.com...[color=green]
      > > Hi all.
      > > I'm taking my first trembling steps in Visual Studio .net, and one of the
      > > things i've run into is the issue of the resulting executable.
      > >
      > > I was wondering if it is possible to build a Win32 type executable? I've
      > > tried some things but every time i 'crash' (on purpose) it will go to
      > > something that looks like a JIT debugging assertation box. What i was
      > > expecting was something like when a regular Win32 app crashes with null
      > > pointer exceptions
      > >
      > > Is there a way to produce a Win32 binary?[/color]
      >
      >
      >[/color]

      Comment

      • Popoi

        #4
        Re: Compiling a .net executable

        So i cannot run a .net built application on, say, Windows 98? the operating
        system has to have the framework or whatever? like with Java and JRE?


        "Sylvain Lafontaine" wrote:
        [color=blue]
        > Yes, if you are willing to pay:
        > http://www.remotesoft.com/salamander/protector.html
        >
        > S. L.
        >
        > "Popoi" <Popoi@discussi ons.microsoft.c om> wrote in message
        > news:42941819-3AFA-4466-A1FE-59E518BCB79F@mi crosoft.com...[color=green]
        > > Hi all.
        > > I'm taking my first trembling steps in Visual Studio .net, and one of the
        > > things i've run into is the issue of the resulting executable.
        > >
        > > I was wondering if it is possible to build a Win32 type executable? I've
        > > tried some things but every time i 'crash' (on purpose) it will go to
        > > something that looks like a JIT debugging assertation box. What i was
        > > expecting was something like when a regular Win32 app crashes with null
        > > pointer exceptions
        > >
        > > Is there a way to produce a Win32 binary?[/color]
        >
        >
        >[/color]

        Comment

        • Jon Skeet [C# MVP]

          #5
          Re: Compiling a .net executable

          Popoi <Popoi@discussi ons.microsoft.c om> wrote:[color=blue]
          > So i cannot run a .net built application on, say, Windows 98? the operating
          > system has to have the framework or whatever? like with Java and JRE?[/color]

          Yes. However, you can install the framework in Windows 98, so you *can*
          run it there.

          --
          Jon Skeet - <skeet@pobox.co m>
          Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

          If replying to the group, please do not mail me too

          Comment

          • Jon Skeet [C# MVP]

            #6
            Re: Compiling a .net executable

            Popoi <Popoi@discussi ons.microsoft.c om> wrote:[color=blue]
            > So i cannot run a .net built application on, say, Windows 98? the operating
            > system has to have the framework or whatever? like with Java and JRE?[/color]

            Yes. However, you can install the framework in Windows 98, so you *can*
            run it there.

            --
            Jon Skeet - <skeet@pobox.co m>
            Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

            If replying to the group, please do not mail me too

            Comment

            • Sriram Krishnan

              #7
              Re: Compiling a .net executable

              Yes - you need to have the framework installed. It comes installed by
              default on Windows 2003

              --
              Sriram Krishnan




              "Popoi" <Popoi@discussi ons.microsoft.c om> wrote in message
              news:CDDF2941-9DE9-4171-AD6D-BCD4B61AD797@mi crosoft.com...[color=blue]
              > So i cannot run a .net built application on, say, Windows 98? the
              > operating
              > system has to have the framework or whatever? like with Java and JRE?
              >
              >
              > "Sylvain Lafontaine" wrote:
              >[color=green]
              >> Yes, if you are willing to pay:
              >> http://www.remotesoft.com/salamander/protector.html
              >>
              >> S. L.
              >>
              >> "Popoi" <Popoi@discussi ons.microsoft.c om> wrote in message
              >> news:42941819-3AFA-4466-A1FE-59E518BCB79F@mi crosoft.com...[color=darkred]
              >> > Hi all.
              >> > I'm taking my first trembling steps in Visual Studio .net, and one of
              >> > the
              >> > things i've run into is the issue of the resulting executable.
              >> >
              >> > I was wondering if it is possible to build a Win32 type executable?
              >> > I've
              >> > tried some things but every time i 'crash' (on purpose) it will go to
              >> > something that looks like a JIT debugging assertation box. What i was
              >> > expecting was something like when a regular Win32 app crashes with null
              >> > pointer exceptions
              >> >
              >> > Is there a way to produce a Win32 binary?[/color]
              >>
              >>
              >>[/color][/color]


              Comment

              • Sriram Krishnan

                #8
                Re: Compiling a .net executable

                Yes - you need to have the framework installed. It comes installed by
                default on Windows 2003

                --
                Sriram Krishnan




                "Popoi" <Popoi@discussi ons.microsoft.c om> wrote in message
                news:CDDF2941-9DE9-4171-AD6D-BCD4B61AD797@mi crosoft.com...[color=blue]
                > So i cannot run a .net built application on, say, Windows 98? the
                > operating
                > system has to have the framework or whatever? like with Java and JRE?
                >
                >
                > "Sylvain Lafontaine" wrote:
                >[color=green]
                >> Yes, if you are willing to pay:
                >> http://www.remotesoft.com/salamander/protector.html
                >>
                >> S. L.
                >>
                >> "Popoi" <Popoi@discussi ons.microsoft.c om> wrote in message
                >> news:42941819-3AFA-4466-A1FE-59E518BCB79F@mi crosoft.com...[color=darkred]
                >> > Hi all.
                >> > I'm taking my first trembling steps in Visual Studio .net, and one of
                >> > the
                >> > things i've run into is the issue of the resulting executable.
                >> >
                >> > I was wondering if it is possible to build a Win32 type executable?
                >> > I've
                >> > tried some things but every time i 'crash' (on purpose) it will go to
                >> > something that looks like a JIT debugging assertation box. What i was
                >> > expecting was something like when a regular Win32 app crashes with null
                >> > pointer exceptions
                >> >
                >> > Is there a way to produce a Win32 binary?[/color]
                >>
                >>
                >>[/color][/color]


                Comment

                Working...