Hi all,

I am working on faust integration using libfaust with LLVM into a
multiplatform framework (napframework.com)
It works fine on OSX and linux. However I have a problem on windows running
debug mode.
I built libfaust for windows using cmake:

- first I built LLVM:
cmake .. -G "Visual Studio 14 2015 Win64" -DLLVM_USE_CRT_DEBUG=MDd
-DLLVM_USE_CRT_RELEASE=MD -DLLVM_BUILD_TESTS=Off -DLLVM_BUILD_TOOLS=off
-DCMAKE_INSTALL_PREFIX="./llvm-x64" -Thost=x64

- then libfaust
cmake .. -G "Visual Studio 14 2015 Win64" -DLLVM_USE_CRT_DEBUG=MDd
-DLLVM_USE_CRT_RELEASE=MD -DLLVM_BUILD_TESTS=Off -DLLVM_BUILD_TOOLS=off
-DCMAKE_INSTALL_PREFIX="./llvm-x64" -Thost=x64

When I link libfaust into my application it works in release mode, however
in debug mode the app crashes with an access violation on the first call to
createDSPFactoryFromFile().
Is anybody familiar with this issue?

Thanks in advance!

Stijn.

-- 
Stijn van Beek
e-mail: [email protected]
tel.: ++31-6-22316389
_______________________________________________
Faudiostream-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to