On Mon, 9 Aug 2004, Tim Blechmann wrote:
On Sun, 8 Aug 2004, Tim Blechmann wrote:
but in case you make another release ... it's configured that the k_cext.lib file has to be in the ./pd/bin/ folder like the pd.lib
...
i'm not sure, but maybe it's better to have it in the ./pd/extra
folder
with the k_cext.dll ...
I don't even know the difference between a .lib and a .dll file. Can't
you
just change the makefile the way you think it should be?
ok, it's in the cvs ...
Thanks. I think I remember that k_func did not work in windows, because of missing vararg macro in Visual C. Is that still correct? Perhaps I should make workaround for it... And has anyone tried it with macosx yet? It should kind of work.
yes, the k_func problem still exists ... i didn't use it, so it didn't came to my mind ... also you would have to change the compile-string to include the .lib file you create in k_func ...
cheers... tim