Date: Fri, 3 Oct 1997 18:33:40 -0700 (PDT) Message-Id: <199710040133.SAA18116@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "Anna Chiara Bellini" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: how to link a dll?? Precedence: bulk At 10:59 10/3/1997, Anna Chiara Bellini wrote: >Hi, I have a questionthat is probably quite simple: >I have a tcl/tk widget, made for linux, that I need to compile under win95. >To do this, I have to link to 2 dll's: tcl76.dll and tk42.dll. I am using >DJGPP with RHIDE. What is the right option to tell the compiler to link to >those libraries?? Sorry, not at all simple. Normal DJGPP *cannot* link with DLL's, or in fact any other Microsoft invented object file. RSXNT can, however, but then you basically have to be writing a native Win32 program. You could look into that if you really need to. Nate Eldredge eldredge AT ap DOT net