From: "Lars Hansen" Newsgroups: comp.os.msdos.djgpp Subject: Re: several questions (symify, dynamic labels, cpu clock) Date: Tue, 21 Jan 2003 16:41:23 +0100 Organization: 1&1 Internet AG Lines: 12 Message-ID: References: NNTP-Posting-Host: p50838960.dip0.t-ipconnect.de X-Trace: news.online.de 1043163685 7730 80.131.137.96 (21 Jan 2003 15:41:25 GMT) X-Complaints-To: abuse AT online DOT de NNTP-Posting-Date: 21 Jan 2003 15:41:25 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > > 2. how can I get the address of a dynamic label which is in a > > > function I am not in? > > > > Don't worry --- it wouldn't be useful for anything, even if you could. > > Dynamic labels are not meant as a substitute for longjmp() or plain > > function calls. And sometimes I need code just to execute the first time but that code is part of code in a function which itself may or may not be called during program execution (or other such 1st time only not cases).