hi list,

I'm just starting to xperiment with alchemy under linux and having a question, does anyone knows about os limitations with alchemy?
For instance, i'm trying without success to acces to /dev/sequencer:

[code]

const char* seqdev = "/dev/sequencer";
int seqfd -1;
seqfd = open(seqdev, O_WRONLY, 0); // get a fright file descriptor under os gcc, still returns -1 under CLibInit in alchemy achacks
[/code]

thanx in advance

:)
Jaco - pixeldump




_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to