it will be greatfull is you can avoid us to search for SAPI4 by giving us the source of your libdobro 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
Search found 21 matches
- Thu Jul 19, 2007 11:51 pm
- Forum: Coding Questions
- Topic: Little SAPI4 and SAPI5 UserLibrary to test
- Replies: 53
- Views: 28514
- Thu May 31, 2007 10:37 pm
- Forum: Announcement
- Topic: PureBasic 4.10 beta 1 (Windows) released!
- Replies: 71
- Views: 31228
- Tue May 29, 2007 6:48 pm
- Forum: Off Topic
- Topic: Very funny picture! (Safe for work)
- Replies: 3
- Views: 1112
- Fri Apr 27, 2007 11:26 pm
- Forum: Coding Questions
- Topic: function pointeur in a array !
- Replies: 3
- Views: 1072
- 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
++
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
++
- Thu Apr 26, 2007 7:18 pm
- Forum: Off Topic
- Topic: Your freferred ten games
- Replies: 50
- Views: 10305
- 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 ...
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 ...
- 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
- 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 ...
http://www.globalarray.net/user/tipperton/pictures/fromshell32.jpg
I thought, "Hmmm.... That looks vaguely familiar..."
:mrgreen:
all my ...
- Sun Mar 18, 2007 10:27 pm
- Forum: Feature Requests and Wishlists
- Topic: a new include command
- Replies: 15
- Views: 5802
- Sat Mar 17, 2007 7:53 pm
- Forum: Off Topic
- Topic: You need to watch this! Windows sucks!
- Replies: 46
- Views: 8593
- Fri Mar 16, 2007 1:09 pm
- Forum: Feature Requests and Wishlists
- Topic: a new include command
- Replies: 15
- Views: 5802
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"srod wrote:There's the commandCode: Select all
IncludePath
- 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 ...
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 ...
- Tue Mar 13, 2007 11:56 pm
- Forum: General Discussion
- Topic: Asm question...
- Replies: 16
- Views: 4000
- Sat Mar 03, 2007 1:47 pm
- Forum: Off Topic
- Topic: Any experience with PureBasic and QT?
- Replies: 15
- Views: 5068