Re: SDC-32bit

2014-10-18 Thread Suliman via Digitalmars-d-announce

I want output C or maybe even Cool ...

What's benefits this would give?


Re: SDC-32bit

2014-10-18 Thread Stefan Koch via Digitalmars-d-announce

On Saturday, 18 October 2014 at 09:29:10 UTC, Suliman wrote:

What's benefits this would give?


apart from the hack-factor a backend that generates _nice_ C-code 
is a really

usefil thing to have.
For example if you want to program microcontrollers in D.


Re: dfl2 is comming

2014-10-18 Thread FrankLike via Digitalmars-d-announce


There were 15 forks of DFL on github (some of them working fine 
with 2.066), you made a 16nth, with another name. ;)

What's the point?

Btw, your version (just like most others) contains bugs causing 
the app to crash on exit. The issue is with destructors (in 
Timer and Tooltip, for example) that try to access some 
global/static variables, and when the app closes GC does its 
final cycle and calls destructors, and at this time many of 
those objects are already dead. It went silent in older 
versions of D, but since 2.065 was pretty visible.


My fix is here:
https://github.com/thedeemon/dfl/commit/290d6456f6d13447311845929fd929acb6938a5d
(sadly, combined with additional changes I made when trying to 
find the bugs)


Sorry,D2.066 is no 'dm' folder,its libs all moved in 
dmd2\windows\lib,and most new users like to use the 'dub' or 
Visual studio .net .
A few minutes ago,I test to compile the dfl which was cloned from 
'https://github.com/Rayerd/dfl',but found some errors,not get the 
*.objs,and must modify the bat file.


Now,it's a important thing,  let more new users to like the dfl 
in their ways:'dub' or Visual studio.net.

I think its very easy to use it for you.

Thank you very much.


Re: CUDA bindings

2014-10-18 Thread Paul O'Neil via Digitalmars-d-announce


On 10/18/2014 05:49 AM, ponce wrote:
 I think we need some place (could be just a NG thread?) to express users
 needs for library/bindings. Else we don't really know what is missing.
 

A wiki page might be better, so that it can be modified in place and
always be up to date with requests and results.

-- 
Paul O'Neil
Github / IRC: todayman