dwmaxx icon indicating copy to clipboard operation
dwmaxx copied to clipboard

Compile error when trying to run this

Open AndrewBragdon opened this issue 9 years ago • 2 comments

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?)

AndrewBragdon avatar Jan 15 '17 22:01 AndrewBragdon

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?

MLXProjects avatar Sep 28 '19 17:09 MLXProjects

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

steeve avatar Sep 30 '19 16:09 steeve