Just wondering does Darkbasic web site sell or let you watch video's on learning how to make programs there so much easier just watching & listening when I went there the web site had so much crud there I didn't take the time to read everything there?
They dont have videos on how to make programs and they have very little Tutorials there but if you go to the Code base or something like that you can find Lots of things there that other people make. What I did to learn was to read the Documents and just play with the code.
I dont think so (there might be something i have missed) but there are a youtuber that make movies on how to make programs and games. his screen name is dcforemanuk. He make realy good tuts, I use them all the time :)
HELP! ive just started DBP with no experience at all and basically im on the lesson 1 of using the language, it tells me to type:
PRINT "HELLO WORLD"
WAIT KEY
and then to make exe/ run, but it doesnt, instead it says to me could not create C:\Program Files\Dark Basic Software\ Dark Basic Professional\Temp\ Dbp_program.exe
can anyone help please how do i stop this? i can do it by running in debug mode but im pretty sure i will need to use this "run" thing later aswell, thanks.
I think your problem is that your OS has some restrictions and is not letting DBpro make the EXE in the Program Files/...Folder. Either you have to run the Compiler as Admin or make a Project and change the destination to Document or something like that. also make sure that your copy of DBpro is not an Illegal copy (meaning you downloaded it from the internet and cracked it) because those dont work correctly.
The lowest cost is around 69 US Dollars it was more when I bought it I think. you have to have a credit card. (dont worry they dont steal from u). go to TheGameCreators(dot)com you can download a Trial version before you buy. just make sure you will actually use it, so you dont waste ur money.
oh,....its cuz i had a space between end and if.....but now my new problem is, i try running it, it builds but nothnig shows up...NOTHING....and then i just go back to my DBPRO...
can u just copy and paste the code in desc. im too lazy :P
TheElitedeath 7 months ago
This has been flagged as spam show
its free now lol
TheElitedeath 7 months ago
Tanks
revios 1 year ago
LOL Powerpoint!!!!
FrozenIceCweam 1 year ago
@FrozenIceCweam Yes ... Powerpoint .... lol
wulfy88 1 year ago
where can i get fps
jonasohanu 2 years ago
@jonasohanu Sorry for not getting back to you in time. I was busy. What do you mean by "Where can I get fps"?
wulfy88 1 year ago
Just wondering does Darkbasic web site sell or let you watch video's on learning how to make programs there so much easier just watching & listening when I went there the web site had so much crud there I didn't take the time to read everything there?
ghostrag 2 years ago
They dont have videos on how to make programs and they have very little Tutorials there but if you go to the Code base or something like that you can find Lots of things there that other people make. What I did to learn was to read the Documents and just play with the code.
wulfy88 2 years ago
wait so you learned this by yourslef and out the curiosity you got them right
hamthemad 2 years ago
@ghostrag
I dont think so (there might be something i have missed) but there are a youtuber that make movies on how to make programs and games. his screen name is dcforemanuk. He make realy good tuts, I use them all the time :)
AUsernamePliz 1 year ago
hey i got a question, how do you activate fps?
Hexkute 2 years ago
HELP! ive just started DBP with no experience at all and basically im on the lesson 1 of using the language, it tells me to type:
PRINT "HELLO WORLD"
WAIT KEY
and then to make exe/ run, but it doesnt, instead it says to me could not create C:\Program Files\Dark Basic Software\ Dark Basic Professional\Temp\ Dbp_program.exe
can anyone help please how do i stop this? i can do it by running in debug mode but im pretty sure i will need to use this "run" thing later aswell, thanks.
PWEB07 2 years ago
I think your problem is that your OS has some restrictions and is not letting DBpro make the EXE in the Program Files/...Folder. Either you have to run the Compiler as Admin or make a Project and change the destination to Document or something like that. also make sure that your copy of DBpro is not an Illegal copy (meaning you downloaded it from the internet and cracked it) because those dont work correctly.
wulfy88 2 years ago
ahh so how much is real thing?
PWEB07 2 years ago
The lowest cost is around 69 US Dollars it was more when I bought it I think. you have to have a credit card. (dont worry they dont steal from u). go to TheGameCreators(dot)com you can download a Trial version before you buy. just make sure you will actually use it, so you dont waste ur money.
wulfy88 2 years ago
i will be using it, im on a 2 year graphic course at college, then off to uni to do game design so im gonna learn now :) ill try the tial now thanks.
PWEB07 2 years ago
Comment removed
theobserver5000 2 years ago
This has been flagged as spam show
hey pwebo7
First create your project in the project folder of dbpro with a name of your program. Then after typing the code :)
theobserver5000 2 years ago
sync on : sync rate 90
color backdrop 0 : hide mouse
print "Helloworld."
wait key
do
sync
loop
end
theobserver5000 2 years ago
then goto file save as or save all
P.S You can use color backdrop 0 or backdrop off or on. :)
theobserver5000 2 years ago
i am rly tly good at vb so this makes alotta sense, just a few new commands
nsahler 2 years ago
im already finished with next video but i got an era mesage for line 9- center text screen width()/2, 200, mnuitems$(0)
somthing about the parameter for center text do not xy string at line 9
johnyouis 2 years ago
Make sure that mnuitems$(0) Exists and it has a String value.
it should be in the mnuVars lable and you have to call it with gosub before the main loop
wulfy88 2 years ago
thanks
johnyouis 2 years ago
Wow, this programing codes are hard, can somebody explain me what the Hell its do and loop comands?
linkofpersia 2 years ago
The do loop commands just loops (repeats) the code inside of it endlessly.
These tutorials are made for ppl with basic knowledge of statements.
wulfy88 2 years ago
hard!! how do u learn that!!!!????
20thmember 3 years ago
If you are asking me how did I lern things. The simple answer is
PRACTICE, DRILL, and REHEARSE.
I have been programming for about 3 years now. Not so much in BASIC, but in C#, and C++.
Learn from others and Practice, dont just copy and forget about it. Take the time to learn it.
At 1st it seems wierd and comfusing but with time itll become 2nd nature to you.
do it every day.
and try to comeup with your own methods or implement on Others.
wulfy88 3 years ago
oh,....its cuz i had a space between end and if.....but now my new problem is, i try running it, it builds but nothnig shows up...NOTHING....and then i just go back to my DBPRO...
PCGamingProductions 3 years ago
dude i tried running it and i get this error:
variable "if" name is not valid at line 20
Dude please help me
PCGamingProductions 3 years ago
See Description for Part 2.
Thanks for Watching.
wulfy88 3 years ago