Steven Hangger

Results 13 issues of Steven Hangger

The above solution doesn't work for me... But I found another solution: According to the answer here: https://stackoverflow.com/questions/40577415/detect-availablility-of-sdkddkver-h-and-winapifamily-h-from-developer-comman The CMakeList.txt can be modified like this.

Try to add a simple CMakeLists.txt for building detours in x86/x64. Support for other architectures like ARM/ARM64/IA64 may be added later.

enhancement
needs-author-feedback
status-no recent activity

* Add CMake support * Fix winmain.h missing problem * Generate a script to run all examples easily With CMake support, native/cross platform building can be easily done. Built on:...

Add some scripts for automations using Docker with documentations.

* Project structure have been refreshed to use git submodule to reference thirty-party modules. * Configurations and code fix for building

Add github action to build and push docker image to the GHCR. * [Multi-platform build] Build for **arm64v8**, tested with failure, commented out for future. * [CUDA capability] By setting...

By default, we use **multiarch/qemu-user-static** for non-x86 containers. The offical **multiarch/qemu-user-static** has been stuck at QEMU 7.1 for a while, and I have found a bug of QEMU 7.1 that...

1. In .NET 8, we finally get a way to save the Assembly. See [AssemblyBuilderImpl](https://github.com/dotnet/runtime/issues/15704#issuecomment-1644571703) 2. As for the missing of **CompileToMethod**, we may use [this library](https://github.com/yantrajs/yantra/wiki/Expression-Compiler) as a workaround?

* Add cmake support and tests * Refactor the project structures TODO: * Mock is not very handy for pure C part;

Add support for .NET Standard 1.x and Portable Class Library **Note** Since .NET Standard 2.0 has added support for ANSI based encodings for asian languages, so this package is not...