Hi Kronos,
thanks for your early reply
I''ve set up a very small program lately to sort things out. It can be regarded as the sequel to Unix/K&R's famous "Hello world". Well, something like
void main(void)
{
printf("Bye, bye, Windoze!\n");
}
with only a handfull of #include-lines:
#include
#include
and that one loops during link-phase!
I''ll try it with your suggestion.
Thanks, and I''ll let you know!