Bonjour,
je veux tester FMOD :) juste avec ce petit programme mais j'ai le message FSOUND_init n'existe pas dans le contexte actuel.
Quelqu'un peut me dire comment faire pour passer ce problème?
Merci
using
System;
using
System.Collections.Generic;
using
System.Linq;
using
System.Text;
using
FMOD;
namespace
ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
FSOUND_Init(44100, 32, 0);
}
}
}