Search found 21 matches

by minirop
Thu Jul 19, 2007 11:51 pm
Forum: Coding Questions
Topic: Little SAPI4 and SAPI5 UserLibrary to test
Replies: 53
Views: 28514

dobro wrote:it will be sympathetic nerve of your share to avoid us seeking the SAPI4 and to not give finally the code of your Lib "pureTTS"?
here the code has Nico: D
it will be greatfull is you can avoid us to search for SAPI4 by giving us the source of your lib
by minirop
Thu May 31, 2007 10:37 pm
Forum: Announcement
Topic: PureBasic 4.10 beta 1 (Windows) released!
Replies: 71
Views: 31228

vely vely good ! :lol:
by minirop
Tue May 29, 2007 6:48 pm
Forum: Off Topic
Topic: Very funny picture! (Safe for work)
Replies: 3
Views: 1112

hahaha ! just happy (not gay :lol: ) !
by minirop
Fri Apr 27, 2007 11:26 pm
Forum: Coding Questions
Topic: function pointeur in a array !
Replies: 3
Views: 1072

thx !
I never remember that array(0)\f() is possible
;)
++
by minirop
Fri Apr 27, 2007 10:54 pm
Forum: Coding Questions
Topic: function pointeur in a array !
Replies: 3
Views: 1072

function pointeur in a array !

hello,
I want to know if it's possible to create an array or a linked list of pointeur to a function.
example :
dim Array.***(50)
Array(0) = @Beep_()
...
Array(0)() would be the same as Beep_()

somebody knows ?

thx
++
by minirop
Thu Apr 26, 2007 7:18 pm
Forum: Off Topic
Topic: Your freferred ten games
Replies: 50
Views: 10305

sokoban (ms-dos version pinkish version)
Pipe Mania (ms-dos)
**** (a war games that i could not remember the name on ms-dos)
lemmings 2 (snes)
kickoff (snes)
Steet Fighter 2 Turbo (snes)
MarioKart 64 (n64)
Castlevania : Harmony of Dissonnance (GBA)
... :oops:
by minirop
Mon Apr 02, 2007 4:58 pm
Forum: Tricks 'n' Tips
Topic: Credit Card Checker
Replies: 3
Views: 4449

Re: Credit Card Checker

The only card type I didn't convert was the "switch" type. If someone knows what this regular expression is doing: ^6(3(33[0-4][0-9])|759[0-9] {2} )\d{10}(\d{2,3})?$
6
***3
******33, 0 to 4, 0 to 9 // this line and
******759, 0 to 9 two times // this line are or'ed
10 digits
two, three or no digit ...
by minirop
Sun Apr 01, 2007 6:50 pm
Forum: Coding Questions
Topic: Turn Off PC and how to detect Removable Disk when inserted
Replies: 47
Views: 10490

lock your session after 1 minutes of activity and check the "ask password" box
(in "desktop properties > screensaver")
by minirop
Sun Apr 01, 2007 6:44 pm
Forum: Off Topic
Topic: Father of the PureBasic logo?
Replies: 18
Views: 3706

Re: Father of the PureBasic logo?

I was perusing through shell32.dll today looking for an icon to use for a small utility I had written when I ran across this one that I'd never seen before:

http://www.globalarray.net/user/tipperton/pictures/fromshell32.jpg

I thought, "Hmmm.... That looks vaguely familiar..."

:mrgreen:
all my ...
by minirop
Sun Mar 18, 2007 10:27 pm
Forum: Feature Requests and Wishlists
Topic: a new include command
Replies: 15
Views: 5802

and add a "include" directory and a command to fetch the file in it like in C or C++ :D
by minirop
Sat Mar 17, 2007 7:53 pm
Forum: Off Topic
Topic: You need to watch this! Windows sucks!
Replies: 46
Views: 8593

don't need to watch this video to know that windows sucks specially Vista
by minirop
Fri Mar 16, 2007 1:09 pm
Forum: Feature Requests and Wishlists
Topic: a new include command
Replies: 15
Views: 5802

srod wrote:There's the command

Code: Select all

IncludePath
:!:
I know it, i'ts not what I looking for, but I managed to solve the problem by putting the "include path" in "one.pb"
by minirop
Fri Mar 16, 2007 3:51 am
Forum: Feature Requests and Wishlists
Topic: a new include command
Replies: 15
Views: 5802

a new include command

hi !
It would be great if including a file was made from the "includer" and not from the root file like in C.
example :
my files are :
main.pb
include\one.pb
include\two.pb

if one.pb include two.pb like this :
IncludeFile "two.pb"
and if in main.pb I do :
IncludeFile "one.pb"
PB will look for ...
by minirop
Tue Mar 13, 2007 11:56 pm
Forum: General Discussion
Topic: Asm question...
Replies: 16
Views: 4000

F1: dd 0
and ?
Fred could reply
by minirop
Sat Mar 03, 2007 1:47 pm
Forum: Off Topic
Topic: Any experience with PureBasic and QT?
Replies: 15
Views: 5068

and KDE is OpenSource