Author Topic: How to Build win32 DLL with mingw32 cross compiler  (Read 4237 times)

azimuth3d

  • Guest
How to Build win32 DLL with mingw32 cross compiler
« on: September 30, 2007, 11:37:58 am »
I would like to make  c++ library  dll  used for  win32   , ubuntu 7.04 is my lovely os
Thank a lot  for your suggestion :D

Offline XayC

  • Multiple posting newcomer
  • *
  • Posts: 94
Re: How to Build win32 DLL with mingw32 cross compiler
« Reply #1 on: September 30, 2007, 12:48:36 pm »
This is not a general programming board, you should ask in an appropriate forum.

What you look for is Cross-Compiling (build binaries for one platform using another platform). In the article you should find all the information and links you may need.
Here also a link to a build of MinGW able to run on Linux (I didn't try it). Link

azimuth3d

  • Guest
Re: How to Build win32 DLL with mingw32 cross compiler
« Reply #2 on: October 01, 2007, 02:31:54 am »
Thank  for that resource :)