Cyclone

Results 22 comments of Cyclone

@alonsoir I'm not sure what kind of idiot you are but if you were doing more research on this "technology" you could find out why it can be used with...

Any news @popcron ? same issue

hi @keshwh-work, the function is yours i can confirm, here it is : https://github.com/chen0040/cpp-spline/blob/198aa5c31190f64b0813700e014a501ee9aa940f/spline/src/main/cpp/CatmullRom.cpp#L31 He's right after we add more points it goes bad, This is a very good library...

what do you mean less than 4 points point 1 : start point point 2 : bezier point 1 point 3 : bezier point 2 point 4 : end point...

1. Just change them in the code, It's very easy to do. 2. It's simple as well add a custom ui to imgui and load new objects. 3. Yes you...

Hello, No, there are 64bit assemblies. You need to set the project **completely to x64**, then use [DllExport ](https://www.nuget.org/packages/DllExport/)package to export functions from managed dll. Here's a sample x64 managed...

Nice!, since we are already using detours, can't it be virtualized by hooking some functions?

**Good job!** I cloned HandleTlsData and tried a very basic .net dll (the one I sent above) and it didn't work throw a error : > Microsoft C++ exception: HRException...

If you don't mind, can you upload a sample solution?

I still can't make it working on a simple hello world dll, It throw HResult error. Can you push a example for .net to the branch? Thanks!