WAOW, thanks!
It's the first time I got an answer so fast on this forum...
Actually, it's the first time I got one...eh, two answers!
It's maybe because my last questions were a bit weird or stupid...
Well, yes! At the beginning, I wanted to play a CD on a computer, send the datas with a fast-ethernet network (with UDP) and hear the sound with the second computer. But I think it's maybe easier to start with a sound file already on my PC than to start learning MCI...
In fact,for my final aplication, I would like that the first computer play the right channel and ,the other,the left channel directly from and an AES/EBU input on my sound card for example...( it's 2*24 bits for two sound channels + 2*8 bits of control at 96kHz (AES/EBU (for uncompressed sound))). (So it's not going to be possible to copy the file...I'll need a circular buffer and some other funny things...

)
I want to simulate an AES/EBU input with a wave file that I convert into the AES/EBU format and copy the 64 bits samples at 96kHz to a circular buffer and be able to read into this buffer to fill in the ethernet frame before to send it... nice, isn't it? (I hope somebody is going to understand this because my english seems very poor tonight...)
So,if I understand, it's not possible to read a wave file with fread(), it's only for .bin and .txt , as I remember from school...
And, for you,(before I dive into my funky circular buffer...) the best is to read the file with a function that copy it completly in a binary file then read from the .bin each 64 bits with fread().
So, since you know, a little bit more from what I want to do, do you think it's possible to use the CFile class?
If not,what can I use to convert the wave file in a binary file?
Or if you have an other idea for my simulation stuff, any help is really, really welcome!!
Again, sorry for my english and thanks a lot!!
Starn