Hello Martin. Thanks for explanations.
Ok, I will jump into alsa code (that I have to discover). Other thing. I am busy to make ideU compatible with C for compiling and debugging. It works perfectly (like for Pascal, Python and Java). But with C (and Java too) it could be that parameters are before and after the source to compile. Example with your alsadrop2.c ----> gcc -oalsadrop2 -lasound -pthread -g alsadrop2.c `pkg-config --cflags --libs alsa` You can see that `pkg-config --cflags --libs alsa` is after alsadrop2.c. For this I added a "Extra" column in make option (see picture). <http://mseide-msegui-talk.13964.n8.nabble.com/file/t2/ideu_c.png> It is used in make.pas. Huh, what about add this "Extra" column in MSEide too ? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

