PureBasic 3.91 Beta 2 for Windows unleashed !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Erlend
Enthusiast
Enthusiast
Posts: 114
Joined: Mon Apr 19, 2004 8:22 pm
Location: NORWAY

Post by Erlend »

I email the support account, but no answer yet :(


"In a galaxy far, far away
The galaxy of Purebasic
The feared RUA ruled the galaxy
but an alliance was forming,
an alliance of accountless people.
Rather few at the beginning but they grew larger......"

TO BE CONTINUED! :D
fweil
Enthusiast
Enthusiast
Posts: 725
Joined: Thu Apr 22, 2004 5:56 pm
Location: France
Contact:

Post by fweil »

In there a hidden worm in your post Erlend ?
My avatar is a small copy of the 4x1.8m image I created and exposed at 'Le salon international du meuble à Paris' january 2004 in Matt Sindall's 'Shades' designers exhibition. The original laminated print was designed using a 150 dpi printout.
User avatar
Erlend
Enthusiast
Enthusiast
Posts: 114
Joined: Mon Apr 19, 2004 8:22 pm
Location: NORWAY

Post by Erlend »

fweil: "hidden worm"? do you mean hidden word/meaning ?
(Ever seen Starwars?)
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: PureBasic 3.91 Beta 2 for Windows unleashed !

Post by PB »

How does IsDirectory work? I tried IsDirectory("C:\") but it returned 0...
I assumed it would return #TRUE or something like that?
User avatar
tinman
PureBasic Expert
PureBasic Expert
Posts: 1102
Joined: Sat Apr 26, 2003 4:56 pm
Location: Level 5 of Robot Hell
Contact:

Post by tinman »

Probably something like:

Code: Select all

ExamineDirectory(1, "C:\", "*.*")    ; Edit: wrong syntax :)

Debug IsDirectory(1)
Debug IsDirectory(2)
It's to tell you if you have a valid directory object.
Same as with the other Is...() commands.
Last edited by tinman on Mon Jun 21, 2004 11:42 pm, edited 1 time in total.
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

Thanks Tinman... I'll keep using FileSize to test a directory then. :)
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

I can't login either, emailed Fred and waiting...
El_Choni
cwhite
New User
New User
Posts: 5
Joined: Fri Apr 23, 2004 3:32 am
Location: Maryland, USA

Post by cwhite »

Same here... I emailed PureBasic Support a week ago, and still no reply.
Registered PB programmer since 3.30 (now using 3.90)
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

freak wrote:I'm sorry to post allready a new bug fix, but there is something really strange
going on between Fred's Library compiling system and mine, so the
GadgetExtension Lib is messed up in this beta. (at least the ExplorerGadgets are)

So here is the fixed library:
http://freak.purearea.net/stuff/GadgetExtension

Timo
Ok, got a question for you.. have 3.91 beta 1 install:

Show I install 3.91 beta 2 THEN run the SmartUpdater,
or is that updater a backburned'project?

- np
Dreglor
Enthusiast
Enthusiast
Posts: 759
Joined: Sat Aug 02, 2003 11:22 pm
Location: OR, USA

Re: PureBasic 3.91 Beta 2 for Windows unleashed !

Post by Dreglor »

edit: um fred's email not working?
i got connection refuse...
PB wrote:How does IsDirectory work? I tried IsDirectory("C:") but it returned 0...
I assumed it would return #TRUE or something like that?
i don't have this beta yet but i can tell you why it is'nt working :)
c:\ is a drive not a directory :P
~Dreglor
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

connection refuse? You mean, the message was returned? 8O
El_Choni
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

Post by jack »

i think that you need to enter the email address that was used when
you purchased PureBasic, then the password recovery should work,
at least it did for me. :D
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: PureBasic 3.91 Beta 2 for Windows unleashed !

Post by PB »

> c:\ is a drive not a directory

Hehehe. :) Actually, I just noticed the QuickHelp in the Status Bar for it,
and its format is: IsDirectory(#directory), so it's used like Tinman said, to
check the validity of a directory object.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

on top of that c:\ IS a directory, well, sort of :-) but it is NOT a drive ;-)

C: is a drive
c:\ is the root directory of drive c:

:-)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
LarsG
Enthusiast
Enthusiast
Posts: 713
Joined: Mon Jun 02, 2003 1:06 pm
Location: Norway
Contact:

Post by LarsG »

I haven't got any problems logging in... :P
nananananaaaaaaaaaaaaa :twisted:

AMD Athlon XP2400, 512 MB RAM, Hercules 3D Prophet 9600 256MB RAM, WinXP
PIII 800MHz, 320 MB RAM, Nvidia Riva Tnt 2 Mach 64 (32MB), WinXP + Linux
17" iMac, 1.8 GHz G5, 512 MB DDR-RAM, 80 GB HD, 64 MB Geforce FX 5200, SuperDrive, OSX
Post Reply