Quote:
Originally Posted by shabbirThis is not meant for working in the windows based compilers. You try compiling it in Turbo C3 or Turbo C 2 Dos based compilers.
|
Contributor
|
|
| 21Apr2006,20:39 | #11 |
|
Quote:
Originally Posted by shabbir |
|
Go4Expert Founder
|
![]() |
| 21Apr2006,20:47 | #12 |
|
Then you can try the bloodshed compiler and it works but you probably need to be removing the clrscr.
|
|
Contributor
|
|
| 21Apr2006,20:56 | #13 |
|
Quote:
Originally Posted by shabbir |
|
Go4Expert Founder
|
![]() |
| 22Apr2006,00:02 | #14 |
|
I have compiled the program and emailed you.
|
|
Contributor
|
|
| 22Apr2006,07:08 | #15 |
|
Quote:
Originally Posted by shabbir But anyway Thank You first Last edited by lieweffect; 22Apr2006 at 07:19.. |
|
Go4Expert Founder
|
![]() |
| 22Apr2006,14:38 | #16 |
|
Thats because probably you dont have the BGI graphics at the correct location. If you see the source code it has
Code: C
Code: C
Thanks Shabbir |
|
Contributor
|
|
| 22Apr2006,20:58 | #17 |
|
There was some bug in the program
After I add a customer profile and want to view the profile. It give nothing to me. It is any mistake in the database, because it was no record after I added |
|
Contributor
|
|
| 22Apr2006,21:07 | #18 |
|
Oh..I knew where is the mistake...
The file that open and save is different location |
|
Contributor
|
|
| 22Apr2006,21:16 | #19 |
|
The program can run properly now.
But there have something that is not in logic. How to make some error detection For instance the time column is only accept the number. Yes I have change the data type into int(original is char). But error after compile |
|
Go4Expert Founder
|
![]() |
| 22Apr2006,22:21 | #20 |
|
Quote:
Originally Posted by lieweffect |