View Full Version : HNY2009
Lionheart008
29-12-2008, 23:06
:D
best wishes, lionheart
ErosOlmi
29-12-2008, 23:54
Thanks for the wishes.
A little note why you are getting error code in thinBasic 1.7.5.0. Source row 106 and 107:
if CBCTLMSG = %BN_CLICKED THEN
MSGBOX ( 0, "", %MB_ICONINFORMATION, "" )
should be wriiten with line continuation char _ after THEN
if CBCTLMSG = %BN_CLICKED THEN _ '---continuation char
MSGBOX ( 0, "", %MB_ICONINFORMATION, "" )
or
if CBCTLMSG = %BN_CLICKED THEN
MSGBOX ( 0, "", %MB_ICONINFORMATION, "" )
END IF
Ciao
Eros
Lionheart008
30-12-2008, 00:11
o.k. and thanks eros :)
...run's now with tinbasic 1.7.5.0...
have a nice evening, lionheart
Petr Schreiber
30-12-2008, 00:23
Thanks Frank,
happy new year to you as well :)
Petr
Michael Hartlef
30-12-2008, 08:08
Yip, happy new year to all of us here! :)
Take care!
Michael Clease
31-12-2008, 19:52
Happy new year to everyone.
special thanks to
Eros for all his work and support (just sorting my paypal out, then I will help with server funding)
Petr for advice and all the hardwork even though he has over pressures
Mike H. for his help and being in control of the project until things got too much, funny how it turned into a pile of crap when you left. :D.
Kent for his help
anyone else I didnt thank :P
Regards
Mike
Charles Pegge
01-01-2009, 01:01
In spite of all the economic turmoil, I feel very optimistic for 2009 - especially for new developments in thinBasic, which I trust will make complex projects, like game development much easier to accomplish.
So a very happy New Year and good prospects to all. :)
Charles
ErosOlmi
01-01-2009, 14:53
Realistic optimism is at least 30% of the job.
The rest is "just" hard work, study, dedication, concentration, help each other.
A great 2009 to everybody.
Michael Hartlef
01-01-2009, 18:19
Mike H. for his help and being in control of the project until things got too much, funny how it turned into a pile of crap when you left. :D.
Thanks for the flowers Michael. :) Maybe we both can work on something again one day.
Petr Schreiber
01-01-2009, 19:50
Successful 2009 to all,
Abraxas, thanks a lot for nice words, I hope I will be less pressed this year and work more :)
Petr