Thread: C4033 trouble.
View Single Post
  #1  
Old 08-09-2004, 01:57
pigman
 
Posts: n/a
C4033 trouble.

Now i have big trouble. I recive
"warning C4033: 'main' must return a value" from my VC 6.0
compiler, and could not solve.

Here is my code simple

int main()
{
return;
}