Flix
Flix
> The opusenc_example.c is just a minimalist opusenc-like tool that demonstrates how libopusenc works. It assumes the audio is raw (no header) PCM at 44.1 kHz and that you're using...
Well, I'm not familiar with editing a CMake file... however: > a good part of the implementations are compiling correctly in my MINGW compiler on a Windows machine. However, adding...
I've just tried this command line (launched from the **examples/addon_examples** subfolder) on Linux-Mingw64 and it works for me to compile the **first demo** using plain **Window API + GLEW**. The...
> I do not use any command line, I just added the files to build, as described in previous posts. The compiler command line log must still be present somewhere...
About: > winnt.h:3651:7: error: 'BOOLEAN' does not name a type BOOLEAN EffectiveOnly; in winnt.h: ```c++ #ifndef _BOOLEAN_ #define _BOOLEAN_ typedef BYTE BOOLEAN; #endif typedef BOOLEAN *PBOOLEAN; // [...] typedef BOOLEAN...
I don't understand. What you mean with "_the demo window where you can interact with the examples_" ? Is there a way to reproduce the issue ?
> I did some improvements for "BadCodeEditor" (not another one) Are you going to share the improvements ? > I want to reimplement folding in this method but I don't...
Truth. I'll see if I manage to set them in the future (even if probably 95% of the users don't use ImGui as DLL).
I've added IMGUI_API to many more methods. However I don't think this is enough to use it as DLL on Windows. Unluckily, I don't have a test-case that I can...
First of all, thanks for your feedback! Now, let's examine your observations one by one: > When I use the IMGUIFs::Dialog and enter this folder, I got: All files or...