It's giving me crap in VC++ too!

  • Videogamer555
    10th Apr 2011 Member 0 Permalink
    By the way here's the linker command line options that it's using by default. Are these correct?
    /OUT:"C:\ThePowderToy\Debug\ThePowderToy.exe" /INCREMENTAL /NOLOGO "shell32.lib" "ws2_32.lib" "wsock32.lib" "C:\ThePowderToy\lib\SDL.lib" "C:\ThePowderToy\lib\SDLmain.lib" "C:\ThePowderToy\lib\libbz2.lib" "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" /MANIFEST /ManifestFile:"Debug\ThePowderToy.exe.intermediate.manifest" /ALLOWISOLATION /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\ThePowderToy\Debug\ThePowderToy.pdb" /SUBSYSTEM:WINDOWS /PGD:"C:\ThePowderToy\Debug\ThePowderToy.pgd" /TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X86 /ERRORREPORT:QUEUE
  • tommig
    10th Apr 2011 Member 0 Permalink
    I seem to have had the errors at the start of this thread aswell, and I'm pretty sure I've got all the .Libs correctly linked, I need a soloution please
  • shroom207
    10th Apr 2011 Member 0 Permalink
    @tommig (View Post)
    4 day necropost -.-
  • Finalflash50
    10th Apr 2011 Banned 0 Permalink
    This post is hidden because the user is banned
  • tommig
    10th Apr 2011 Member 0 Permalink
    @shroom207 (View Post)
    Development Assistance, as I see it, is the only place on the forum where there is no such thing as necro, and since this isn't solved yet, it's a bump.
    Back on topic.
    Solve the errors please someone
  • shroom207
    10th Apr 2011 Member 0 Permalink
    @Finalflash50 (View Post)
    You commented on a thread once when this guy commented on a thread that was left alone for 2 days calling it a necropost.The necropost rule never stats how long it takes for a topic 2 die.
  • thydowulays
    10th Apr 2011 Member 0 Permalink
    @Videogamer555 I am having the EXACT SAME PROBLEM, i have restarted 4 projects over and just cant seem to fix it. I do know it is something in the Linker-> Input, as i have seen this same problem with someone elses C++ project as shown- http://www.cplusplus.com/forum/windows/6678/