Gorshkov writes:
> I assume that in order to get rid of that, I have to turn my "ordinary" DOS
> programme into a windows programme -
First a clarification: There is absolutely nothing DOS-related in your
programme even if it requires a console window to run. It is still a
100% Win32 executable
Gorshkov wrote:
> I now have a working programme . except
> that a DOS box opens up directly behind it.
with mingw32 the switch -mwindows should do it, afair
--
Georg Fritzsche
[EMAIL PROTECTED]
___
gtk-app-devel-list mailing list
gtk-app-devel-li
OK - next stupid question. Now that Tor's been able to point out my idiocy
regarding the linking (*ahem*), I now have a working programme . except
that a DOS box opens up directly behind it.
I assume that in order to get rid of that, I have to turn my "ordinary" DOS
programme into a windows