On 27.06.2008, at 18:50, Jane wrote:

> i could get rid of unresolved symbol errors for fltk, though, i  
> still get unresolved symbols for portmidi

I don't know portmidi. Do you use the correct version of the library?  
It also seems that the calls are "C" calls, but you may be compiling  
your sources as "C++". If the portmidi header files are not C++ safe,  
you have to encluse the #include statements with

extern "C" {
#include <...>
}


----
http://robowerk.com/


_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to