SDL app not working on other computers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nitin070895
    New Member
    • Apr 2013
    • 17

    SDL app not working on other computers

    Hey friends, i want to ask a question that my SDL app which i made in visual c++ works properly on my pc, but it does not even starts on other computers. I have pasted all the required .dll files in my debug folder along with the pictures and sounds.
  • Oralloy
    Recognized Expert Contributor
    • Jun 2010
    • 988

    #2
    nitin070895,

    Usually the DLLs need to go in the directory that the application runs from.

    I take it that you are not getting any error messages?

    Try running the program from a CMD prompt. You might see something there.

    Good Luck!
    Oralloy

    Comment

    • nitin070895
      New Member
      • Apr 2013
      • 17

      #3
      Yes i am not getting any errors. I had pasted DLLs in the same folder where my exe is.
      I used CMD prompt but its still not working

      Comment

      • Oralloy
        Recognized Expert Contributor
        • Jun 2010
        • 988

        #4
        nitin070895,

        Drat! A program that fails silently is the worst sort.

        Do you have the Visual C++ Debug libraries loaded on the other systems?

        Oralloy

        Comment

        • nitin070895
          New Member
          • Apr 2013
          • 17

          #5
          No i dont,but i downloaded some other sdl apps from internet. They work properly on other computers without having loaded debug libraries...

          Comment

          Working...