flat assembler
Message board for the users of flat assembler.

Index > High Level Languages > PureBasic

Goto page Previous  1, 2
Author
Thread Post new topic Reply to topic
Tommy



Joined: 17 Jun 2003
Posts: 489
Location: Norway
Tommy 09 Feb 2007, 13:17
Visual Basic .NET Express?
VB 5 CCE?
Post 09 Feb 2007, 13:17
View user's profile Send private message Visit poster's website Reply with quote
Raedwulf



Joined: 13 Jul 2005
Posts: 375
Location: United Kingdom
Raedwulf 09 Feb 2007, 14:08
Vasilev Vjacheslav wrote:
nop, it's faster to write something in visual basic but i don't use it, because i dislike it's p-code, VM and it's not so easy to control vb-program in debugger


It also has Native-Code Compilation which is a hacked up MSVC 5/6 compiler to produce pretty ugly compiled VB code.
Unless thats what you mean by it's not so easy to control vb-program in debugger.

_________________
Raedwulf
Post 09 Feb 2007, 14:08
View user's profile Send private message MSN Messenger Reply with quote
Vasilev Vjacheslav



Joined: 11 Aug 2004
Posts: 392
Vasilev Vjacheslav 09 Feb 2007, 15:33
Raedwulf, try to debug p-code
Post 09 Feb 2007, 15:33
View user's profile Send private message Reply with quote
f0dder



Joined: 19 Feb 2004
Posts: 3175
Location: Denmark
f0dder 09 Feb 2007, 15:38
Vasilev Vjacheslav wrote:
Raedwulf, try to debug p-code

You mean crack, don't you? Smile

_________________
Image - carpe noctem
Post 09 Feb 2007, 15:38
View user's profile Send private message Visit poster's website Reply with quote
Vasilev Vjacheslav



Joined: 11 Aug 2004
Posts: 392
Vasilev Vjacheslav 10 Feb 2007, 09:33
yes, it is Smile
Post 10 Feb 2007, 09:33
View user's profile Send private message Reply with quote
Picnic



Joined: 05 May 2007
Posts: 1403
Location: Piraeus, Greece
Picnic 07 May 2007, 19:36
I used PureBasic 4 for a couple of months. I was really impressed by the software, it's a very powerful tool for Windows programming, great manual, thousands of code examples on internet, but not free.
Post 07 May 2007, 19:36
View user's profile Send private message Visit poster's website Reply with quote
DOS386



Joined: 08 Dec 2006
Posts: 1905
DOS386 08 May 2007, 10:51
Quote:
I was really impressed by the software


Me too. Laughing

- Installer does NOT crash
- From 3 EXE examples I tested all 3 crashed immediately at start both in DOS and "Windows" Laughing
- Compiling the source did not work either

I'm quite sure that it is NOT my or my PC's fault: most examples from other compilers like FASM or FreeBasic do work for me, on "Windows", partially also in DOS Smile

There are good and there are bad compilers ... and there are ways to find out the truth Laughing
Post 08 May 2007, 10:51
View user's profile Send private message Reply with quote
Picnic



Joined: 05 May 2007
Posts: 1403
Location: Piraeus, Greece
Picnic 08 May 2007, 14:33
NTOSKRNL_VXE maybe you are right.
But i made a lot of small projects in PB4 and i had no problems. Everything worked fine on all my three PC's, on Win XP and Vista too !

Also, notice that many of the code examples from older versions won't run on PB4, they need small changes..
Post 08 May 2007, 14:33
View user's profile Send private message Visit poster's website Reply with quote
Plue



Joined: 15 Dec 2005
Posts: 151
Plue 09 May 2007, 09:57
NTOSKRNL_VXE wrote:
Quote:
I was really impressed by the software

- Installer does NOT crash
- From 3 EXE examples I tested all 3 crashed immediately at start both in DOS and "Windows" Laughing
- Compiling the source did not work either
- PureBasic doesn't come with EXE examples, all examples are in source form.
- PureBasic can't compile for DOS, it is a native 32-bit compiler.
Did you even get the right product? Wink

Edit: This is the PureBasic demo: http://www.purebasic.com/download/PureBasic_Demo.exe

_________________
Roses are red
Violets are blue
Some poems rhyme
And some don't.
Post 09 May 2007, 09:57
View user's profile Send private message Reply with quote
OzzY



Joined: 19 Sep 2003
Posts: 1029
Location: Everywhere
OzzY 09 May 2007, 16:03
What are the demo limitations?
Post 09 May 2007, 16:03
View user's profile Send private message Reply with quote
DOS386



Joined: 08 Dec 2006
Posts: 1905
DOS386 09 May 2007, 18:31
Quote:
What are the demo limitations


Low enough to make sure that included examples don't compile Laughing

Quote:
PureBasic doesn't come with EXE examples, all examples are in source form


Maybe I downloaded them from an "external" PB advertising page Laughing

Quote:
PureBasic can't compile for DOS


I know this. Idea

Quote:
is a native 32-bit compiler


