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