StackOverflowException in Win98

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

    #1

    StackOverflowException in Win98

    Hi,

    I have problems with executing my application in Win98. I get an error
    StackOverflowEx ception in many unexpected moments. In Win2000 and WinXP it
    works well. What to do?

    Regards
    Wojtek


  • Jon Skeet [C# MVP]

    #2
    Re: StackOverflowEx ception in Win98

    wojtek <wojciech.macyn a@lsb.com.pl> wrote:[color=blue]
    > I have problems with executing my application in Win98. I get an
    > error StackOverflowEx ception in many unexpected moments. In Win2000
    > and WinXP it works well. What to do?[/color]

    Could you post a short but complete program which demonstrates the
    problem?

    See http://www.pobox.com/~skeet/csharp/complete.html for details of
    what I mean by that.

    --
    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

    • Cor Ligthert

      #3
      Re: StackOverflowEx ception in Win98

      Wojtek,

      First check how many (free) memory there is on that W98 computer and what on
      the other computers. Often have computers with W98 as well very few memory.

      Cor

      [color=blue]
      >
      > I have problems with executing my application in Win98. I get an error
      > StackOverflowEx ception in many unexpected moments. In Win2000 and WinXP it
      > works well. What to do?
      >
      > Regards
      > Wojtek
      >
      >[/color]


      Comment

      • wojtek

        #4
        Re: StackOverflowEx ception in Win98

        Hi,
        I think, I have enough memory (128 mb). Is it possible to available increase
        the stack in Windows 98?
        Wojtek


        U¿ytkownik "Cor Ligthert" <notfirstname@p lanet.nl> napisa³ w wiadomo¶ci
        news:ufcxNbohEH A.3632@TK2MSFTN GP09.phx.gbl...[color=blue]
        > Wojtek,
        >
        > First check how many (free) memory there is on that W98 computer and what[/color]
        on[color=blue]
        > the other computers. Often have computers with W98 as well very few[/color]
        memory.[color=blue]
        >
        > Cor
        >
        >[color=green]
        > >
        > > I have problems with executing my application in Win98. I get an error
        > > StackOverflowEx ception in many unexpected moments. In Win2000 and WinXP[/color][/color]
        it[color=blue][color=green]
        > > works well. What to do?
        > >
        > > Regards
        > > Wojtek
        > >
        > >[/color]
        >
        >[/color]


        Comment

        Working...