Maybe ... but since 32-bit code from FB, FASM, MinGW, CYGWIN, even VC++
works in DOS for me your assumption "There are no 32-bits in DOS" might
be wrong Laughing

_________________
Bug Nr.: 12345

Title: Hello World program compiles to 100 KB !!!

Status: Closed: NOT a Bug
Post 09 May 2007, 18:31
View user's profile Send private message Reply with quote
Plue



Joined: 15 Dec 2005
Posts: 151
Plue 09 May 2007, 21:59
NTOSKRNL_VXE wrote:
Quote:
What are the demo limitations


Low enough to make sure that included examples don't compile Laughing
The following examples does not compile:
Win32_API.pb (requires API which is not in the demo version, this is written at the top of the file)
Sprite_SpecialFX.pb (requires API which is not in the demo version, simply remove ", #MB_ICONINFORMATION" (without the quotes))
SoundPlugin.pb (should compile)
PopupMenu.pb (uses API)
PackerProgress.pb and Packer.pb (API constant, follow same procedure as for Sprite_SpecialFX.pb)
DLLSample.pb (API constant, follow same procedure as for Sprite_SpecialFX.pb)
MDI ImageViewer.pb (should compile)
Desktop.pb (API constant)

All the other 64 examples compiles.

Quote:
Quote:
PureBasic doesn't come with EXE examples, all examples are in source form


Maybe I downloaded them from an "external" PB advertising page Laughing
If a program written in C crash you don't blame it on the C compiler, do you?

Quote:
Quote:
PureBasic can't compile for DOS


I know this. Idea

Quote:
is a native 32-bit compiler


Maybe ... but since 32-bit code from FB, FASM, MinGW, CYGWIN, even VC++
works in DOS for me your assumption "There are no 32-bits in DOS" might
be wrong Laughing
Well, you are wrong. Of course there is 32-bits in DOS, and no, code compiled for Windows doesn't work in DOS. Just because it's a black window doesn't mean it's DOS. Laughing Laughing Laughing Laughing Laughing Laughing Rolling Eyes

_________________
Roses are red
Violets are blue
Some poems rhyme
And some don't.
Post 09 May 2007, 21:59
View user's profile Send private message Reply with quote
DOS386



Joined: 08 Dec 2006
Posts: 1905
DOS386 10 May 2007, 05:44
Quote:
program written in C crash you don't blame it on the C compiler, do you


Depends. But sure I suspect the compiler also, besides the developer,
the hardware, etc. Idea

Quote:

Well, you are wrong. Of course there is 32-bits in DOS, and no, code compiled for Windows doesn't work in DOS. Just because it's a black window doesn't mean it's DOS. Laughing Laughing Laughing Laughing Laughing Laughing Rolling Eyes


Thanks for 6 LOL's but you are wrong. Code compiled for
"Windows" does work in DOS (not all, but a nice amount of
useful code Smile ), and if it doesn't for you it means that you don't have DOS
and have not tried. And, I'm definitely the last one who would call the
NT console ("black window") "DOS". Laughing Laughing Laughing Laughing Laughing Laughing Laughing Laughing Rolling Eyes Rolling Eyes Shocked

_________________
Bug Nr.: 12345

Title: Hello World program compiles to 100 KB !!!

Status: Closed: NOT a Bug
Post 10 May 2007, 05:44
View user's profile Send private message Reply with quote
Plue



Joined: 15 Dec 2005
Posts: 151
Plue 11 May 2007, 18:49
> Code compiled for "Windows" does work in DOS
Show me.
Post 11 May 2007, 18:49
View user's profile Send private message Reply with quote
DOS386



Joined: 08 Dec 2006
Posts: 1905
DOS386 21 May 2007, 13:51

_________________
Bug Nr.: 12345

Title: Hello World program compiles to 100 KB !!!

Status: Closed: NOT a Bug
Post 21 May 2007, 13:51
View user's profile Send private message Reply with quote
Plue



Joined: 15 Dec 2005
Posts: 151
Plue 22 May 2007, 19:55
That's not DOS, it's a DOS extender, not DOS. And the DOS extender is compiled for DOS. It's kind of saying that "my car goes faster than yours (if I change the engine, tires and interior)".

_________________
Roses are red
Violets are blue
Some poems rhyme
And some don't.
Post 22 May 2007, 19:55
View user's profile Send private message Reply with quote
questlima



Joined: 27 Aug 2014
Posts: 37
questlima 28 Aug 2014, 15:37
ok this is a very old post but i have some questions i think PB is much
better than the other basic applications and one great thing about PB
is FASM Very Happy i was wondering why PB is so behind among all the basic programming tools even google does not link to PB if i search for a word BASIC
another good thing about PB is we can write codes for games and its very lite weight comparing to those apps like C# and thinking about writing games with ASM that's very scary Laughing sorry for my beautiful English anyway thank you

_________________
Linux command are not what you intended to
learn but your were forced to learn it, without it
you will be like a sitting duck on your beautiful newly installed Linux desktop:)
Post 28 Aug 2014, 15:37
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2

< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.