How to run a 32 bit application using a program in C

nakul dhande

nakul dhande

@nakul-dhande-ufQnzR Oct 26, 2024
😁
first of all, hello everyone there!!!
im glad to be a part of such an eclectic group of people..😎
there's a problem thats drivin me crazy :
how do i run a 32 bit application(say narrator.exe) using a program written in C ?? cause everytime i try it, it gives me a msg: CANNOT RUN THIS PROGRAM IN DOS MODE

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • MaRo

    MaRo

    @maro-Ce3knx May 8, 2008

    EDIT:wrong answer sorry.
  • prabhat kumar

    prabhat kumar

    @prabhat-kumar-KhhWSv May 14, 2008

    yes u first first install the c software.and set to window if u use borland software then u go through option there u got result.
  • mahul

    mahul

    @mahul-ZxpiLA May 14, 2008

    Try using a 32 bit compiler for your code like microsoft visual studio. That should solve your problem.
  • nakul dhande

    nakul dhande

    @nakul-dhande-ufQnzR May 17, 2008

    thanks a lot to both of u!!! i got it😁