Is FNX still alive?

In this category you can exchange your programming questions and solutions.
Post Reply
K5HUM
Posts: 3
Joined: Tue Nov 08, 2005 3:00 pm

Is FNX still alive?

Post: # 269Post K5HUM
Tue Jul 08, 2008 2:52 pm

I do not see much recent activity in this forum.  Is anyone still developing projects with FNX?  Is anyone interested in exchanging idea vi live voice conferencing on something like www.talk4ever.com ??
Mike K5HUM  

aurelW
Posts: 14
Joined: Wed May 07, 2008 2:10 pm

Is FNX still alive?

Post: # 270Post aurelW
Tue Jul 08, 2008 4:34 pm

You right here is very quiet.
Nothing heapend weird.
So my forum is allways open for new members.Just sign up.
http://aurelbasic.8tt.org
;)

PaPi
Posts: 114
Joined: Wed May 16, 2007 11:55 am

Is FNX still alive?

Post: # 271Post PaPi
Wed Jul 09, 2008 9:41 am

Yes, I work with fnxBASIC, bat I`m all agog to new version. Hello, Marco !  :`(
PaPi

Marco
Site Admin
Posts: 246
Joined: Sat Sep 15, 2018 8:41 pm

Is FNX still alive?

Post: # 272Post Marco
Fri Jul 11, 2008 3:44 pm

Hi, I ``m still writing the version and that takes a lot of time. I `m busy to add the objects. the new version will be a lot difference the object will be more oop like commands  as form.canvas.font.bold =true etc. Also the new version as far as i know now will be 5 times faster than the old one. If you didn`t know, I had to rewrite the hole program. as soon the compiler and the additional help.html is ready i will publish it. Then i will write a new help file and examples.
Does anyone work with vista ? Because i want to know if the old help files work with vista?
And everybody is welcom to add their comments and snippets here.

marco

Lifefree
Posts: 9
Joined: Tue Feb 07, 2012 9:49 pm

Is FNX still alive?

Post: # 273Post Lifefree
Sat Sep 27, 2008 5:52 pm

The compiler is 5 times faster... and the generated .exe is either 5 times smaller or faster also?
Best Regards

Marco
Site Admin
Posts: 246
Joined: Sat Sep 15, 2018 8:41 pm

Is FNX still alive?

Post: # 274Post Marco
Sun Sep 28, 2008 3:40 pm



I just did this test:

dim a as integer,b as integer,d as double
d=timer
for a= 1 to 10000000
b=a+1
next a
showmessage str$(timer-d)

result: oldfnxbasic 5.81 sec
the new version 1.28 sec

looks  about 5 times faster.
best regards


TP911
Posts: 36
Joined: Tue Nov 08, 2005 3:00 pm

Is FNX still alive?

Post: # 275Post TP911
Mon Sep 29, 2008 3:03 am

Yes FnxBasic is alive and so is FnxDesigner

post to a new thread

@aurelW - wish you the best in your endeavor [endeavour for the UK]


Post Reply