User forums > Help

Digital Mars

(1/2) > >>

Quetz:
Is anybody using Code::Blocks with DM?

Do you know howto  make it working with mingw32-make?

I think there should be separate distribution with DM "built in" compiler.

I heard it's better than GCC, but I have problems while compiling (some template classes, that compile in GCC, don't want to compile in DM).

Would be possible to put tutorial how to install DM properly with Code::Blocks?

Thanks a lot for the perfect IDE. I've just fallen in love with it....

Quetz

Anonymous:

--- Quote from: Quetz ---Is anybody using Code::Blocks with DM?

Do you know howto  make it working with mingw32-make?

I think there should be separate distribution with DM "built in" compiler.

--- End quote ---

I just tried last night after discovering Code::Blocks. It would be spectacular to get DM+Code::Blocks+mingw32-make.exe all working together. If you can figure it out, please post back or on DMC forum.

--- Quote ---I heard it's better than GCC, but I have problems while compiling (some template classes, that compile in GCC, don't want to compile in DM).
--- End quote ---

DM compiler is sooo much faster than gcc. But, perhaps this problem is compiler related, not IDE related.

--- Quote ---Would be possible to put tutorial how to install DM properly with Code::Blocks?

Thanks a lot for the perfect IDE. I've just fallen in love with it....
--- End quote ---

I would like a tutorial too. This IDE looks real nice.

Sorry, I didn't really answer any of your question. :(

hd:
Hi,

I'm using it.

Maybe your project settings are not correct?

It is ok to copy project file's compiler and linker sections here I think.


--
Regards,
Hakki Dogusan

Anonymous:

--- Quote from: hd ---Hi,

I'm using it.

Maybe your project settings are not correct?
--- End quote ---

Hi Hakki,

Are you using dmc smake.exe  or dmc make.exe  as your make system, or are you using MinGW make?  If you are using smake.exe or dmc's make.exe, I am assuming you manually create your own makefiles. Is that correct?  Or are you having CodeBlocks call dmc.exe directly?

I would actually like to have CodeBlocks be able to generate makefiles for me, but this option only seems available if you are using GNU make.

Doug

hd:
Hi,

- For wx26 I'm using smake / bakefile system
- For my projects I'm using cb's direct mode
- Didn't try recently but, I believe cb generated make file for mingw32-make should work for dm

ps1: I uploaded a sample project file to my home page: http://www.dynaset.org/dogusanh
Having staticlib, dll, console using static and dll, win, wx minimal targets.


My directory structure is:
dmc   c:\dm
wx26 c:\wx26

--
Regards,
Hakki Dogusan

Navigation

[0] Message Index

[#] Next page

Go to full version