November 14, 200619 yr Does anybody have experience with the build environment for 98DDK?I just took fresh Windows 98 SE + IE6.0SP1 + SESP21A, installed Visual Studio 6.0 (complte), installed Service Pack 6 for Visual studio 6.0, installed DDK for Windows 98 completely - and if I open the "Free build environment", after some time I receive the following result:60 files compiled - 15 Errors - 0 LPS 35 executables built - 9 Warnings - 23 Errors(I tried to install everything on Windows XP SP2 too - and the result was exactly the same)There are also many errors likeNMAKE : U1081: '\bin\cl' : program not foundNMAKE : U1081: '\bin\cl' : program not found - but it is here: "c:\Program Files\Microsoft Visual Studio\VC98\Bin\CL.EXE" I never did any anything with Visual Studio so it must be some beginner mistake, is anybody able to give me a hint?How to compile the umss sample?Regards,PetrAnd finally:2939 files compiled - 28 Warnings - 37 Errors - 959 LPS 18 libraries built - 5 Warnings 91 executables built - 17 Warnings - 3 ErrorsAnd umss:C:\98DDK\src\umss>buildBUILD: Compile and Link for i386BUILD: Computing Include file dependencies:BUILD: c:\progra~1\micros~1\vc98\include\exdisp.odl(31): c:\progra~1\micros~1\vc98\include\exdisp.odl - invalid include statement: importlib(STDOLE_TLB);BUILD: c:\progra~1\micros~1\vc98\include\vidsvr.odl(16): c:\progra~1\micros~1\vc98\include\vidsvr.odl - invalid include statement: importlib(STDOLE_TLB);BUILD: Unable to save the dependency database: \nt\build.datBUILD: DoneToo late I read:Note that Visual C++ 6.0 is not supported for any of the samples. Edited November 14, 200619 yr by Petr
November 15, 200619 yr Too late I read:Note that Visual C++ 6.0 is not supported for any of the samples.It should still work... I mean, C++ is C++... what they probably meant was that you can't use their automated build scripts.
November 15, 200619 yr I'll suggest:1) Install VC into directory with short name. (ms build tools still have problems with them)2) Add executable file directories to PATH.
November 15, 200619 yr Author I'll suggest:1) Install VC into directory with short name. (ms build tools still have problems with them)2) Add executable file directories to PATH.It was installed there by the VS6 installler, I don't remember if there was the possibility to place them to different directory but probably not.It seems I have to locate Visual Studio 97 (VC++ 5.0) somewhere, I have chcecked all my MSDN CD-ROMs an downloads but I have not found it, maybe it is hidden somewhere like version 1.52 in 16-bit DDK or it has to be requested separately?Anyway I'd like to know if anybody was able to compile the UMSS driver successfuly - and how.Regards,
November 15, 200619 yr Author I've noticed that there is still VC++ 4.2 on MSDN download (but not VC++ 5.0 or Visual Studio 97), did again clean install, called setenv.bat from autoexec.bat - and again the same result:2954 files compiled - 45 Warnings - 139 Errors - 1259 LPS 19 libraries built 92 executables built - 17 Warnings - 3 ErrorsNo luck.Petr
November 16, 200619 yr Author what driver do you want to compile? A Sample from the ddk?I tried compile all DDK samples and umss driver as well, and no success.Petr
Create an account or sign in to comment