Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: azimuth3d on September 30, 2007, 11:37:58 am

Title: How to Build win32 DLL with mingw32 cross compiler
Post by: azimuth3d 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
Title: Re: How to Build win32 DLL with mingw32 cross compiler
Post by: XayC 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 (http://en.wikipedia.org/wiki/Cross_compiler) (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 (http://www.libsdl.org/extras/win32/cross/)
Title: Re: How to Build win32 DLL with mingw32 cross compiler
Post by: azimuth3d on October 01, 2007, 02:31:54 am
Thank  for that resource :)