Wilbert
28th May 2004, 20:26
I would like some help with compiling fairuse 0.43b (see general discussion forum for download link).
I'm using VC++ 6.0 SP5 (standard ed., thus no processor pack). I included the necessary libs. The cpp's are compiling fine. When compiling the release exe, I got the following link errors:
Linking...
Aspi.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl NtScsiSendASPI32Command(void *)" (?NtScsiSendASPI32Command@@YAKPAX@Z)
Aspi.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl NtScsiGetASPI32SupportInfo(void)" (?NtScsiGetASPI32SupportInfo@@YAKXZ)
Aspi.obj : error LNK2001: unresolved external symbol "int __cdecl NtScsiInit(void)" (?NtScsiInit@@YAHXZ)
Aspi.obj : error LNK2001: unresolved external symbol "int __cdecl NtScsiDeInit(void)" (?NtScsiDeInit@@YAHXZ)
Aspi.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl NtScsiExecSCSICommand(struct SRB_EXECSCSICMD *,int)" (?NtScsiExecSCSICommand@@YAKPAUSRB_EXECSCSICMD@@H@Z)
Aspi.obj : error LNK2001: unresolved external symbol "bool __cdecl NtScsiIsCDROM(unsigned int)" (?NtScsiIsCDROM@@YA_NI@Z)
Aspi.obj : error LNK2001: unresolved external symbol "unsigned char __cdecl NtScsiGetDeviceIndex(unsigned char,unsigned char,unsigned char)" (?NtScsiGetDeviceIndex@@YAEEEE@Z)
Project.obj : error LNK2001: unresolved external symbol _memcopy
etc ...
Any ideas?
I'm using VC++ 6.0 SP5 (standard ed., thus no processor pack). I included the necessary libs. The cpp's are compiling fine. When compiling the release exe, I got the following link errors:
Linking...
Aspi.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl NtScsiSendASPI32Command(void *)" (?NtScsiSendASPI32Command@@YAKPAX@Z)
Aspi.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl NtScsiGetASPI32SupportInfo(void)" (?NtScsiGetASPI32SupportInfo@@YAKXZ)
Aspi.obj : error LNK2001: unresolved external symbol "int __cdecl NtScsiInit(void)" (?NtScsiInit@@YAHXZ)
Aspi.obj : error LNK2001: unresolved external symbol "int __cdecl NtScsiDeInit(void)" (?NtScsiDeInit@@YAHXZ)
Aspi.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl NtScsiExecSCSICommand(struct SRB_EXECSCSICMD *,int)" (?NtScsiExecSCSICommand@@YAKPAUSRB_EXECSCSICMD@@H@Z)
Aspi.obj : error LNK2001: unresolved external symbol "bool __cdecl NtScsiIsCDROM(unsigned int)" (?NtScsiIsCDROM@@YA_NI@Z)
Aspi.obj : error LNK2001: unresolved external symbol "unsigned char __cdecl NtScsiGetDeviceIndex(unsigned char,unsigned char,unsigned char)" (?NtScsiGetDeviceIndex@@YAEEEE@Z)
Project.obj : error LNK2001: unresolved external symbol _memcopy
etc ...
Any ideas?