Fatal Error out of nowhere

  • star400040
    3rd Dec 2011 Member 0 Permalink
    So I didn't change anything, I tried updating my source code to the newest source but I saved a backup of my source onto my desktop, however since i could not update my source with the newest beta code successfully I moved my old mod folder back to my powdertoy folder, however now when I try to compile my code I get this fatal error


    I have no idea where this came from as I technically did not change my source code.

    I am on windows using visual studio by the way if that matters
  • tommig
    3rd Dec 2011 Member 0 Permalink
    Check your additional dependencies. You have the wrong file location.
    Well, I'm almost certian!
  • star400040
    3rd Dec 2011 Member 0 Permalink
    @tommig (View Post)

    where would I point it and where are the additional dependencies again?

    EDIT: I see SDL.lib listed under my additional dependencies, and I didnt change how the folders were organized so I don't understand why it would all of a sudden stop pointing to the libraries folder. But obviously this occurred due to something that happend when I moved the files back after attempting to create a new project file with the updated source code.

    EDIT 2: It is really crucial that I get this fixed obviously, is there anyway somebody can help me and work through the problem with me? I can give code or screen shots or whatever is necessary to fix this issue. 
  • tommig
    3rd Dec 2011 Member 0 Permalink
    Yeh, go into your current project folder, and find SDL.lib
    Assuming your on windows (not sure about the others), right click and bring up properties.
    Copy the file location to the additinal dependencies. (You may have to add /SDL.lib on the end if it's not there)
    Compile
    If the error persists, sorry, I can help no further
  • star400040
    3rd Dec 2011 Member 0 Permalink
    Fixed the problem just had to redownload my libraries, build and includes folder for some reason