First post, by zbiggy
Hi!
I downloaded from CVS sources of VDMSound. But MSVC++ 6 with SP5 do not want to compile it. Could someone told me how to configure MSVC++ to compile VDMSound without errors?
Errors I get:
midl : command line error MIDL1001 : cannot open input file IVDMModule.idl
Error executing midl.exe.
Cannot open type library file: 'IVDMQuery.tlb'
---
.\VDMSCore\Sources\VDMUtil\VDMUtil.h(5) : fatal error C1083: Cannot open type library file: 'IVDMQuery.tlb': No such file or directory
Error executing cl.exe.
---
Error scanning file C:\projekty\mojvdmsound\VDMSCore\Sources\VDDLoader\Messages.rc for dependencies.
Compiling 16-bit driver .\DOSDrv.cpp DOSDrv
Subdirectory or file .\16bitDrv\Debug already exist.
Name 'bcc' is not known as internal or external comand, executable file or batch file.
Error executing c:\windows\system32\cmd.exe.
LINK : fatal error LNK1104: cannot open file "vxdsdll.lib"
Error executing link.exe.
VDMConfig - Win32 Unicode Debug
LINK : fatal error LNK1104: cannot open file "mfc42ud.lib"
Error executing link.exe.
VDMConfig - Win32 Unicode
LINK : fatal error LNK1104: cannot open file "mfc42u.lib"
Error executing link.exe.
The following environment variables were not found
$(BCPATH)
---