Hi, I am Andy.
Please help. I am having trouble compiling PD externs. Right now, I am just in the initial stage and try to compile the foo1.c and foo2.c using nmake pd_nt.
I first go to "c:\pd\doc\6.externs". Then i set the path by PATH="progra~1\micros~3\vc98\bin" Then I type "nmake pd_nt". And the following is my error message. There is also a pop-up window message.
C:\pd\doc\6.externs>PATH="progra~1\micros~3\vc98\bin"
C:\pd\doc\6.externs>nmake pd_nt
"a required .dll file, MSPDB60.DLL was not found" pop-up windows message
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cl /W3 /WX /DNT /DPD /nologo /I. /I\tcl\include /I\ftp\pd\src /I"C:\Prog
ram Files\Microsoft Visual Studio\Vc98"\include /c foo1.c NMAKE : fatal error U1045: spawn failed : Invalid argument
Stop.