Hello,
First: thanks for the splendid product. Great value and magnificently featured!
Second: Using VS.NET 2003 SP1 to build the MSVC AudioBurner sample as installed I get the linker errors shown below. The dynamic configuration builds perfectly.
Which version of the C++ is used to compile the static libraries?
Thx++,
Jerry.
Apologies for the verbosity.
Code:
------ Build started: Project: AudioBurner, Configuration: Debug Static Win32 ------
Linking...
StarWave.lib(cstarwave_syncfilewriter.obj) : error LNK2001: unresolved external symbol __except_handler4
StarWave.lib(cstarwave_readonlyfilestream.obj) : error LNK2001: unresolved external symbol __except_handler4
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol __except_handler4 referenced in function "unsigned long __stdcall StarBurn_DeviceOpen(char *,void * *)" (?StarBurn_DeviceOpen@@YGKPADPAPAX@Z)
StarWave.lib(starwave.obj) : error LNK2001: unresolved external symbol __except_handler4
StarWave.lib(starwave_header.obj) : error LNK2001: unresolved external symbol __except_handler4
StarWave.lib(cstarwave_syncfilereader.obj) : error LNK2001: unresolved external symbol __except_handler4
StarWave.lib(cstarwave_syncfilewriter.obj) : error LNK2001: unresolved external symbol __SEH_epilog4
StarWave.lib(cstarwave_readonlyfilestream.obj) : error LNK2001: unresolved external symbol __SEH_epilog4
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol __SEH_epilog4 referenced in function "unsigned long __stdcall StarBurn_InitDebugSettings(void)" (?StarBurn_InitDebugSettings@@YGKXZ)
StarWave.lib(starwave.obj) : error LNK2001: unresolved external symbol __SEH_epilog4
StarWave.lib(starwave_header.obj) : error LNK2001: unresolved external symbol __SEH_epilog4
StarWave.lib(cstarwave_syncfilereader.obj) : error LNK2001: unresolved external symbol __SEH_epilog4
StarWave.lib(cstarwave_syncfilewriter.obj) : error LNK2001: unresolved external symbol __SEH_prolog4
StarWave.lib(cstarwave_readonlyfilestream.obj) : error LNK2001: unresolved external symbol __SEH_prolog4
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol __SEH_prolog4 referenced in function "unsigned long __stdcall StarBurn_InitDebugSettings(void)" (?StarBurn_InitDebugSettings@@YGKXZ)
StarWave.lib(starwave.obj) : error LNK2001: unresolved external symbol __SEH_prolog4
StarWave.lib(starwave_header.obj) : error LNK2001: unresolved external symbol __SEH_prolog4
StarWave.lib(cstarwave_syncfilereader.obj) : error LNK2001: unresolved external symbol __SEH_prolog4
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol ___CxxFrameHandler3 referenced in function __ehhandler$??1CStarBurn_MemoryDeAllocator@@UAE@XZ
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol __EH_epilog3 referenced in function "public: virtual __thiscall CStarBurn_MemoryDeAllocator::~CStarBurn_MemoryDeAllocator(void)" (??1CStarBurn_MemoryDeAllocator@@UAE@XZ)
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol __EH_prolog3 referenced in function "public: virtual __thiscall CStarBurn_MemoryDeAllocator::~CStarBurn_MemoryDeAllocator(void)" (??1CStarBurn_MemoryDeAllocator@@UAE@XZ)
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol __EH_epilog3_catch_GS referenced in function __catch$?Init@CStarBurn_Wrapper@@AAEXXZ$0
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol __EH_prolog3_catch_GS referenced in function "private: void __thiscall CStarBurn_Wrapper::Init(void)" (?Init@CStarBurn_Wrapper@@AAEXXZ)
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol __EH_epilog3_GS referenced in function "public: __thiscall CStarBurn_ISO9660FileTreeNode::CStarBurn_ISO9660FileTreeNode(unsigned char *,char *,char *,union _LARGE_INTEGER,class CStarBurn_FileTreeNode *,long,struct _FILETIME,unsigned char)" (??0CStarBurn_ISO9660FileTreeNode@@QAE@PAEPAD1T_LARGE_INTEGER@@PAVCStarBurn_FileTreeNode@@JU_FILETIME@@E@Z)
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol __EH_prolog3_GS referenced in function "public: __thiscall CStarBurn_ISO9660FileTreeNode::CStarBurn_ISO9660FileTreeNode(unsigned char *,char *,char *,union _LARGE_INTEGER,class CStarBurn_FileTreeNode *,long,struct _FILETIME,unsigned char)" (??0CStarBurn_ISO9660FileTreeNode@@QAE@PAEPAD1T_LARGE_INTEGER@@PAVCStarBurn_FileTreeNode@@JU_FILETIME@@E@Z)
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol _SptdUserOpenDevice@16 referenced in function "public: __thiscall CStarBurn_ScsiTransportSPTD::CStarBurn_ScsiTransportSPTD(unsigned short *,unsigned char)" (??0CStarBurn_ScsiTransportSPTD@@QAE@PAGE@Z)
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol _SptdUserEnumDevices@24 referenced in function "public: __thiscall CStarBurn_ScsiTransportSPTD::CStarBurn_ScsiTransportSPTD(unsigned short *,unsigned char)" (??0CStarBurn_ScsiTransportSPTD@@QAE@PAGE@Z)
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol _SptdUserGetPlatformInfo@16 referenced in function "public: __thiscall CStarBurn_ScsiTransportSPTD::CStarBurn_ScsiTransportSPTD(unsigned short *,unsigned char)" (??0CStarBurn_ScsiTransportSPTD@@QAE@PAGE@Z)
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol _SptdUserCloseDevice@8 referenced in function "public: virtual __thiscall CStarBurn_ScsiTransportSPTD::~CStarBurn_ScsiTransportSPTD(void)" (??1CStarBurn_ScsiTransportSPTD@@UAE@XZ)
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol _SptdUserSendCommand@24 referenced in function "protected: virtual void __thiscall CStarBurn_ScsiTransportSPTD::ExecuteCDB(unsigned char *,unsigned long,unsigned char *,unsigned long,unsigned char,union _LARGE_INTEGER *,union _LARGE_INTEGER *)" (?ExecuteCDB@CStarBurn_ScsiTransportSPTD@@MAEXPAEK0KEPAT_LARGE_INTEGER@@1@Z)
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol __EH_epilog3_GS_align referenced in function "protected: virtual void __thiscall CStarBurn_ScsiTransportSPTD::ExecuteCDB(unsigned char *,unsigned long,unsigned char *,unsigned long,unsigned char,union _LARGE_INTEGER *,union _LARGE_INTEGER *)" (?ExecuteCDB@CStarBurn_ScsiTransportSPTD@@MAEXPAEK0KEPAT_LARGE_INTEGER@@1@Z)
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol __EH_prolog3_GS_align referenced in function "protected: virtual void __thiscall CStarBurn_ScsiTransportSPTD::ExecuteCDB(unsigned char *,unsigned long,unsigned char *,unsigned long,unsigned char,union _LARGE_INTEGER *,union _LARGE_INTEGER *)" (?ExecuteCDB@CStarBurn_ScsiTransportSPTD@@MAEXPAEK0KEPAT_LARGE_INTEGER@@1@Z)
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol __EH_prolog3_catch referenced in function "private: virtual unsigned long __thiscall CStarBurn_CdvdBurnerGrabber::WriteCacheThread(void *)" (?WriteCacheThread@CStarBurn_CdvdBurnerGrabber@@EAEKPAX@Z)
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol __SEH_epilog4_GS referenced in function _StarBurnI_ParseMDS@20
StarWave.lib(starwave.obj) : error LNK2001: unresolved external symbol __SEH_epilog4_GS
StarWave.lib(cstarwave_syncfilereader.obj) : error LNK2001: unresolved external symbol __SEH_epilog4_GS
StarWave.lib(cstarwave_readonlyfilestream.obj) : error LNK2001: unresolved external symbol __SEH_epilog4_GS
StarBurn.lib(starburn.obj) : error LNK2019: unresolved external symbol __SEH_prolog4_GS referenced in function _StarBurnI_ParseMDS@20
StarWave.lib(starwave.obj) : error LNK2001: unresolved external symbol __SEH_prolog4_GS
StarWave.lib(cstarwave_syncfilereader.obj) : error LNK2001: unresolved external symbol __SEH_prolog4_GS
StarWave.lib(cstarwave_readonlyfilestream.obj) : error LNK2001: unresolved external symbol __SEH_prolog4_GS
Debug Static/AudioBurner.exe : fatal error LNK1120: 20 unresolved externals
Build log was saved at "file://r:\apps\starburn\Samples\GUI\MSVC\AudioBurner\Debug Static\BuildLog.htm"
AudioBurner - 42 error(s), 0 warning(s)