View Single Post
Old 11-08-2004, 05:20 PM  
Grendel
Senior Member
 
Grendel's Avatar
 
Join Date: Jul 2004
Posts: 187
Default

Code:
#include <stdio.h>

int main() {
  printf("Hello World!\n");
  return 0;
}

try DEV-C++ (it's free)

http://www.bloodshed.net/

with DEV-C++ v4.9.8.0
the code above results in a 23212 Bytes .EXE

maybe it solves your problem, if VC++ won't do it.


__________________
- FlashFXP v4.0 BETA (v3.7.9 Build 1401) registered
- Windows 7 x64
- McAfee Antivirus Enterprise 8.7i Patch 2 + Antispyware 8.7i
Grendel is offline