Sillu129's powdertoy

  • yew101
    15th Oct 2010 Member 0 Permalink
    you need different directory linkings stuff for diffrent file loactons/computers
    (just change the directry in the includes part)
  • sillu129
    15th Oct 2010 Member 0 Permalink
    so i just put the includes folder on desktop and change the Properties > Configuration Properties > VC++ Directories folder
  • TheWiseEyes
    15th Oct 2010 Banned 0 Permalink
    This post is hidden because the user is banned
  • MiXih
    15th Oct 2010 Member 0 Permalink
    build = compile
  • sillu129
    15th Oct 2010 Member 0 Permalink
    well i got over the first error now ive got new
    1>------ Build started: Project: powder, Configuration: Debug Win32 ------
    1>MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
    1>http.obj : error LNK2019: unresolved external symbol __imp__WSAStartup@8 referenced in function _http_init
    1>http.obj : error LNK2019: unresolved external symbol __imp__freeaddrinfo@4 referenced in function _resolve
    1>http.obj : error LNK2019: unresolved external symbol __imp__getaddrinfo@16 referenced in function _resolve
    1>http.obj : error LNK2019: unresolved external symbol __imp__WSACleanup@0 referenced in function _http_done
    1>http.obj : error LNK2019: unresolved external symbol __imp__closesocket@4 referenced in function _http_async_req_start
    1>http.obj : error LNK2019: unresolved external symbol __imp__recv@16 referenced in function _http_async_req_status
    1>http.obj : error LNK2019: unresolved external symbol __imp__send@16 referenced in function _http_async_req_status
    1>http.obj : error LNK2019: unresolved external symbol __imp__WSAGetLastError@0 referenced in function _http_async_req_status
    1>http.obj : error LNK2019: unresolved external symbol __imp__connect@12 referenced in function _http_async_req_status
    1>http.obj : error LNK2019: unresolved external symbol __imp__ioctlsocket@12 referenced in function _http_async_req_status
    1>http.obj : error LNK2019: unresolved external symbol __imp__socket@12 referenced in function _http_async_req_status
    1>C:\Documents and Settings\Kasutaja\My Documents\New Folder\Debug\powder.exe : fatal error LNK1120: 11 unresolved externals
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  • TheWiseEyes
    15th Oct 2010 Banned 0 Permalink
    This post is hidden because the user is banned
  • sillu129
    15th Oct 2010 Member 0 Permalink
    where i can get it
  • TheWiseEyes
    15th Oct 2010 Banned 0 Permalink
    This post is hidden because the user is banned
  • sillu129
    15th Oct 2010 Member 0 Permalink
    'powder.exe': Loaded 'C:\Documents and Settings\Kasutaja\My Documents\New Folder\Debug\powder.exe', Symbols loaded.
    'powder.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', Cannot find or open the PDB file
    'powder.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', Cannot find or open the PDB file
    Debugger:: An unhandled non-continuable STATUS_DLL_NOT_FOUND exception was thrown during process load
    The program '[2224] powder.exe: Native' has exited with code -1073741515 (0xc0000135).
  • TheWiseEyes
    15th Oct 2010 Banned 0 Permalink
    This post is hidden because the user is banned