hello
I have a question about flext :
I use visual C++ 6.0 and I download flext-0.4.6-pd-win.zip on http://www.parasitaere-kapazitaeten.net/ext/flext/
I try to compile a .cpp file like for example "simple1" that I found in the pdf "flext-intro.pdf" ( _http://www.parasitaere-kapazitaeten.net/ext/flext/flext-intro.pdf_ ) and there is no problem, but when I try to build this project as "simple.dll" I have message error of the type : "main.obj : error LNK2001: unresolved external symbol: flext_d-pdwin.lib" I know that in order to slove this problem I need to link my project with a file like "flext.lib" but I do not have a such file and I don't know where I can obtain it... I found some .lib files in "flext-0.4.0-win.zip" but it's the version 0.4.0 and it do not work ... <archive/flext-0.4.0-win.zip>
Thank you for your help
On Wed, Apr 28, 2004 at 10:54:21AM +0200, Gabriel Boudard wrote:
hello
I have a question about flext :
I use visual C++ 6.0 and I download flext-0.4.6-pd-win.zip on http://www.parasitaere-kapazitaeten.net/ext/flext/
I try to compile a .cpp file like for example "simple1" that I found in the pdf "flext-intro.pdf" ( _http://www.parasitaere-kapazitaeten.net/ext/flext/flext-intro.pdf_ ) and there is no problem, but when I try to build this project as "simple.dll" I have message error of the type : "main.obj : error LNK2001: unresolved external symbol: flext_d-pdwin.lib" I know that in order to slove this problem I need to link my project with a file like "flext.lib" but I do not have a such file and I don't know where I can obtain it...
you can obtain it by running build-pd-msvc.bat in the flext dir , after editing config-msvc.txt to point to your pd install location. i also had to copy lib.exe from /bin/win64 to /bin, seems to be a new trend at micrsooft to make you move things around so that stuff actually works..
I found some .lib files in "flext-0.4.0-win.zip" but it's the version 0.4.0 and it do not work ... <archive/flext-0.4.0-win.zip>
Thank you for your help
PD-dev mailing list PD-dev@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-dev