Search found 40 matches
- Aug 30, 2007 23:20
- Forum: Projects
- Topic: VISG: visual and smart GUI builder
- Replies: 107
- Views: 67584
@fsw The Nanoasm compiler is only function "nanoasm_compile". You may include it into your program and it can compile nanoasm programs at runtime into memory. In the zip, there is the nanoasm compiler "nanoasm.exe". It can create simple Windows PE executables. It can also create binary files with co...
- Aug 30, 2007 21:08
- Forum: Projects
- Topic: VISG: visual and smart GUI builder
- Replies: 107
- Views: 67584
- Aug 23, 2007 16:52
- Forum: Projects
- Topic: VISG: visual and smart GUI builder
- Replies: 107
- Views: 67584
io, you need any winapi manual. Find the word "Event" in the generated code. Visg inserts into the code message boxes with title "Event" and a comment for the event. You see this messages when you press any button or checkbox on the form. It's a hint where insert your code. See examples in the folde...
- Aug 22, 2007 21:01
- Forum: Projects
- Topic: VISG: visual and smart GUI builder
- Replies: 107
- Views: 67584
VISG 0.9
Hi, all. I have just released visg 0.9. It has more than 30 changes. Now you can choose a font for controls. Now visg also generates event handlers for buttons and checkboxes. It also has several bugfixes. Now it is better for winapi-beginners than before. visg 0.9 is available as an installer, and ...
- Aug 18, 2007 19:42
- Forum: Projects
- Topic: VISG: visual and smart GUI builder
- Replies: 107
- Views: 67584
Very nice tool. Is richedit control working properly? It is not appearing when compiled with the 0.17 version. Oh, yes, thank you. I forgot the richedit needs the special library which must be loaded before. I will fix this bug in new release 0.9. VISG loads this library internally, but it does not...
- Aug 03, 2007 16:33
- Forum: Projects
- Topic: VISG: visual and smart GUI builder
- Replies: 107
- Views: 67584
- Aug 03, 2007 16:18
- Forum: Projects
- Topic: VISG: visual and smart GUI builder
- Replies: 107
- Views: 67584
anonymous1337, it looks like you have downloaded the old plugin, not the new one. Updated plugin can be downloaded at the following address: http://mrhx.ucoz.com/load/2-1-0-11 ( at the moment, this is the first material at http://mrhx.ucoz.com/load/ ) Try it. Now it generates the code like this: '' ...
- Aug 02, 2007 18:21
- Forum: Projects
- Topic: VISG: visual and smart GUI builder
- Replies: 107
- Views: 67584
Guys, I have updated the plugin for FreeBASIC. Now it works with FBC 0.17.
http://mrhx.ucoz.com/load/
http://mrhx.ucoz.com/load/
- Jul 31, 2007 17:28
- Forum: Projects
- Topic: VISG: visual and smart GUI builder
- Replies: 107
- Views: 67584
Ok, thanks all. I see free basic got important changes. So, I will download the newest version of free basic and correct the plugin. sir_mud, yes, I will improve the xlib plugin, so it will know about buttons, static text and maybe some other simple controls, but I think that plugin will not support...
- Jul 30, 2007 20:29
- Forum: Projects
- Topic: VISG: visual and smart GUI builder
- Replies: 107
- Views: 67584
VISG: visual and smart GUI builder
Hi, people. I write a visual GUI constructor which is named VISG (visual and smart GUI builder). Its main feature is the generation of the source code of GUI for many different platforms (at the moment, it supports Pascal, Delphi, C, several dialects of assembler and, finally, FreeBASIC. It supports...