Skip to content

Instantly share code, notes, and snippets.

@aristidb
Created April 16, 2009 22:01
Show Gist options
  • Select an option

  • Save aristidb/96708 to your computer and use it in GitHub Desktop.

Select an option

Save aristidb/96708 to your computer and use it in GitHub Desktop.
link.exe -out:"WINNT5.1_DBG.OBJ/js.exe" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib oldnames.lib -nologo -subsystem:console -debug pdb:WINNT5.1_DBG.OBJ/js.pdb -machine:I386 -opt:ref -opt:noicf WINNT5.1_DBG.OBJ/js.obj WINNT5.1_DBG.OBJ/js32.lib
js.obj : error LNK2019: Verweis auf nicht aufgelstes externes Symbol "__imp__PR_Sleep" in Funktion "_Sleep".
js.obj : error LNK2019: Verweis auf nicht aufgelstes externes Symbol "__imp__PR_TicksPerSecond" in Funktion "_Sleep".
js.obj : error LNK2019: Verweis auf nicht aufgelstes externes Symbol "__imp__PR_DestroyLock" in Funktion "_Scatter".
js.obj : error LNK2019: Verweis auf nicht aufgelstes externes Symbol "__imp__PR_DestroyCondVar" in Funktion "_Scatter".
js.obj : error LNK2019: Verweis auf nicht aufgelstes externes Symbol "__imp__PR_JoinThread" in Funktion "_Scatter".
js.obj : error LNK2019: Verweis auf nicht aufgelstes externes Symbol "__imp__PR_Unlock" in Funktion "_Scatter".
js.obj : error LNK2019: Verweis auf nicht aufgelstes externes Symbol "__imp__PR_NotifyAllCondVar" in Funktion "_Scatter".
js.obj : error LNK2019: Verweis auf nicht aufgelstes externes Symbol "__imp__PR_Lock" in Funktion "_Scatter".
js.obj : error LNK2019: Verweis auf nicht aufgelstes externes Symbol "__imp__PR_CreateThread" in Funktion "_Scatter".
js.obj : error LNK2019: Verweis auf nicht aufgelstes externes Symbol "__imp__PR_NewCondVar" in Funktion "_Scatter".
js.obj : error LNK2019: Verweis auf nicht aufgelstes externes Symbol "__imp__PR_NewLock" in Funktion "_Scatter".
js.obj : error LNK2019: Verweis auf nicht aufgelstes externes Symbol "__imp__PR_WaitCondVar" in Funktion "_RunScatterThread".
WINNT5.1_DBG.OBJ/js.exe : fatal error LNK1120: 12 nicht aufgelste externe Verweise.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment