hello,
I am having trouble compiling externals under Microsoft Visual Studio.
Should I compile the external first as a dll? The readme file contains the instruction to 'nmake pd_nt' but i could not locate any 'pd_nt'.
HELP! (and many thanks)
E.
Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/
On Thu, 3 Aug 2000, Etan Fisher wrote:
hello,
I am having trouble compiling externals under Microsoft Visual Studio.
Should I compile the external first as a dll?
your externals will be "dll"s, so there's nothing about doing this "first"...
The readme file contains the instruction to 'nmake pd_nt' but i could not locate any 'pd_nt'.
"nmake pd_nt" is short for "nmake -f makefile pd_nt" "pd_nt" is an option of the "makefile" that describes that you want to do a win32 compilation (so you can compile 1 external with 1 makefile for various systems; on linux machines you would have to do a "make pd_linux"; of course a "nmake pd_linux" would result into an error on win32-machines)
make sure, you edit the makefile to fit into your system : for me, i have to set the VC-variable and i have to replace the "\ftp\pd..." by my pd-path (pe: c:\pd...)
this should do
mfg.dfs.dr iohannes
HELP! (and many thanks)
E.
Do You Yahoo!?
NO
TO BE REMOVED FROM OUR MAILINGLIST, HIT THE "REPLY" BUTTON WITH SUBJECT "REMOVE"