Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
2.6 KiB

  1. --------------------Configuration: simple - Win32 Release--------------------
  2. Begining build with project "E:\nt\private\fax\samples\simple\simple.dsp", at root.
  3. Active configuration is Win32 (x86) Console Application (based on Win32 (x86) Console Application)
  4. Project's tools are:
  5. "32-bit C/C++ Compiler for 80x86" with flags "/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/simple.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c "
  6. "Win32 Resource Compiler" with flags "/l 0x409 /fo"Release/simple.res" /d "NDEBUG" "
  7. "Browser Database Maker" with flags "/nologo /o"Release/simple.bsc" "
  8. "COFF Linker for 80x86" with flags "kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:"Release/simple.pdb" /machine:I386 /out:"Release/simple.exe" "
  9. "Custom Build" with flags ""
  10. "<Component 0xa>" with flags ""
  11. Creating command line "rc.exe /l 0x409 /fo"Release/simple.res" /d "NDEBUG" "E:\nt\private\fax\samples\simple\simple.rc""
  12. Creating temp file "D:\TEMP\RSP26.tmp" with contents </nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/simple.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
  13. "E:\nt\private\fax\samples\simple\simple.c"
  14. >
  15. Creating command line "cl.exe @D:\TEMP\RSP26.tmp"
  16. Creating temp file "D:\TEMP\RSP27.tmp" with contents <kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:"Release/simple.pdb" /machine:I386 /out:"Release/simple.exe"
  17. .\Release\simple.obj
  18. .\Release\simple.res>
  19. Creating command line "link.exe @D:\TEMP\RSP27.tmp"
  20. Compiling resources...
  21. Compiling...
  22. simple.c
  23. Linking...
  24. simple.obj : error LNK2001: unresolved external symbol __imp__FaxGetDeviceStatusA@8
  25. simple.obj : error LNK2001: unresolved external symbol __imp__FaxOpenPort@16
  26. simple.obj : error LNK2001: unresolved external symbol __imp__FaxFreeBuffer@4
  27. simple.obj : error LNK2001: unresolved external symbol __imp__FaxSendDocumentA@20
  28. simple.obj : error LNK2001: unresolved external symbol __imp__FaxCompleteJobParamsA@8
  29. simple.obj : error LNK2001: unresolved external symbol __imp__FaxInitializeEventQueue@20
  30. simple.obj : error LNK2001: unresolved external symbol __imp__FaxClose@4
  31. simple.obj : error LNK2001: unresolved external symbol __imp__FaxConnectFaxServerA@8
  32. Release/simple.exe : fatal error LNK1120: 8 unresolved externals
  33. Error executing link.exe.
  34. simple.exe - 9 error(s), 0 warning(s)