<html>
Hi Thomas,<br>
only adjusting the pathnames in &quot;config-pd-msvc&quot; and vst.dsp
(which if I understand correctly doesn't have any influence on the
nmake????) and runnning the build-batch I get the following error, which
I find qute confusing: 
<dl>
<dd>------------------------ 
<dd>C:\PD\vst&gt;build-pd-msvc 
<dd>--- Building with MS Visual C++ ---<br><br>

<dd>C:\PD\vst&gt;nmake -f makefile.pd-msvc clean<br><br>

<dd>Microsoft (R) Program Maintenance-Dienstprogramm: Version 6.00.8168.0 
<dd>Copyright (C) Microsoft Corp 1988-1998. Alle Rechte
vorbehalten.<br><br>

<dd>makefile.pd-msvc(85) : fatal error U1033: Syntaxfehler: '-del'
unerwartet 
<dd>Stop.<br><br>

<dd>C:\PD\vst&gt;nmake -f makefile.pd-msvc<br><br>

<dd>Microsoft (R) Program Maintenance-Dienstprogramm: Version 6.00.8168.0 
<dd>Copyright (C) Microsoft Corp 1988-1998. Alle Rechte
vorbehalten.<br><br>

<dd>makefile.pd-msvc(85) : fatal error U1033: Syntaxfehler: '-del'
unerwartet 
<dd>Stop. 
<dd>---------------------------- 
</dl>Then I realized, that there was always a blank line like:<br>
clean<br><br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>-del
<br><br>
causing the error above. <br>
The next error after removing blank lines was: 
<dl>
<dd>------------------------ 
<dd>C:\PD\vst&gt;nmake -f makefile.pd-msvc<br><br>

<dd>Microsoft (R) Program Maintenance-Dienstprogramm: Version 6.00.8168.0 
<dd>Copyright (C) Microsoft Corp 1988-1998. Alle Rechte
vorbehalten.<br><br>

<dd>NMAKE : fatal error U1073: 'SRCS+SRCS_WIN' konnte nicht erstellt
werden 
<dd>Stop.<br><br>

<dd>C:\PD\vst&gt; 
<dd>----------------------- 
</dl>Substituting this section referring to make-files.txt with the
actual file names I get the folling and last output: 
<dl>
<dd>----------------------------(left out the successfully compiled
objects)---- 
<dd>Microsoft (R) Incremental Linker Version 6.00.8447 
<dd>Copyright (C) Microsoft Corp 1992-1998. All rights 
reserved.<br><br>

<dd>&nbsp;&nbsp; Bibliothek vst~.lib und Objekt vst~.exp wird erstellt 
<dd>LINK : warning LNK4098: Standardbibliothek &quot;LIBC&quot; steht in
Konflikt mit anderen 
<dd>Bibliotheken; /NODEFAULT:Bibliothek verwenden 
<dd>LINK : warning LNK4089: Alle Verweise auf &quot;ADVAPI32.dll&quot;
wurden durch /OPT:REF v 
<dd>erworfen 
<dd>LINK : warning LNK4089: Alle Verweise auf &quot;OLEAUT32.dll&quot;
wurden durch /OPT:REF v 
<dd>erworfen 
<dd>LINK : warning LNK4089: Alle Verweise auf &quot;comdlg32.dll&quot;
wurden durch /OPT:REF v 
<dd>erworfen 
<dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cd .. 
<dd>--------------------------- 
</dl>what gave me a vst~.dll not really working.&nbsp;&nbsp; Where is
this /OPT:REF being set? I cant find it anywhere in the makefile. What
about the conflict with LIBC? <br><br>
A general question would be: how can I use a *.dsp-file on a console with
nmake (I am used to doing console-compilations on linux, but not on
windows), since I seem to be unable to get your *.dsp-files integrated to
my MSVC (is it a language problem, since I have a German version? MSVC
just keeps claiming, that your files are not MSVCgenerated
files.....)<br><br>
I am a musician and not a professional programmer. So I have to
apologize, if some of my questions just don't comply to what is expected
from a programmer.<br>
All the best and thank you for your work,<br>
Michael<br><br>
<x-sigsep><p></x-sigsep>
Michael Iber<br><br>
<a href="http://www.iberspace.de/" eudora="autourl">http://www.iberspace.de</a><br>
<a href="mailto:mail@iber-online.de" eudora="autourl">mailto:mail@iber-online.de</a></html>