[PD-dev] i give up on visual shit++

Jeffrey Hildebrand jshildebrand at ucdavis.edu
Thu Sep 11 00:38:54 CEST 2003


so i tried what many of you have done, and just tried to get the foo1
makefile to work. foo1 and foo2 compile fine, but dspobj~ doesn't compile.
here's my slightly modified version of miller's makefile (just the NT
part), and the error message is "unresolved external symbol dspobj~_setup" ...

# ----------------------- NT -----------------------

pd_nt: foo1.dll foo2.dll azi2degree.dll ele2degree.dll dspobj~.dll

.SUFFIXES: .dll

PDNTCFLAGS = /W3 /WX /DNT /DPD /nologo
VC=D:\MVS\Vc98
PC=I:\pdforwindows

PDNTINCLUDE = /I. /I\I:\pdforwindows\tcl\include /I\I:\pdforwindows\pd\src
/I$(VC)\include

PDNTLDIR = $(VC)\lib
PDNTLIB = $(PDNTLDIR)\libc.lib \
	$(PDNTLDIR)\oldnames.lib \
	$(PDNTLDIR)\kernel32.lib \
	$(PC)\bin\pd.lib 

.c.dll:
	$(VC)\bin\cl $(PDNTCFLAGS) $(PDNTINCLUDE) /c $*.c
	$(VC)\bin\link /dll /export:$*_setup $*.obj $(PDNTLIB)




More information about the Pd-dev mailing list