I also tried my hands on a few tasks which I couldn’t accomplish. For example, A user was getting expection with boost::signals2here. I tried fixing this but with little luck. So, finally I just compiled all my
Fix SDL_PollEvent generation in the SDL example. Oct 19, 2023 include document syntax warning Mar 13, 2021 src Implement ClassTemplatePartialSpecialization::Parameters (mono#1809) Dec 17, 2023 tests Implement ClassTemplatePartialSpecialization::Parameters (mono#1809) ...
Example Dockerfile IoTSharp.Data.Taos/Driver taos.h taosdef.cs taosdef.h taoserror.h taosudf.h 1 change: 1 addition & 0 deletions 1 .gitignore Original file line numberDiff line numberDiff line change @@ -333,3 +333,4 @@ ASALocalRun/ /src/Example/TDengine-client-2.0....
flag to the CppSharp CLI command line. Do not issue this flag in the extra cflags, i.e. inside the--A=CppSharp option. Note, there is an underbar(_) before DEBUG. For example, the following would be a suitable CLI command line for generating Debug oriented code on Windows: ...
The example above and many others I have tried to fix, but there's no guarantee. Building Building cimgui Go to DearImguiSharp-NativeBuilds. Follow instructions in the readme. Building the Wrapper Clone this repository and its submodules. Go to DearImguiSharp-NativeBuilds and then the cim...
Brief Description During parsing of exceptions, CppSharp outputs the following error: "error: cannot use 'throw' with exceptions disabled". The code in C++ is the following: case Result::eErrorOutOfHostMemory: throw OutOfHostMemoryError ...
// this example is based on Sdcb.FFmpeg 4.4.2 void A7r3VideoToWechat(string mp4Path) { using FormatContext inFc = FormatContext.OpenInputUrl(mp4Path); inFc.LoadStreamInfo(); // prepare input stream/codec MediaStream inAudioStream = inFc.GetAudioStream(); using CodecContext audioDecoder ...
examples/SDL Replaced obsolete code in the example for SDL. Mar 18, 2017 include Added a cast to get rid of a warning. May 10, 2014 src Removed unused kinds of function synthesis. Jun 4, 2017 tests Fixed the generated C# for const ref parameter of Indexer (mono#851) Jun 4, 2017 ....