Jump to content

[RESOLVIDO] Podem-me compilar isto?


Ivo Pereira
 Share

Recommended Posts

Se não reparaste no capítulo onde disse, diz para ser compilado em C# 🙂

Building the Wrapper

Before FMOD Ex can be used with VB.Net, a .dll file must be compiled using C# in Visual Studio .Net (Note: If you do not have this compiler, a link to a .dll is provided in the External Link section). This process will needs to repeated each time a new version of FMOD is made available.

To create a wrapper .dll, complete the following steps:

  1. Create a new C# Class Library project, say you name it "FMODWrapper".

  2. Change its namespace to FMODWrapper, (In project menu, "FMODWrapper properties", "Application" tab, "Namespace".

  3. Add the files "fmod.cs", "fmod_dsp.cs", "fmod_errors.cs" to your project,

  4. Build the .dll

The FMODWrapper.dll should now be available in your "bin\Release" folder

Estes ficheiros que é suposto serem adicionados ao produto final, podem ser encontrados após instalar este pacote:

http://www.fmod.org/index.php/release/version/fmodapi42609win32-installer.exe

Abraço e obrigado a quem me fizer este grande favor 😄

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.