CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MsquaredY

Search: Search took 0.01 seconds.

  1. Re: Trouble linking libsndfile dll in Visual Studio 2010 Express

    So I used the CMD window to generate the lib file, and it is now working properly. I think this will probably end up working better than using LoadLibrary() as I'll probably end up using more...
  2. Re: Trouble linking libsndfile dll in Visual Studio 2010 Express

    Object file library is just another name for an object file to my understanding. Sorry for the confusion. As for the .pc, I can't really say I know. The most I could find out about it was from a...
  3. Re: Trouble linking libsndfile dll in Visual Studio 2010 Express

    I added the external libs to Additional Library Directories and Additional Dependencies. It is a C-Library so I tried putting #ifdef __cplusplus and #endif around the header file sndfile.h. The...
  4. Re: Trouble linking libsndfile dll in Visual Studio 2010 Express

    I have added the path to the lib file the additional dependencies folder. I have also added the lib file to Library Directorie and Executble Directories in VC++ directories. I have added the header...
  5. Trouble linking libsndfile dll in Visual Studio 2010 Express

    I'm trying to link libsndfile http://www.mega-nerd.com/libsndfile/ to visual studio 2010 express so I can extract wav file samples and load them into an array. However, I have been completely...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured