Jump to content


I Like D


34 replies to this topic

#1 davepermen

    Senior Member

  • Members
  • PipPipPipPip
  • 1306 posts

Posted 29 April 2003 - 06:44 PM

I like D
davepermen.net
-Loving a Person is having the wish to see this Person happy, no matter what that means to yourself.
-No matter what it means to myself....

#2 DarkLight

    Member

  • Members
  • PipPip
  • 57 posts

Posted 29 April 2003 - 08:17 PM

I like it too
I'm not C/C++ programmer, I'm writting in Delphi but I like C++ and I have experience with Java. And I really like D, for wich I learned due to this forum
<a href='http://www.kaldata.net' target='_blank'>kaldata.net - IT News</a>

#3 TheLionKing

    Valued Member

  • Members
  • PipPipPip
  • 143 posts

Posted 19 August 2003 - 03:14 AM

Any of you guys created any powerful application in D?
<span style='color:blue'>I can survive anything ... even NUKES!!!
The Lion King</span>

#4 davepermen

    Senior Member

  • Members
  • PipPipPipPip
  • 1306 posts

Posted 19 August 2003 - 06:41 AM

not yet, i had some messes with glu32.lib wich somehow doesn't work and now i'm so dissapointed i don't want to try again.. i wait for v1.0
davepermen.net
-Loving a Person is having the wish to see this Person happy, no matter what that means to yourself.
-No matter what it means to myself....

#5 TheLionKing

    Valued Member

  • Members
  • PipPipPip
  • 143 posts

Posted 19 August 2003 - 07:17 AM

You mean D can be used with the APIs like OpenGL or DirectX :unsure: .

It's a new language and I think it might have some serious bugs.
<span style='color:blue'>I can survive anything ... even NUKES!!!
The Lion King</span>

#6 davepermen

    Senior Member

  • Members
  • PipPipPipPip
  • 1306 posts

Posted 19 August 2003 - 07:45 AM

its not yet a full version, so yes it has bugs. but else its great so far..

yes, it can directly use any c lib file, and as gl for example has an opengl32.lib wich exports c-functions, you can use gl.. and about any other libraries existing for c/c++.. sdl for example, too..

thats quite great, because you can for example write plugin-code in d as a dll and load it in your main engine, in c++. plugins should be save as first, and the gc of d helps there very much to easen that savety.

or you write your engine in d, and you use existing c-libraries or code. both doable. a very good features, as there is tons of c-stuff existing..


it doesn't have some serious bugs.. no language has... the implementation can have some serious bugs, though.. and as there is no final implementation yet, its still buggy, yes:D
davepermen.net
-Loving a Person is having the wish to see this Person happy, no matter what that means to yourself.
-No matter what it means to myself....

#7 TheLionKing

    Valued Member

  • Members
  • PipPipPip
  • 143 posts

Posted 19 August 2003 - 08:29 AM

:yes: Thanks! I will be looking forward to program something in D.
<span style='color:blue'>I can survive anything ... even NUKES!!!
The Lion King</span>

#8 anubis

    Senior Member

  • Members
  • PipPipPipPip
  • 2225 posts

Posted 14 September 2003 - 07:08 PM

hey, just to let you know... i started working on a small D engine ( working title D_engine ;) ). so far i have to say that i really started to love D. can't wait for the final 1.0 release. oh btw, davepermen : there is another D ide called DEnv... check out the wiki4D page, they have a link to it. haven't tried it yet because i'm missing the .net framework libs on my laptop. tell me how it is
If Prolog is the answer, what is the question ?

#9 davepermen

    Senior Member

  • Members
  • PipPipPipPip
  • 1306 posts

Posted 15 September 2003 - 02:46 PM

i don't have the .NET framework eighter, and i never will..
davepermen.net
-Loving a Person is having the wish to see this Person happy, no matter what that means to yourself.
-No matter what it means to myself....

#10 anubis

    Senior Member

  • Members
  • PipPipPipPip
  • 2225 posts

Posted 15 September 2003 - 02:50 PM

