Date: Sun, 2 May 1999 13:16:13 +0200 From: Alexander_Pankov X-Mailer: The Bat! (v1.31) UNREG X-Priority: 3 (Normal) Message-ID: <12552.990502@dkd.ot.lt> To: Eli Zaretskii CC: djgpp AT delorie DOT com Subject: Re[2]: compiling In-reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hello Eli, >> int main() >> { >> return 0 >> } >> >> and to get very small file? > I'm guessing ``small'' is not an issue here. What you want is for the > produced program to be independent of something. Please explain what > is that ``something'' that you don't want in your program. For example, I compile such small program and get... 61Kb!!! WHY??? I need VERY-VERY small com-file, for "32-DOS". Compiling *.o file, for example, I get less than 500 bytes! How to link this small file??? And where can I get description of *.o files??? >> And another question: how to make my own type of calls? > I don't understand what do you mean by that. Please explain. I heard that DJGPP supports user-defined calls. For example, Delphi sends some parameters through registers EAX, ECX, EDX. How can I define my own calls? Thank you. Best regards, Alexander_Pankov mailto:billy AT dkd DOT ot DOT lt