Salut, j'ai un binding de la dll native openal : Tao.Openal.
Je veux appeler la fonction Alc.alcGetString (IntPtr device, Int32 attribut) qui permet de r�cuperer une lsite de device disponible, en passant un pointeur null au premier argument.
Comme ceciEn appelant la fonction de cette fa�on j'ai le droit � une ViolationException :
Code : S�lectionner tout - Visualiser dans une fen�tre � part string listDevice =Alc.alcGetString( IntPtr.Zero, Alc.ALC_DEVICE_SPECIFIER);Voila si vous voulez des informations compl�mentaires: demandez, je vois pas trop d'ou peut venir le bug.An attempt to read or write memory protected. This indicates that another often memory is damaged. At Tao.OpenAl.Alc.alcGetString (IntPtr device, Int32 attribut
Partager