Search found 20 matches
- Fri Jun 20, 2008 6:20 pm
 - Forum: Linux
 - Topic: 2 OS functions
 - Replies: 5
 - Views: 2938
 
- Mon Jun 02, 2008 10:40 pm
 - Forum: Game Programming
 - Topic: Make a DLL to use Mappy
 - Replies: 13
 - Views: 6611
 
- Mon Jun 02, 2008 10:39 pm
 - Forum: Linux
 - Topic: 2 OS functions
 - Replies: 5
 - Views: 2938
 
- Fri May 30, 2008 10:54 pm
 - Forum: Linux
 - Topic: 2 OS functions
 - Replies: 5
 - Views: 2938
 
2 OS functions
I'm trying to get PB up and running in Ubuntu 8.04 (its mostly working with the Asus EEE, but there are more things to install), but I've getting the following message :
2 OS functions have the same name : pthread_mutex_destroy_()
Any way around this ?
					2 OS functions have the same name : pthread_mutex_destroy_()
Any way around this ?
- Sat Apr 19, 2008 3:45 pm
 - Forum: Game Programming
 - Topic: Make a DLL to use Mappy
 - Replies: 13
 - Views: 6611
 
- Wed Apr 09, 2008 10:32 pm
 - Forum: Off Topic
 - Topic: Change email address in User Account
 - Replies: 6
 - Views: 1817
 
- Sat Mar 29, 2008 12:24 am
 - Forum: Game Programming
 - Topic: Make a DLL to use Mappy
 - Replies: 13
 - Views: 6611
 
- Fri Mar 28, 2008 12:40 am
 - Forum: Off Topic
 - Topic: Change email address in User Account
 - Replies: 6
 - Views: 1817
 
- Thu Mar 27, 2008 5:39 pm
 - Forum: Off Topic
 - Topic: Change email address in User Account
 - Replies: 6
 - Views: 1817
 
- Mon Feb 18, 2008 4:06 pm
 - Forum: Off Topic
 - Topic: Change email address in User Account
 - Replies: 6
 - Views: 1817
 
- Sun Feb 17, 2008 7:30 pm
 - Forum: Off Topic
 - Topic: Change email address in User Account
 - Replies: 6
 - Views: 1817
 
Change email address in User Account
I need to send myself the PureBasic password, but, unfortunately I've changed my email address.  Apparently I can update it in the user account.
Unfortunately I've no idea where that is.
Can anyone help ?
					Unfortunately I've no idea where that is.
Can anyone help ?
- Fri Oct 13, 2006 9:58 pm
 - Forum: General Discussion
 - Topic: C structures & equivilent in PB
 - Replies: 2
 - Views: 1066
 
- Thu Oct 12, 2006 6:14 pm
 - Forum: General Discussion
 - Topic: C structures & equivilent in PB
 - Replies: 2
 - Views: 1066
 
C structures & equivilent in PB
Hello
In C I've got a array of structures, defined like this :
struct {
char *fileName;
int fD;
} example
struct example files[]={
"1.dta",1
"2.dta",2
};
etc. Whilst I've defined the PB structure using
structure example
fileName.s
fd.l
enstructure
and dimmed and array to hold the ...
					In C I've got a array of structures, defined like this :
struct {
char *fileName;
int fD;
} example
struct example files[]={
"1.dta",1
"2.dta",2
};
etc. Whilst I've defined the PB structure using
structure example
fileName.s
fd.l
enstructure
and dimmed and array to hold the ...
- Fri Jul 07, 2006 11:29 am
 - Forum: Windows
 - Topic: ScrollAreaGadget and images
 - Replies: 7
 - Views: 2868
 
- Fri Jun 30, 2006 4:22 pm
 - Forum: Game Programming
 - Topic: MAPPY
 - Replies: 26
 - Views: 18004
 
I've done a Mappy system (see http://www.purebasic.fr/english/viewtopic.php?t=22506)