0

How do I compile my CPP file into a 32 bit DLL file under Windows with MinGW? Well I researched for a while now of how to compile CPP file into a 32 bit DLL file but all I found was converting 32 Bit DLL into a 64 bit which does not answer my question

Zenthm
  • 104
  • 1
  • 8

1 Answers1

-1

Try to use the option --enable-lib32 when compiling according to MinGW's document.

ZygD
  • 22,092
  • 39
  • 79
  • 102
FrankB
  • 7
  • 1