-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I wanted to add more of system.windows.forms.textbox properties to the plugin, such as RightToLeft to support languages like arabic since align right doesn't move the caret to the other side of the text, and other TextBox properties, If this worked, but after building the project with MSBuild then trying to process the output with DLLExporter.exe I get this error
DllExporter warning: Nothing found to export.
DllExporter error: Unable to parse disassembly (DllExport class not found)!
Sometimes it says
DllExporter: Processed InputTextX.dll
But then, when I try to load it in rainmeter I get this
Plugin: Unable to load "InputTextX" (error 193)
I don't use C# much, and this is the first time trying to edit Rainmeter plugins, so I can't figure out what's wrong.
Can you describe how to build it, if you have time, or I can just push the "RightToLeft" feature to my fork for you to check it and test it if you can