Hi folks, Maybe someone has an idea, because I'm not sure if this is an issue with my code, Harbour code, or it's just expected behvior.
This happens with r9763, when compiled and built with MinGW 4.1.2, and having HB_GT_WVT_DEFAULT + HB_GT_WIN in my app code. Now, when the app starts, it's putting some app headers on the command line via OutErr(), than goes CUI. This was normal behavior in Clipper times. (the app also has a command line help screen, other than these it doesn't use the Out*() functions). What happens with MinGW, is that a separate console window opens with the header text, plus the usual WVT window opens with the app itself, while the console window stays on the background for the whole running time. For MSVC/BCC, the situation is a bit different, here the Out*() functions simply don't do anything. I think none of the these behaviors are very good, and I'm not sure what are the platform possibilities or what could I do on the app level to get around these (besides removing all Out*() functions of course). In any case, I think MinGW and MSVC/BCC should be behave (if possible) more similarly. Brgds, Viktor _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour