Thread: Problem running program in Win98

  1. #1
    Code Warrior
    Join Date
    Nov 2001
    Posts
    669

    Question Problem running program in Win98

    Hi!

    I've compiled my program in Visual C++ .NET in WinXP and when I run the program, everything is OK. But when I run it in Win98 I get error message "stack fault" and bounch of other "hex" informations.

    What could be wrong? And why does it work in WinXP??

    And one more thing. In WinXP when I use mciSendString function, sound works great, but in Win98 I usually get error. Anyone knows how to initialize mci device?
    Current projects:
    1) User Interface Development Kit (C++)
    2) HTML SDK (C++)
    3) Classes (C++)
    4) INI Editor (Delphi)

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    Well we could make a bunch of wild guesses about what code you wrote, or you could post an actual example on the windows board for us to look at.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Keep running program and 'int' problem
    By willrs2 in forum C++ Programming
    Replies: 21
    Last Post: 02-10-2008, 11:22 AM
  2. Problem running program
    By JOCAAN in forum C++ Programming
    Replies: 3
    Last Post: 10-19-2007, 04:09 PM
  3. [NEED HELP] I just can't solve this program problem!
    By frodonet in forum C Programming
    Replies: 7
    Last Post: 09-23-2007, 02:44 PM
  4. How to tell when internal program is done running
    By PJYelton in forum Windows Programming
    Replies: 5
    Last Post: 03-21-2005, 10:09 PM
  5. Replies: 3
    Last Post: 03-04-2005, 02:46 PM