|
From: <dan...@ya...> - 2001-09-09 01:54:52
|
--- Joost Kraaijeveld <J.K...@As...> wrote: > Are there anywhere simple and complete instructions on how get/create > a > complete MinGW 2.95.3 compiler that I can use to create COM stuff, in > combination with usable exceptions from DLL's? > > I have read several emails from the list aboute these subjects but do > not > understand what I have to do. > This is how I do it: 1) Grab the v-table thunks libs form SF file release page. 2) Use Franco Bez's howto instructions on the libgcc.a supplied with that package. 3) compile client code with this in your CFLAGS: -fvtable-thunks To be safe put the vt_thunks include, _G_config.h, in your include search path 4) link against the vt-thunks libstdc++ and libgcc.dll.a I'll try to put togeher a more complete HOWTO if necessary, but Franco's worked for me. You sure you don't want -mthreads as well? If so, there is another modification that you can find in the pthreads-win32 list archive. Danny > > Joost > > > _______________________________________________ > MinGW-users mailing list > Min...@li... > > You may change your MinGW Account Options at: > https://lists.sourceforge.net/lists/listinfo/mingw-users http://travel.yahoo.com.au - Yahoo! Travel - Got Itchy feet? Get inspired! |