Programming contest ActiveBasic vs PureBasic

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Programming contest ActiveBasic vs PureBasic

Post by oryaaaaa »

Frendly Match of user of ActiveBasic and PureBasic
Challenge
It clicks with mouse's button the 1st and 2 usually.
[WIN] START
This is clicked with the 3rd and 4th button.
[ORIGINAL] START
This start menu is made.

Rule
1.Open Source
2.An external library can be used
3.Write the main source with ActiveBasic or PureBasic.
4.The team can produce it.

Entry Community
1.ActiveBasic Forum (JAPAN)
2.PureBasic Forum(JAPAN, English)
3.PureBasic Japan UserGroup(SNS)

Deadline
1.2006/11/31
2.Source, EXE(1sets) and explanation
3.When becoming halfway, the image is made PDF etc.

Prize (It is USD100 as for the highest).
Freeware Basic - activebasic.com
http://www.activebasic.com/
The highest BASIC development environment in Japan
64 bit Programming, Object, DirectX, COM, Database, etc
The developer is English and is not good, only a Japanese version
My Announce
http://www.activebasic.com/forum/viewtopic.php?p=6287

Let's do. :D
Last edited by oryaaaaa on Thu Aug 31, 2006 8:09 pm, edited 1 time in total.
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

I cant read japanese, any info in english on active basic?
User avatar
Kiffi
Addict
Addict
Posts: 1486
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Re: Programming contest ActiveBasic vs PureBasic

Post by Kiffi »

Hello oryaaaaa,
oryaaaaa wrote:Exchange game of user of ActiveBasic and PureBasic
believe me: i'am very interested in testing ActiveBasic. It sounds very
good. But unfortunately i can't read japanese. Is there a way to translate it to
english (or german ;-) )?

Image

Greetings ... Kiffi
garretthylltun
Enthusiast
Enthusiast
Posts: 346
Joined: Wed Oct 26, 2005 2:46 am
Contact:

Post by garretthylltun »

It would probably be better if ActiveBasic and HSP3 had a little contest
with each other.

http://hsp.tv/make/hsp3.html

HSP (Hot Soup Processor) is very active in Japan also.

-Garrett
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
· Necroprogramming FTW! - "Wait.. Is necroprogramming legal?"
· http://www.freewarehome.com/ <-- Freeware listings since 1996
User avatar
yoxola
Enthusiast
Enthusiast
Posts: 386
Joined: Sat Feb 25, 2006 4:23 pm

Post by yoxola »

HSP3 and ActiveBasic4 both are in Japanese`.

Although I can read Japanese, I can't make the ActiveBasic to compile a thing, either from .abp or .prj.

There's no warning or anything, just can't compile. using XP SP2 here.
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

yoxola wrote:HSP3 and ActiveBasic4 both are in Japanese`.

Although I can read Japanese, I can't make the ActiveBasic to compile a thing, either from .abp or .prj.

There's no warning or anything, just can't compile. using XP SP2 here.
There are executables on the project folders ;)
User avatar
yoxola
Enthusiast
Enthusiast
Posts: 386
Joined: Sat Feb 25, 2006 4:23 pm

Post by yoxola »

Sorted this problem.

I have to use applocale, or change the locale to Japanese to compile it.
Dunno why but it works.
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Post by oryaaaaa »

I'm sorry . It was not Exchange but it was FrendlyMatch.
It is my translation mistake.

ActiveBasic runs only in Japanese Windows.
There was a mailing list that made an English version in the past.
Please make it from PureBasic now.

Making Hint

Code: Select all

Repeat
  GetCursorPos_(mouse.POINT) 
  Debug mouse\x 
  Debug mouse\y
  Delay(500)
  If GetAsyncKeyState_(5) > 0
    Debug "CLICK"
  EndIf 
ForEver
1.. Left
2.. Right
4.. Center
5.. BACK
6.. NEXT
You use 4..6
mskuma
Enthusiast
Enthusiast
Posts: 573
Joined: Sat Dec 03, 2005 1:31 am
Location: Australia

Post by mskuma »

To see the menus properly (in Japanese on non-Japanese system) you'll have to go into the Control Panel 'Regional & language options' and in Advanced tab, set the 'Language for non-unicode programs' to Japanese. This will install the Japanese fonts, and the characters will be presented correctly.

I've had a brief look at AB - first glance suggests to me that its built-in libraries are not a match for PB.
Post Reply