strange error in deVC++

Please support our C advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Oct 2009
Posts: 47
Reputation: Iam3R is an unknown quantity at this point 
Solved Threads: 2
Iam3R Iam3R is offline Offline
Light Poster

strange error in deVC++

 
0
  #1
25 Days Ago
i have just written a small program on DEV C++.
i have been using it for couple of months but i never observed this error.

  1. #include<stdio.h>
  2. int main()
  3. {
  4. printf("Welcome\n");
  5. system("PAUSE"):
  6. return 0;
  7. }


could not create makefile
I/o error 32


any idea? what does that mean
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 2,033
Reputation: Aia has much to be proud of Aia has much to be proud of Aia has much to be proud of Aia has much to be proud of Aia has much to be proud of Aia has much to be proud of Aia has much to be proud of Aia has much to be proud of Aia has much to be proud of Aia has much to be proud of 
Solved Threads: 177
Aia's Avatar
Aia Aia is offline Offline
Postaholic
 
1
  #2
25 Days Ago
system("PAUSE"):
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 47
Reputation: Iam3R is an unknown quantity at this point 
Solved Threads: 2
Iam3R Iam3R is offline Offline
Light Poster
 
0
  #3
23 Days Ago
Originally Posted by Aia View Post
system("PAUSE"):
Aia,
sorry to tell you, but the error is not because of that.

its because of #include<stdlib.h>

dont know whether devcpp has the support of stdlib or we need to make any extra arrangements for that while running.

the error is :
Cannot create Makefile: "C:Dev-Cpp\Makefile.win
IO error 32.
Reply With Quote Quick reply to this message  
Reply

Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC