User forums > Help
Problem with mising dll
sodev:
This does not depend on CodeBlocks but on the used compiler. If you intent to use CodeBlocks with the bundled compiler it is important to know that MinGW-w64 is not multilib. I guess the 64 Bit download contains a 64 Bit toolchain so this one can't build for 32 Bit, in that case you need to install a 32 Bit toolchain yourself.
oBFusCATed:
--- Quote from: gtafan on July 20, 2020, 12:37:57 pm ---OK, looks like the problem, mentioned in that thread, is exact the same as mine. Since my OS is 64 bit should be no problem fro me to use 64 bit CB version. Posibly a stupied question, will I be still able to compile 32 bit applications with 64 bit version?
--- End quote ---
Yes, but debugging would be close to impossible.
nenin:
--- Quote from: oBFusCATed on July 20, 2020, 07:47:36 pm ---
--- Quote from: gtafan on July 20, 2020, 12:37:57 pm ---OK, looks like the problem, mentioned in that thread, is exact the same as mine. Since my OS is 64 bit should be no problem fro me to use 64 bit CB version. Posibly a stupied question, will I be still able to compile 32 bit applications with 64 bit version?
--- End quote ---
Yes, but debugging would be close to impossible.
--- End quote ---
For me it is working. I have "cocktail" of 64b CB, 32b gcc 9.2 from Winlibs and TDMs 32b GDB.
oBFusCATed:
Try to set a breakpoint while the application is running - it should fail :)
gtafan:
--- Quote from: oBFusCATed on July 20, 2020, 07:47:36 pm ---
--- Quote from: gtafan on July 20, 2020, 12:37:57 pm ---OK, looks like the problem, mentioned in that thread, is exact the same as mine. Since my OS is 64 bit should be no problem fro me to use 64 bit CB version. Posibly a stupied question, will I be still able to compile 32 bit applications with 64 bit version?
--- End quote ---
Yes, but debugging would be close to impossible.
--- End quote ---
I don“t care about debugging, as long I can produce a 32 bit executable.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version