FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 15 matches
Forum Index
Author Message
  Topic: dsss and dmd problem
flashdog

Replies: 0
Views: 9263

PostForum: DSSS   Posted: Fri Nov 14, 2008 5:33 pm   Subject: dsss and dmd problem
DMD 1.033, DSSS 0.78-x86-gnuWlinux and Tango tango-0.99.7 works well, but I have problem to understand the installation howto ( http://www.dsource.org/projects/dwt/wiki/Installation ).

I did this
...
  Topic: Own Java code to D?
flashdog

Replies: 7
Views: 23677

PostForum: Tioport   Posted: Fri Nov 14, 2008 7:55 am   Subject: Own Java code to D?

$ cd dwt-linux/
$ dsss build
/home/flashdog/d/dsss/bin/rebuild: /usr/lib/libstdc++.so.6: no version information available (required by /home/flashdog/d/dsss/bin/rebuild)
/home/fla ...
  Topic: Own Java code to D?
flashdog

Replies: 7
Views: 23677

PostForum: Tioport   Posted: Thu Nov 13, 2008 6:48 pm   Subject: Own Java code to D?
DMD 1.033, DSSS 0.78-x86-gnuWlinux and Tango tango-0.99.7 works well, but I have problem to understand the installation howto ( http://www.dsource.org/projects/dwt/wiki/Installation ).

I did this
...
  Topic: Call C++ from D
flashdog

Replies: 6
Views: 23166

PostForum: Build   Posted: Thu Nov 13, 2008 6:31 pm   Subject: Call C++ from D
But how can I creat a Glue library in C that calls the C++ functions?

Do you know where I can find howto to create a Glue library?
  Topic: Call C++ from D
flashdog

Replies: 6
Views: 23166

PostForum: Build   Posted: Thu Nov 13, 2008 6:08 pm   Subject: Call C++ from D
* ForC++ binding utilities you mean BCD?
* Which tool generate C bindings of a C++ code?
* Exist somewhere a howto how I can create C bindings for C++ Code?
  Topic: Call C++ from D
flashdog

Replies: 6
Views: 23166

PostForum: Build   Posted: Thu Nov 13, 2008 6:26 am   Subject: Call C++ from D
Hello,
how can I call this C++ Code from D ?


class Shape {
public:
Shape() {
nshapes++;
}
virtual ~Shape() {
nshapes--;
};
...
  Topic: Tango install does not work
flashdog

Replies: 3
Views: 13549

PostForum: DSSS   Posted: Wed Nov 12, 2008 5:07 am   Subject: Tango install does not work
I tried manaully to but I have got following problems : http://www.dsource.org/projects/tango/forums/topic/643
  Topic: BCD right tool?
flashdog

Replies: 0
Views: 12908

PostForum: BCD   Posted: Wed Nov 12, 2008 12:49 am   Subject: BCD right tool?
Hello,
is it possible to use BCD to make this http://www.ccp4.ac.uk/ccp4bin/viewcvs/ccp4/lib/ssm/ for D available?

Best regards,
  Topic: c++ template in D
flashdog

Replies: 8
Views: 30596

PostForum: Bindings   Posted: Wed Nov 12, 2008 12:41 am   Subject: c++ template in D
Thank you for the code, but I meant more to make a binding to the c++ code so that I can use it under D and no to rewrite it.

Is it possible to make a binding to the c++ code?
  Topic: c++ template in D
flashdog

Replies: 8
Views: 30596

PostForum: Bindings   Posted: Wed Nov 12, 2008 12:40 am   Subject: c++ template in D
Thank you for the code, but I meant more to make a binding to the c++ code so that I can use it under D and to rewrite it.

Is it possible to make a binding to the c++ code?
  Topic: Tango install does not work
flashdog

Replies: 3
Views: 13549

PostForum: DSSS   Posted: Tue Nov 11, 2008 11:54 pm   Subject: Tango install does not work
Hello,
I install DMD following:
$ unzip dmd.1.036.zip
$ chmod u+x dmd/bin/dmd dmd/bin/obj2asm dmd/bin/dumpobj
$ DFLAGS="-I/home/mitlox/d/dmd/src/phobos -L-L/home/mitlox/d/dmd/lib"; expo ...
  Topic: Own Java code to D?
flashdog

Replies: 7
Views: 23677

PostForum: Tioport   Posted: Tue Nov 11, 2008 7:09 am   Subject: Own Java code to D?
That sounds good.

Does Tioport woks better with DMD or GDC and do I need a Tango?

Exist somewhere a Howto how I can install Tioport under linux?
  Topic: Own Java code to D?
flashdog

Replies: 7
Views: 23677

PostForum: Tioport   Posted: Tue Nov 11, 2008 12:00 am   Subject: Own Java code to D?
Hello,
is it possible to translate own Java code to D?

After translation with Tioport need D a Java Vitual Machine?

Best regard,
  Topic: c++ template in D
flashdog

Replies: 8
Views: 30596

PostForum: Bindings   Posted: Mon Nov 10, 2008 11:43 pm   Subject: c++ template in D
Hello,
how can I make this:

/* File : example.h */

// Some template definitions

template<class T> T max(T a, T b) { return a>b ? a : b; }

template<c ...
  Topic: algorithms
flashdog

Replies: 1
Views: 6963

PostForum: General   Posted: Fri Oct 10, 2008 4:21 am   Subject: algorithms
Hello,
the following two pictures are only for clarification. I have a pattern which is described with different points (x,y,z). I can calculate distance between the points (see Fig 1).

http://mit ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group