Tagged Questions

6
votes
0answers
105 views

Building tangobos to work with DMDScript / Getting ECMA Scripting to work with D1-Tango

I'm trying to install DMDScript-tango on my win32 D1-Tango setup. The version I'm using is the 0.99.9 Kai bundle . When I try building it, I get the following error (among others) ...
3
votes
2answers
157 views

Garbage Collection, pointers and scope in D

Apologies in advance about the long post - I'm having a problem I think might be related to garbage collection. I have a class that wraps DMDScript like this: /** * Wrapper class for the DMDScript ...
2
votes
2answers
204 views

Using OpenSSL library in D

I have trouble using the OpenSSL library with dmd+tango bundle on Ubuntu 10.04. I have compilled OpenSSL 1.0.0d. I've got files: /usr/local/ssl/lib/libssl.a /usr/local/ssl/lib/libcrypto.a So, I'm ...
1
vote
1answer
54 views

dfl_debug.lib not found

I'm trying to compile my first application using Forms in D, using the DFL / Tango libraries, but the compiler first attempt said: DFL lib files not found. Then I tried to compile the libs, and got ...
1
vote
1answer
149 views

problem running dmd-tango under linux

does anybody know how to run dmd under linux? i downloaded the tango linux binary and extracted it to a special folder. i call "export PATH..." but when i tried to run dmd all i get was bash: ...