Harry G McGavran Jr writes: > int main(int argc, char **argv, char **envp)
The entry point in setup.exe is WinMain, which has a different signature and entry point. The use of __argv ties into the actual RTC entry point of WinMainCRTStartup and gets populated on startup. If indeed on one of your machines the behaviour is different than on others, you might pick up a different RTC. Try to find out from where this CRT, more specifically msvcrt.dll, is coming. These days you can expect a dozen of these in several places on your system and with the wrong path settings you might pick up a rogue one. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf microQ V2.22R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple