Page 1 of 1
Visual Designer
Posted: Sat Aug 30, 2014 4:18 pm
by swhite
http://www.easycode.cat/English/
I thought this might of interest to people here. It is a Visual Designer modeled after VB written in assembler. I spoke with the author who has plans to provide a FASM version but has not had the time just yet. If there was an FASM version I wonder if it could be used with Purebasic.
Simon
Re: Visual Designer
Posted: Sun Aug 31, 2014 12:32 am
by PB
>
http://www.easycode.cat/English/
Avast freaks out at that web page:
Hopefully just a false positive.

Maybe you should let the author know.
Re: Visual Designer
Posted: Sun Aug 31, 2014 2:31 pm
by swhite
That is strange as I have never had this happen in any browser I have used on the site. I checked the site using Norton's Safeweb and it reported no problems.
Re: Visual Designer
Posted: Sun Aug 31, 2014 3:00 pm
by IdeasVacuum
...even stranger, I had no trouble viewing the site and I am also using Avast

Re: Visual Designer
Posted: Sun Aug 31, 2014 3:45 pm
by c4s
I'm using Avast too. The "Web Protection" feature is blocking the following request:
professionalwebcounter.com/5713609-C7EC6E20D491C9BEBAABA5A36318903E/counter.img?theme=38&digits=7&siteId=7
Re: Visual Designer
Posted: Mon Sep 01, 2014 1:11 am
by electrochrisso
Perhaps it's in the counter image, looking at the HTML code, I can't see any problems.
Or perhaps the problem lies with
http://m-wall.com/ the website the counter points to.
This designer is very compact, I have gone down the GoTools and headers for testing, everything downloaded in 4mb, there is also a nice tutorial on the site to get started. It will be good when the FASM version arrives.

Re: Visual Designer
Posted: Mon Sep 01, 2014 8:45 am
by PB
> The "Web Protection" feature is blocking the following request
Ah, I see. I'll have to disable that. I only want to know about
real viruses.
[Edit] Disabled now, and Avast doesn't freak out anymore.

Re: Visual Designer
Posted: Tue Sep 02, 2014 1:42 am
by electrochrisso
electrochrisso wrote:This designer is very compact, I have gone down the GoTools and headers for testing, everything downloaded in 4mb, there is also a nice tutorial on the site to get started. It will be good when the FASM version arrives.

So far I have spent and hour or so playing with this and it is a very good and intuitive way of learning and creating ASM programs, it is also very easy to set up and is fully portable. I could get most of the Demos to compile properly a couple of them wouldn't, perhaps they might work if I use MASM instead, I am sure Wilbert would be able to work out why in an instant.
I will use this package to help me learn some assembly programming, thanks to
swhite for bringing our attention to this website
http://www.easycode.cat/English/ 