PDA

View Full Version : how to start



bio_eng
- 23rd August 2004, 14:31
so iam starting to use picbasic and i search on the internet and found a paper in pdf formate that written by chuck hellebuyk so i read that to use the pic basci i must write the folloing :
c:\> picbasic filename
so i don't know where i must write this .
when i start to clicl on pbp i fount it run and after 1 sec it shutdown is this worn in window or in pbp or it is not worng and i must writ the previous code in another program pleas help me
pleas any one use elchepo programmer bcz i want to ask so q?
i wait fro reply
thanks

Melanie
- 23rd August 2004, 14:37
If you are using PICBASIC then this is a good start:-

http://www.melabs.com/downloads/pbcm202a.PDF

If you are using PICBASIC Pro then...

http://www.melabs.com/downloads/pbpm502a.PDF

They will walk you through installation and creating your first simple program. You should have been supplied the manual when you purchased your compiler software.

Melanie

Dwayne
- 23rd August 2004, 18:45
Hello Bio_eng,

Bio>>c:\> picbasic filename
so i don't know where i must write this .
when i start to clicl on pbp i fount it run and after 1 sec it shutdown is this worn in window or in pbp or it is not worng and i must writ the previous code in another program pleas help me
pleas any one use elchepo programmer bcz i want to ask so q?
i wait fro reply <<

If you are having problems, and your program is not very big, you can go to "Compilespot.com" and use the PBP for free. It is a cheap way to compile, but limited in size. We can't help that much, unless code is posted.

There is much more to running PBP than what you are doing, or explaining to us.
1. you are assuming the program is in the root directory.
2. You are assuming the path is pointed to the PCP directory
3. You are assuming your program is in the current directory
4. One or all of the above... and other that I have not mentioned.


Dwayne