|
|
|
|
1>------ Build started: Project: win32pdf, Configuration: Debug Win32 ------ 1> win32pdf.cpp 1>win32pdf.obj : error LNK2019: unresolved external symbol "void __cdecl cpdf_close(struct _cpdf_doc *)" (?cpdf_close@@YAXPAU_cpdf_doc@@@Z) referenced in function "void __cdecl ShowPDFTX8504(int)" (?ShowPDFTX8504@@YAXH@Z) 1>win32pdf.obj : error LNK2019: unresolved external symbol "void __cdecl cpdf_init(struct _cpdf_doc *)" (?cpdf_init@@YAXPAU_cpdf_doc@@@Z) referenced in function "void __cdecl ShowPDFTX8504(int)" (?ShowPDFTX8504@@YAXH@Z) 1>win32pdf.obj : error LNK2019: unresolved external symbol "struct _cpdf_doc * __cdecl cpdf_open(int,struct CPDFdocLimits *)" (?cpdf_open@@YAPAU_cpdf_doc@@HPAUCPDFdocLimits@@@Z) referenced in function "void __cdecl ShowPDFTX8504(int)" (?ShowPDFTX8504@@YAXH@Z) 1>D:\UCK9N\WinTap\cpdflib_ErrorDebug\Debug\win32pdf.dll : fatal error LNK1120: 3 unresolved externals ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== |
...void __cdecl cpdf_close(struct _cpdf_doc *)... |
EXPORT_IMPORT
?EXPORT_IMPORT
in front of it
the win32pdf.h is not affected by EXPORT_IMPORT? |