Author Topic: Digital Mars  (Read 10509 times)

Quetz

  • Guest
Digital Mars
« on: April 19, 2005, 10:18:59 pm »
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

  • Guest
Re: Digital Mars
« Reply #1 on: April 19, 2005, 11:26:49 pm »
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.

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).

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....

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

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

Offline hd

  • Multiple posting newcomer
  • *
  • Posts: 45
    • http://www.dynaset.org/dogusanh
Digital Mars
« Reply #2 on: April 22, 2005, 07:50:00 pm »
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

  • Guest
Digital Mars
« Reply #3 on: April 30, 2005, 10:46:00 pm »
Quote from: hd
Hi,

I'm using it.

Maybe your project settings are not correct?

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

Offline hd

  • Multiple posting newcomer
  • *
  • Posts: 45
    • http://www.dynaset.org/dogusanh
Digital Mars
« Reply #4 on: May 01, 2005, 06:21:36 pm »
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

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Digital Mars
« Reply #5 on: May 01, 2005, 06:58:48 pm »
Quote from: hd
Hi,
... 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.
...Hakki Dogusan


thanks !  fine

-tiwag

Desco

  • Guest
Digital Mars
« Reply #6 on: May 03, 2005, 10:47:43 am »
Hi,

If you don't want to type always "make -f makefile.gcc BUILD=release etc." use {wx-dir}\build\msw\config.gcc

Desco

Anonymous

  • Guest
Digital Mars
« Reply #7 on: May 04, 2005, 05:40:38 am »
Quote from: hd
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.
--
Regards,
Hakki Dogusan


Thanks Hakki, that has helped me.
Cheers