Search found 20 matches

by MrTATaod
Fri Jun 20, 2008 6:20 pm
Forum: Linux
Topic: 2 OS functions
Replies: 5
Views: 2938

I'll try that...
by MrTATaod
Mon Jun 02, 2008 10:40 pm
Forum: Game Programming
Topic: Make a DLL to use Mappy
Replies: 13
Views: 6611

You dont need DBPro in order for the plug-in to work.
by MrTATaod
Mon Jun 02, 2008 10:39 pm
Forum: Linux
Topic: 2 OS functions
Replies: 5
Views: 2938

There wasn't a previous of PureBasic.
by MrTATaod
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 ?
by MrTATaod
Sat Apr 19, 2008 3:45 pm
Forum: Game Programming
Topic: Make a DLL to use Mappy
Replies: 13
Views: 6611

I don't have DB or DBPro...
You dont need it.
by MrTATaod
Wed Apr 09, 2008 10:32 pm
Forum: Off Topic
Topic: Change email address in User Account
Replies: 6
Views: 1817

Got it all sorted last night - thanks Fred!
by MrTATaod
Sat Mar 29, 2008 12:24 am
Forum: Game Programming
Topic: Make a DLL to use Mappy
Replies: 13
Views: 6611

ImportC "Mappy_DBPro.lib"
With that, you need to find the DBPro plug-in (from the DBPro section) - hopefully its still there (the file that is).
by MrTATaod
Fri Mar 28, 2008 12:40 am
Forum: Off Topic
Topic: Change email address in User Account
Replies: 6
Views: 1817

Have now - I'll let you all know how it goes :)
by MrTATaod
Thu Mar 27, 2008 5:39 pm
Forum: Off Topic
Topic: Change email address in User Account
Replies: 6
Views: 1817

I haven't had any luck in getting anyone to reply to my email(s), as of yet - tried all 5 from the website too.
by MrTATaod
Mon Feb 18, 2008 4:06 pm
Forum: Off Topic
Topic: Change email address in User Account
Replies: 6
Views: 1817

Yes, I'll have to email him directly.
by MrTATaod
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 ?
by MrTATaod
Fri Oct 13, 2006 9:58 pm
Forum: General Discussion
Topic: C structures & equivilent in PB
Replies: 2
Views: 1066

Thanks - I'll have to try that.

Yes. Thats fine.
by MrTATaod
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 ...
by MrTATaod
Fri Jul 07, 2006 11:29 am
Forum: Windows
Topic: ScrollAreaGadget and images
Replies: 7
Views: 2868

That was the problem :)
by MrTATaod
Fri Jun 30, 2006 4:22 pm
Forum: Game Programming
Topic: MAPPY
Replies: 26
Views: 18004