TaxMachine
TaxMachine
After I created the build directory, cd into it and typed `cmake ..` it fails to generate the project with this output ``` -- Building for: Visual Studio 17 2022...
Add support for nim ```nim # literally the same as python var query: string = """--sql SELECT * FROM user """ ```
I get this error message with my code `'decryptor' cannot be thread local when declared 'dllexport'` ```cpp #include "obfusheader.h" #include extern "C" JNIEXPORT void JNICALL dev_taxmachine_testobf_Main_test(JNIEnv *env, jobject obj) {...
``` Downloading https://github.com/zielmicha/leveldb.nim using git Warning: Package 'leveldb' has an incorrect structure. The top level of the package source directory should contain at most one module, named 'leveldb.nim', but a...
when I tried to include your project into mine, I couldn't compile it since you used std::shared_ptr without including the memory header (I have no idea if it's because you...
```cpp void playSound() { #ifndef UNICODE CALL_EXPORT("Winmm.dll", "PlaySoundA", BOOL(*)(LPCSTR, HMODULE, DWORD), OBF("sound"), nullptr, OBF(SND_RESOURCE | SND_SYNC)); #else CALL_EXPORT("Winmm.dll", "PlaySoundW", BOOL(*)(LPCWSTR, HMODULE, DWORD), OBF("sound"), nullptr, OBF(SND_RESOURCE | SND_SYNC)); #endif } ```...
I'm trying to get it work as a CLion Toolchain but when I set the compiler like this CMake: Bundled Build Tool: Detected: Ninja C Compiler: /home/taxmachine/msvc/bin/x86/cl C++ Compiler: /home/taxmachine/msvc/bin/x86/cl...
when I enable control flow branching (I tested without and it compiles with no issue) and I then compile with mingw I get this error spammed ``` /usr/share/mingw-w64/include/ocidl.h: In function...
that would be neat