Path: utzoo!attcan!uunet!van-bc!ubc-cs!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!sun-barr!ccut!wnoc-tyo-news!astemgw!icspub!creamy!oucom2!digigw!gday From: gday@digigw.digital.co.jp (Gordon Day) Newsgroups: comp.lang.c Subject: Microsoft C specific question about __acrtused Keywords: MSC runtime enviroment, __acrtused Message-ID: <681@digigw.digital.co.jp> Date: 3 Oct 90 07:00:07 GMT Organization: Digital Electronics Corp., Osaka, Japan Lines: 9 I have been mixing assembly language and C routines successfully, but when setting up the runtime environment for C subroutines I have to define the symbol __acrtused in the DGROUP group to keep the linker happy. What is significance of this value? What should it be set to, or does it really matter? (My belief is that it is only of significance if the crt0.obj startup are being used, but in that case, why is it being defined public?) Gordon W. Day