New to PB and a BIG Problem

Just starting out? Need help? Post your questions and find answers here.
Mr Skunk
User
User
Posts: 12
Joined: Wed May 07, 2003 3:40 pm

New to PB and a BIG Problem

Post by Mr Skunk »

I've the PB program named "PureBasic.exe", how can i launch it under windows. May i click on it's icon?

I'm new to PB, please help me :mrgreen: :mrgreen: :mrgreen:



Hello everybody, it was a very long time, but now, i'm back (i hope for a while) and ready to write new asm libraries for PB :wink: As soon as someone will tell me how to launch PB :P :mrgreen:
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

The real Mr Skunk is back ! :). What a news..
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Welcome back Mr Skunk :D

You must drag the PureBasic icon to the recycle bin to work :mrgreen:
Mr Skunk
User
User
Posts: 12
Joined: Wed May 07, 2003 3:40 pm

Post by Mr Skunk »

Yes, back for good i hope...
You must drag the PureBasic icon to the recycle bin to work
I forgot to do "Empty Recycle bin" to launch it, thanks :mrgreen:
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post by Tranquil »

Nice to see you back Mr Skunk! :D
Tranquil
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Post by Danilo »

> and ready to write new asm libraries for PB

Better fix all your broken stuff first... nothing works anymore.

Welcome Back! :D
cya,
...Danilo
...:-=< http://codedan.net/work >=-:...
-= FaceBook.com/DaniloKrahn =-
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

Post by jack »

happy to see both of you, Mr. Skunk and Danilo :mrgreen:
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: New to PB and a BIG Problem

Post by PB »

> i'm back

Welcome back, Mr Skunk! :D What happened to you, anyway?
Mr Skunk
User
User
Posts: 12
Joined: Wed May 07, 2003 3:40 pm

Post by Mr Skunk »

Better fix all your broken stuff first... nothing works anymore.
Wahoo, lot of work...
Which librairies should be rewritten first?
Welcome back, Mr Skunk! What happened to you, anyway?
Lot of work, some problems too, but nothing too important now :wink:
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Post by Danilo »

> Wahoo, lot of work...
> Which librairies should be rewritten first?

Code: Select all

DLL         - not needed anymore, PB has its own lib for 'Library'
INI File    - Should be same like PB 'Preferences' lib
System2     - PB has its own Date/Time commands now.


Numbers     - PureBasic still hasnt the commands Min() / Max() ... well...

Registry    - Most requested lib, doesnt work on Win2k+ (i think CloseRegKey() crashes..)

String2     - Space() not needed anymore, but StripAll() and especially
              Using() are useful.
              Using() is requested often by users and also UsingF() for Floats
              would be very, very nice.
              Maybe also UsingS() for Using a String in a String.
              This is really really useful, but Fred still doesnt care... :(

              Please see http://www.reelmediaproductions.com/pb/asmlibrary.html
              for SkunkLib http://www.reelmediaproductions.com/pb/asmlib/skunklib.zip
              
              This is a working version and i´ve fixed a bug in your Using() command.
              I can send you new sources for Using().

System      - Dunno about this lib, could be useful.

GUI Handler - Dunno

Taskbar     - Dunno
Library Stuff has changed, variable ArgumentCount is available,
support for MMX/SSE/SSE2/3Dnow! is possible, Image- and
Sound-Plugins possible (but not documented)....

And you should split your libraries, means make own OBJ out
of every command and put all OBJ's in a .LIB file.
So only the used commands are included in the final .EXE, not
the whole library.

Read the updated LibrarySDK Docs and visit us on IRC every day...
..fastest way to get your infos. :D

Well... your homepage needs a big update too, after all the changes.. :D :lol:
cya,
...Danilo
...:-=< http://codedan.net/work >=-:...
-= FaceBook.com/DaniloKrahn =-
Mr Skunk
User
User
Posts: 12
Joined: Wed May 07, 2003 3:40 pm

Post by Mr Skunk »

Okay, i think the String2 will be the first. If you can send me the sources it will help me a lot thanks.
Mr.skunk@wanadoo.fr
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Post by Danilo »

Done.
cya,
...Danilo
...:-=< http://codedan.net/work >=-:...
-= FaceBook.com/DaniloKrahn =-
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

Nice to see you back Mr.Skunk

Franco
Tron
New User
New User
Posts: 3
Joined: Sat May 03, 2003 4:15 pm
Location: US

Good to have you back

Post by Tron »

Welcome back Mr. Skunk....

PureBasic was bought by Microsoft and Bill Gates is the lead programmer.... :D

Woops ... DOH!!!!! hehehe

Tron
MCP is Online...
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Welcome Back :D :D :D :D
ARGENTINA WORLD CHAMPION
Post Reply