From: "Martijn" Newsgroups: comp.os.msdos.djgpp Subject: Re: rsxntdj -- calling windows API's Date: 22 Jan 1997 11:37:42 GMT Organization: CAI Westland/Kabelfoon Lines: 20 Message-ID: <01bc0858$cf591f80$450bb2c2@pb> References: <01bc078b$d9ca65a0$380bb2c2 AT pb> NNTP-Posting-Host: 194.178.11.69 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp With linking with the libraries, you mean, the -l librarty option. I AM doing that. martijn Restiana Jade wrote in article ... > Martijn (wkersber AT caiw DOT nl) wrote: > : Does anyone know how to call windows api's from rsxntdj. When I link I get > : undefined reference error's.Does anyone know what to do? > > : Please reply, > : martijn > > You probably aren't linking with the appropriate libs on the linker > command line. Figure out which dlls contain the routines you want to call, > and link with the appropriate glue libraries. >