Author: Alessandro Scotti
Date: 14:29:45 12/30/04
Go up one level in this thread
On December 30, 2004 at 09:31:39, Christophe Drieu wrote: >Hi, i'm just learning how to build a dll with gcc (mingw). It's work fine and i >would like to know if (and how) it is posible to add version ressource to this >dll ? I don't want to use Visual C++. I've never tried to do exactly what you ask, but in general the method for using resources with MinGW is: 1) compile the resource file using the MinGW resource compiler, for example: windres resource.rc -o resource.o -O coff 2) link the resulting object file. Hope this helps.
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.