Hi Phil ;)
About Terrain:
The Terraindimension is the Dimension of your heightmapimagefile^2 multiplied by your nodescale as mike said.
Alternatively where Get and Set height Functions are available one can use The TlT ( TiledTerrain) functions ( which i am playing around currently to docu for ...
Search found 57 matches
- Fri Oct 26, 2007 9:45 am
- Forum: Coding Questions
- Topic: irrlicht - questions
- Replies: 4
- Views: 2791
- Tue Oct 02, 2007 12:14 pm
- Forum: Coding Questions
- Topic: Detect OS name
- Replies: 8
- Views: 1626
Re: Detect OS name
is there a way to detect the os name, some procedure like:
if GetOSName() = "Windows XP"
MessageRequester("", "Your are using XP")
else
MessageRequester("", "Your are not using XP")
endif
Good question, OSVersion is handy and gives one of the following:
#PB_OS_Windows_NT3_51
#PB_OS_Windows_95 ...
if GetOSName() = "Windows XP"
MessageRequester("", "Your are using XP")
else
MessageRequester("", "Your are not using XP")
endif
Good question, OSVersion is handy and gives one of the following:
#PB_OS_Windows_NT3_51
#PB_OS_Windows_95 ...
- Fri Sep 14, 2007 7:35 am
- Forum: General Discussion
- Topic: Calculate age procedure
- Replies: 13
- Views: 5787
AGE procedure ..
Hehehe
I did something similar like this some time ago, think I was too tired or something but I could never it 100% correct when calculating the persons age.
Can't you use the calendar gadget for that? Not sure though, haven't used that much myself.
Procedure dagen(maand)
date$ = FormatDate ...
I did something similar like this some time ago, think I was too tired or something but I could never it 100% correct when calculating the persons age.
Can't you use the calendar gadget for that? Not sure though, haven't used that much myself.
Procedure dagen(maand)
date$ = FormatDate ...
- Wed Jun 27, 2007 3:48 pm
- Forum: Feature Requests and Wishlists
- Topic: Please allow more than one dimension for Structure fields
- Replies: 7
- Views: 3681
- Tue Jun 26, 2007 9:57 pm
- Forum: Coding Questions
- Topic: Converting from C to PB
- Replies: 17
- Views: 3835
Re: :P
It will at least make a bit of the world a better place to livetraumatic wrote:Well, Philippe-felixer76, I'm not utterly sure about the latter but.... yes

- Tue Jun 26, 2007 8:57 pm
- Forum: Coding Questions
- Topic: Converting from C to PB
- Replies: 17
- Views: 3835
Re: :P
:P Was your motivation also to get porting from C to PB easyer?
Not really, i just saw it is useful.
Thats a fact! :P
It also makes porting C headers a lot easy'er,
and makes adding purebasic user libs easy'er,
and makes purebasic more and more powerfull,
and makes all purebasic users and ...
Not really, i just saw it is useful.
Thats a fact! :P
It also makes porting C headers a lot easy'er,
and makes adding purebasic user libs easy'er,
and makes purebasic more and more powerfull,
and makes all purebasic users and ...
- Tue Jun 26, 2007 8:08 pm
- Forum: Coding Questions
- Topic: Converting from C to PB
- Replies: 17
- Views: 3835
:P
Psychophanta wrote:http://www.purebasic.fr/english/viewtopic.php?t=15752
:roll:

- Tue Jun 26, 2007 5:09 pm
- Forum: Coding Questions
- Topic: Converting from C to PB
- Replies: 17
- Views: 3835
- Tue Jun 26, 2007 3:49 pm
- Forum: Coding Questions
- Topic: Converting from C to PB
- Replies: 17
- Views: 3835
- Tue Jun 26, 2007 11:58 am
- Forum: Coding Questions
- Topic: Converting from C to PB
- Replies: 17
- Views: 3835
- Tue Jun 26, 2007 11:56 am
- Forum: Coding Questions
- Topic: Converting from C to PB
- Replies: 17
- Views: 3835
- Tue Jun 26, 2007 6:53 am
- Forum: Coding Questions
- Topic: Converting from C to PB
- Replies: 17
- Views: 3835
Converting from C to PB
Anybody know how to convert this to PB:
struct something
{
uint8 year[5][5]
}
?
struct something
{
uint8 year[5][5]
}
?
- Sat May 26, 2007 11:19 am
- Forum: General Discussion
- Topic: ffmpeg / libavcodec
- Replies: 52
- Views: 35169
- Thu May 24, 2007 10:45 pm
- Forum: General Discussion
- Topic: ffmpeg / libavcodec
- Replies: 52
- Views: 35169
Re: A little bit further ..
Hi,
I converted more structures from the header files, now it
works better.
I can open a media file and get lot's of info, then i can
pre-buffer everything also.
The problem is, the width/height are totally wrong,
so i guess i didn't convert the header/structures right.
Hi Philippe,
I'm a ...
I converted more structures from the header files, now it
works better.
I can open a media file and get lot's of info, then i can
pre-buffer everything also.
The problem is, the width/height are totally wrong,
so i guess i didn't convert the header/structures right.
Hi Philippe,
I'm a ...
- Sun May 20, 2007 7:48 pm
- Forum: General Discussion
- Topic: ffmpeg / libavcodec
- Replies: 52
- Views: 35169
Libavcodec / libavformat DLL usage in PB
Thanks for getting into this :-)
I did some things in PB using Libavcodec some time ago ... last year.
Debug "Filename: "+a$ ; WHY WE MISS THE FIRST LETTER!!!!! Hmmmm .
This issue in combination with the wrong width/height outputs does clearly show that theres something wrong in your ...
I did some things in PB using Libavcodec some time ago ... last year.
Debug "Filename: "+a$ ; WHY WE MISS THE FIRST LETTER!!!!! Hmmmm .
This issue in combination with the wrong width/height outputs does clearly show that theres something wrong in your ...