Hi, is there an already compiled exe for download somewhere? I tried to compile it here on Win 7 x64 (with placed the "logi_nethidppio.dll" in the "embeddeddlls" folder) and I get:
Program.cs(1,32): error CS0234: The type or namespace name 'components' does not exist in the namespace 'LogitechBatteryIndicator' (are you missing an assembly reference?)
Program.cs(2,32): error CS0234: The type or namespace name 'controller' does not exist in the namespace 'LogitechBatteryIndicator' (are you missing an assembly reference?)
Program.cs(3,32): error CS0234: The type or namespace name 'helpers' does not exist in the namespace 'LogitechBatteryIndicator' (are you missing an assembly reference?)
Program.cs(14,37): error CS0750: A partial method cannot have access modifiers or the virtual, abstract, override, new, sealed, or extern modifiers
Program.cs(14,37): error CS0766: Partial methods must have a void return type Program.cs(12,10): error CS0246: The type or namespace name 'LibraryImport' could not be found (are you missing a using directive or an assembly reference?)
Program.cs(12,10): error CS0246: The type or namespace name 'LibraryImportAttribute' could not be found (are you missing a using directive or an assembly reference?)
Program.cs(25,10): error CS0246: The type or namespace name 'STAThread' could not be found (are you missing a using directive or an assembly reference?)
Program.cs(25,10): error CS0246: The type or namespace name 'STAThreadAttribute' could not be found (are you missing a using directive or an assembly reference?)
Hi, is there an already compiled exe for download somewhere? I tried to compile it here on Win 7 x64 (with placed the "logi_nethidppio.dll" in the "embeddeddlls" folder) and I get:
Cheers