mirror of
https://gitlab.com/ecodis/exhale.git
synced 2025-06-05 21:59:32 +02:00
Update faq
8
faq.md
8
faq.md
@@ -47,12 +47,18 @@ This depends on whether you want to use implicit (load-time) or explicit (run-ti
|
||||
|
||||
An example of implicit linking to the exhale DLL is actually provided by the exhaleApp source code, but you need to do the following in Visual Studio to configure it that way:
|
||||
|
||||
1. Build the DLL as described in the [Compilation](https://gitlab.com/ecodis/exhale#microsoft-windows-visual-studio-2012-and-later) section of exhale's README.md file. This creates a file "exhaleLib.dll" somewhere (depending on your compiler and its configuration) in the `lib` subdirectory of your exhale distribution.
|
||||
1. Build the DLL as described in the [Compilation](https://gitlab.com/ecodis/exhale#microsoft-windows-visual-studio-2012-and-later) section of exhale's [README.md](https://gitlab.com/ecodis/exhale/blob/master/README.md) file. This creates a file "exhaleLib.dll" somewhere (depending on your compiler and its configuration) in the `lib` subdirectory of your exhale distribution.
|
||||
|
||||
2. Open the file "exhaleApp.cpp" of the `exhaleApp` project and uncomment the line starting with `// #define USE_EXHALELIB_DLL ...` at the top of that source file. Then it should be possible for you to build the exhaleApp project, e.g., by pressing `F7`, without any errors.
|
||||
|
||||
3. Before you can run the DLL compatible exhale application that you just created, you need to place the exhale DLL into the application's directory. To do so, copy the "exhaleLib.dll" file located in step 1 into the subdirectory of the `bin` subdirectory where the "exhaleApp.exe" executable is located.
|
||||
|
||||
For further details on how to use the public functions exported by the exhale library, please consult
|
||||
|
||||
- the source code encapsulated by the `USE_EXHALELIB_DLL` macro in the "exhaleApp.cpp" source file
|
||||
- the header file "exhaleDecl.h" in exhale's `include` subdirectory
|
||||
- the [API function reference](https://gitlab.com/ecodis/exhale/-/wikis/api) documenting exhale's public functions.
|
||||
|
||||
|
||||
Why is the exhale encoder so slow? Is there a switch for fast encoding?
|
||||
-----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user