well... i can't resist to use vs.net under windows :)
If Prolog is the answer, what is the question ?

#11 billy_zelsnack

    New Member

  • Members
  • Pip
  • 1 posts

Posted 06 September 2004 - 02:24 PM

davepermen said:

not yet, i had some messes with glu32.lib wich somehow doesn't work and now i'm so dissapointed i don't want to try again.. i wait for v1.0

View Post


I had some problems with it too, but I did get it working. You have to make a .def file and add the functions that you use. For instance, here is mine.

LIBRARY glu32

EXPORTS
_gluCylinder@36=gluCylinder
_gluDisk@28=gluDisk
_gluBuild2DMipmaps@28=gluBuild2DMipmaps
_gluNewQuadric@0=gluNewQuadric
_gluPerspective@32=gluPerspective
_gluProject@308=gluProject
_gluUnProject@308=gluUnProject

Then you do something like this..

implib ..\..\dlib\vc6\glu32.lib c:\winnt\system32\glu32.dll
implib ..\..\dlib\vc6\glu32.lib ..\..\dlib\vc6\glu32.def

#12 anubis

    Senior Member

  • Members
  • PipPipPipPip
  • 2225 posts

Posted 06 September 2004 - 02:40 PM

Quote

i don't have the .NET framework eighter, and i never will..

what a coincidence that this got resurected... :D
If Prolog is the answer, what is the question ?

#13 Mihail121

    Senior Member

  • Members
  • PipPipPipPip
  • 1059 posts

Posted 06 September 2004 - 03:19 PM

oh, not again...

#14 Noor

    Senior Member

  • Members
  • PipPipPipPip
  • 503 posts

Posted 06 September 2004 - 03:55 PM

Hey baldurk, could you remind me of that word? nomoclature or something like that? :D
"What ever happened to happily ever after?"

#15 SnprBoB86

    Valued Member

  • Members
  • PipPipPip
  • 112 posts

Posted 06 September 2004 - 04:09 PM

What exactly is your objection to the .NET framework?
Brandon Bloom
http://brandonbloom.name

#16 anubis

    Senior Member

  • Members
  • PipPipPipPip
  • 2225 posts

Posted 06 September 2004 - 04:12 PM

none at all... in fact dave is quite the proponent now... :)
If Prolog is the answer, what is the question ?

#17 davepermen

    Senior Member

  • Members
  • PipPipPipPip
  • 1306 posts

Posted 06 September 2004 - 04:20 PM

shhh just don't tell anybody :D

well actually, i just happened to have too much crashes of .NET at the beginning..

now i have 2005 beta, and i'm happy both with the individual vs' (all quite small, and very efficient and great in usability), and .NET 2.0, wich is stable, and a GREAT platform to work on (generics HORRAY :D).

now that i finally got a .NET working, i'm _VERY_ happy with it.
davepermen.net
-Loving a Person is having the wish to see this Person happy, no matter what that means to yourself.
-No matter what it means to myself....

#18 SnprBoB86

    Valued Member

  • Members
  • PipPipPip
  • 112 posts

Posted 06 September 2004 - 07:41 PM

I ported my engine to the .NET 2.0 framework

VS.NET 2005 is a big step up, I am loving it.
Brandon Bloom
http://brandonbloom.name

#19 NomadRock

    Senior Member

  • Members
  • PipPipPipPip
  • 785 posts

Posted 06 September 2004 - 07:55 PM

So, um when can I use .NET on a solaris box?
Jesse Coyle

#20 davepermen

    Senior Member

  • Members
  • PipPipPipPip
  • 1306 posts

Posted 06 September 2004 - 09:31 PM

no clue. does mono work on solaris?

don't use such proprietary shit and you get new stuff on your system, too.. :D

no, welll.. but does linux opensource stuff work normally in solaris? if so, mono will get quickly ported. if not, i guess it'll take some time.
davepermen.net
-Loving a Person is having the wish to see this Person happy, no matter what that means to yourself.
-No matter what it means to myself....





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users