Hello mrhx, congratulations for this great tool. I find it very useful.
I've three problems/suggestions.
First, on startup i got these error messages:
Code
SCRIPT ERROR>
File: "D:\Programme\FreeBASIC v0.18.1b\visg\\plugins\ctrl_animate.vsg"
Line: 1
Error: Unknown command
ERROR> unknown type of plugin:
D:\Programme\FreeBASIC v0.18.1b\visg\\plugins\ctrl_animate.vsg
How can i fix the double backslashes?
Second, VISG produces code like this:
Code
HWND wnd = CreateWindowEx(0x00000100, WND_CLASS_NAME0, "window", 0x14CF0000,
CW_USEDEFAULT, CW_USEDEFAULT, 400, 300, NULL, NULL, instance, NULL);
Is it possible to get constante names like WS_THICKFRAME instead of hex-values?
Third, is it possible to say VISG to create a customized menu? Maybe by using the API functions CreateMenu, AppendMenu and so on?
Greetings
Dr. Bakterium