I created a C++ library project in QtCreator, added all the portmidi sources
and include paths, but compiling gives the following error:
In function 'pm_winmm_general_inputs' (line 182 pm_winmm.c):
passing argument 2 of 'pm_add_device' from incompatible pointer type
expected 'char *' but argument is of type 'WCHAR *'
- in addition to similar type conflicts in other places. How can I fix this?
Secondly, are there any plans to include a QtCreator project file with the
portmidi distribution? Both Qt and portmidi are crossplatform so it seems like
a logical combination. Could I contribute my project file if I get it working
on Windows?
_______________________________________________
media_api mailing list
[email protected]
http://lists.create.ucsb.edu/mailman/listinfo/media_api