From: ajps AT mail DOT telepac DOT pt (aperes) Newsgroups: comp.os.msdos.djgpp Subject: Please, Help! (RSXIDE) Date: Fri, 16 Jul 1999 18:35:26 GMT Lines: 17 Message-ID: <378f76e4.155056@news.telepac.pt> NNTP-Posting-Host: 194.65.167.221 X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm trying write a simple Windows program (using C) that use a common control (in this case, a toolbar). For this i included the header file commctrl.h in my program and called InitCommonControls() prior to using the first common control, CreateToolbarEx(.....). When i try to make the .exe file i get the message: toolbar.o : toolbar.c : undefined reference to 'InitCommonControls' toolbar.o : toolbar.c : undefined reference to 'CreateToolbarEx' What's wrong? It's no possible use RSXIDE to write Windows programs that use common controls (like toolbars, tooltips, trackbars, etc)? Thanks in advance, Aperes (ajps AT mail DOT telepac DOT pt)