Re: [Mingw-w64-public] EXE error for w32 app in TDM

2012-04-03 Thread rajeshwari b
Hi all, I used the flag -static and -m32 (needed in TDM 64/32 bit), working. Thanks & Rgds, Raj007 On Tue, Apr 3, 2012 at 2:47 PM, Kai Tietz wrote: > Hi, > > 2012/4/3 rajeshwari b : > > HI all, > > I tried compiling a win32 API based code in TDM-GCC (with mingw w64 and > > GCC4.6.1). The exe get

Re: [Mingw-w64-public] EXE error for w32 app in TDM

2012-04-03 Thread Kai Tietz
Hi, 2012/4/3 rajeshwari b : > HI all, > I tried compiling a win32 API based code in TDM-GCC (with mingw w64 and > GCC4.6.1). The exe gets created but when running the exe, i get a blank > window. I used the following command with flags for compile and link i.e., > g++ -m32 -mwin32 -o FileNextFile

[Mingw-w64-public] EXE error for w32 app in TDM

2012-04-03 Thread rajeshwari b
HI all, I tried compiling a win32 API based code in TDM-GCC (with mingw w64 and GCC4.6.1). The exe gets created but when running the exe, i get a blank window. I used the following command with flags for compile and link i.e., g++ -m32 -mwin32 -o FileNextFile FileNextFile.cpp Am attaching the sour