Thread: changing 9x progs to nt based

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    98

    changing 9x progs to nt based

    how hard would it be to change win 9x programs so they would run on nt based os's? have always wonderd this because iv got like 40 programs i cant use no more because i upgraded to win 2000 pro.i also have a $250 video card i cant use no more because of this.would the big thing be memory management?i saw in another thread about someone injecting a dll into a game, after watching the proces of it.could a general program be written to change a program? i guess that would be impossible, taking into account all the differant programming styles.just imagine how much a program like that would be worth. imaging all the people that have games and such that they like, but cant use no more.

  2. #2
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    A 250$ videocard? And it's not working on NT? That doesn't
    right, What videocard is it? Anyway, I doubt there will be a
    simple solution as a program converter to use Win9X programs
    under NT simply because NT's kernel is different (more structured,
    seperated memory etc.).

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    98
    actualy its a video capture card made by stb, the best iv ever used. anyways, stb went out of business, 3dfx picked it up, they updated the drivers for it, but only have the functions work.it will capture, but the fm radio and the tv part doesnt work.i liked the radio part, i used it a lot when i was on here, it took my mind off of other things so i could stay focused. and just as a note, how many people on here have old programs that they cant use anymore?

  4. #4
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by scott27349
    how many people on here have old programs that they cant use anymore?
    I lost my music with Blood

  5. #5
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    >i also have a $250 video card i cant use no more because of this

    No, you can't use your video card because the manufacturer got bought by someone that went out of business a couple years ago. Try to look for new drivers, I guess, but my best advice would be to buy a new one.

  6. #6
    Registered User
    Join Date
    Feb 2002
    Posts
    98
    what if i had the source code? would it be impossible to change?

  7. #7
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Sorry to tell you, but my V5 is worth more than that, and its like 30.00 now lol.

    It would be very very very difficult to change, do as hammer suggested and look.

  8. #8
    Registered User
    Join Date
    Feb 2002
    Posts
    98
    hammer? whos hammer? i didnt see a post by a hammer. did i miss it?

  9. #9
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    I think he was talking about me.

    Ignore RoD - he's the village idiot 'round here.

  10. #10
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>>
    how hard would it be to change win 9x programs so they would run on nt based os's?
    <<<

    Not terribly difficult, in fact, most will compile/run without modification. What problems are you having? If you mean drivers and such, that's a different game, see the above posts.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  11. #11
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Din't NT had some kind of backward compatibility system?

  12. #12
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    i finally have an official title

  13. #13
    Me -=SoKrA=-'s Avatar
    Join Date
    Oct 2002
    Location
    Europe
    Posts
    448

    maybe...

    Originally posted by scott27349
    what if i had the source code? would it be impossible to change?
    windows.h is souposed to compile to work depending on the OS it's compiled in (based on the few looks I've made into it). If you're having problems I image it's not standard (using windows.h) so if you compile them again in NT it might work.
    If you have the source code give it a try compiling again. Who knows, it might even work...
    SoKrA-BTS "Judge not the program I made, but the one I've yet to code"
    I say what I say, I mean what I mean.
    IDE: emacs + make + gcc and proud of it.

  14. #14
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    my advice, install win98 or something onto another partition, don't mess with the backwards compatability stuff for winxp/2000, cause some stuff written for 9x is EXPLICITLY for 9x, and will seriously f up an nt box. You'll have less headaches with a duel boot than you will trying to recompile (if the source is not yours as it seems to be the case)
    PHP and XML
    Let's talk about SAX

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Perfect number and divisors
    By Lissa in forum C Programming
    Replies: 31
    Last Post: 10-24-2008, 01:36 PM
  2. why page based I/O can improve performance?
    By George2 in forum C Programming
    Replies: 1
    Last Post: 06-12-2006, 07:42 AM