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.

#include<stdio.h>
int main()
{
    printf("Welcome\n");
    system("PAUSE"):
    return 0;
}

could not create makefile
I/o error 32


any idea? what does that mean

Recommended Answers

All 2 Replies

system("PAUSE"):
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.
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.