Compile error when trying to run this
I am getting these compile errors. Thoughts?
dwmaxx-master\dwmaxx-master\Slider\Form1.cs(9,7,9,16): error CS0246: The type or namespace name 'dwmaxxLib' could not be found (are you missing a using directive or an assembly reference?) dwmaxx-master\dwmaxx-master\Slider\Form1.cs(230,9,230,20): error CS0246: The type or namespace name 'DWMInjector' could not be found (are you missing a using directive or an assembly reference?) dwmaxx-master\dwmaxx-master\Slider\Form1.cs(231,9,231,14): error CS0246: The type or namespace name 'DWMEx' could not be found (are you missing a using directive or an assembly reference?)
Looks like something is missing here. I've built the three projects (dwmaxx, dwmaxxPS and dwmaxx_tester) and none of them gave me the dwmaxxLib.dll. Also, dwmaxx.dll isn't a valid DLL that Slider can reference. What happens here, @steeve?
it should give you a dwmaxx.dll, which gets injected and is also loadable in your own program (if I remember correctly).
This is very old code, and very hackish so be careful