Search found 10 matches

by dbellis
Fri Jan 16, 2004 5:28 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] More 3D Commands...
Replies: 13
Views: 3721

how about allowing you to put a 3d gadget inside an app so u can have if u wanted a world craft clone ;) if this can already be done can some one show me hehe

Regards
damian Bellis
by dbellis
Tue Jan 13, 2004 2:08 am
Forum: Game Programming
Topic: Joining 3d maps
Replies: 1
Views: 1550

you could do it so when you come to a certain part of the map u have a bit that goes into a loading screen then delete the old terrain and load the new one a bit like a portal thats wot my team use for the game were working on you get some nice effects to as you can have highly detailed
maps but ...
by dbellis
Fri Jan 02, 2004 10:57 am
Forum: Coding Questions
Topic: 2 questions
Replies: 5
Views: 1671

i mean i want to make a parser in pb that reads asm code from another app then the calculations are done in the dll then the result is passed back into the app if you get me.

Damian
by dbellis
Thu Jan 01, 2004 8:10 pm
Forum: Coding Questions
Topic: 2 questions
Replies: 5
Views: 1671

2 questions

i was woundering if i could use pb's inline asm support in other languages via a dll i.e. say i wanted

_Inline_Asm
Mov param,param
inc param
etc
_End_Inline_Asm

parse this into the dll then do the asm caculating in dll then return the result back into the other language.

and how would i parse ...
by dbellis
Thu Jan 01, 2004 2:48 am
Forum: Off Topic
Topic: Happy New Year!
Replies: 18
Views: 5450

HAPPY NEW YEAR PB USERS w00t hope you get ur code write in 2004

we demand more bug free code
(im drunk LOL)

Damian
by dbellis
Wed Jul 02, 2003 6:30 pm
Forum: Coding Questions
Topic: OnError
Replies: 3
Views: 1512

OnError

i have some code here that exes a file when the run button is clicke but i wanted to add debugin support i checked the help and the OnError pb files(i cant read german) can u tell me wot im missing from this.




OnErrorGoto(ErrorInfo)

#Window_0 = 0
#Button_Run = 0
#Button_About = 1
#Button_Exit ...
by dbellis
Sat Jun 28, 2003 12:00 pm
Forum: Coding Questions
Topic: how do you learn programming ?
Replies: 24
Views: 6790

with you being new to programming i would suggest you get either purebasic darkbasicpro(buggy though) or blitz3d as these will be the easyer languges to learn the best language for making games though is C/C++ its the stande for all big games titles but has a very heave learning curve if you have 2 ...
by dbellis
Wed Jun 25, 2003 11:33 pm
Forum: Coding Questions
Topic: First Post
Replies: 3
Views: 1089

ahh ty so i wasnt to far out not 2 bad for my first day with PB
by dbellis
Wed Jun 25, 2003 7:13 pm
Forum: Feature Requests and Wishlists
Topic: JIT-Compiler for subset of PureBasic (scripting)
Replies: 3
Views: 2153

Re.

you could always make ur own scripting system and control it through ini files yes it would be easy for newcommers to learn but they wont learn how to realy use PB that way to make a language grow is for ppl to use all the power and show it off ;)

any way i have a ini dll some were if any one needs ...
by dbellis
Wed Jun 25, 2003 6:48 pm
Forum: Coding Questions
Topic: First Post
Replies: 3
Views: 1089

First Post

sup all hows it going first of nice Language realy usefull but how about 2 additions or maybe they are already in the works.

Memblocks
unles i missed sommet again
a gadget that alowys you to have a 3d scene in an app so world editers can be made just a thought any ways my first program and im ...