Hallo!
Thanx, now i managed it to get the dll's.
But now i get always the same error with MSVC6: I changes in ProjectSettings->Link->Object/library modules the flext-pdwin.lib or flext_d-pdwin.lib to .dll, but the I get this error:
Linking... ....\pd-msvc\flext_d-pdwin.dll : fatal error LNK1136: invalid or corrupt file Error executing link.exe.
simple1.dll - 1 error(s), 0 warning(s)
An other question: To I also need flext_td-pdwin.dll and flext_t-pdwin.dll ? (Because I only got flext-pdwin.dll or flext_d-pdwin.dll)
Thanx for your help, LG Georg
Hi Georg, the necessary flags are already included in the flext makefiles, the respective targets are disabled though. You just have to edit makefile.pd-msvc and delete the # character in the all: line. Be sure not to have STK or sndobjs defined in config-pd-msvc.txt because currently those cause clashes when linking. Then, you should be fine with build-pd-msvc.bat
best greetings, Thomas