Re: cl4d OpenCL wrapper moved to Github

2012-01-09 Thread Klyn
On Mon 09-Jan 2:45, Trass3r wrote: Ok, so when i try to compile it says src\opencl\c\cl_d3d10.d(88): Error: undefined identifier UINT src\opencl\c\cl_d3d10.d(96): Error: undefined identifier UINT and upon changing those to uint I get src\opencl\c\cl_d3d11.d(77): Error: undefined identifier ID3

Re: DVM - D Version Manager 0.4.0

2012-01-09 Thread Nick Sabalausky
"Jacob Carlborg" wrote in message news:jee58o$54v$1...@digitalmars.com... > On 2012-01-08 21:34, Nick Sabalausky wrote: >> "Jacob Carlborg" wrote in message >> news:jec1j6$2rbu$1...@digitalmars.com... >>> * Move to github >> >> It's ultimately up to you, but personally I can't stand Github. My v

Re: DVM - D Version Manager 0.4.0

2012-01-09 Thread Don Clugston
On 06/01/12 22:29, Jacob Carlborg wrote: I just released a new version of DVM, 0.4.0. The only thing new in this release in the "compile" command. This allows to compile DMD, druntime and Phobos from github. Create a folder, clone DMD, druntime and Phobos in the newly create folder, run "dvm comp

Re: Visual D 0.3.30 released: Code completion from semantic analysis on the horizon

2012-01-09 Thread Stephan
On 07.01.2012 15:41, Rainer Schuetze wrote: Hi, I'd like to announce the release of a new version of Visual D. Visual D is a Visual Studio package providing both project management and language services for the D programming language. It works with Visual Studio 2005-2010 and 11 as well as the

Re: DVM - D Version Manager 0.4.0

2012-01-09 Thread Jacob Carlborg
On 2012-01-09 10:30, Don Clugston wrote: On 06/01/12 22:29, Jacob Carlborg wrote: I just released a new version of DVM, 0.4.0. The only thing new in this release in the "compile" command. This allows to compile DMD, druntime and Phobos from github. Create a folder, clone DMD, druntime and Phobos

Re: DVM - D Version Manager 0.4.0

2012-01-09 Thread Jacob Carlborg
On 2012-01-09 10:14, Nick Sabalausky wrote: "Jacob Carlborg" wrote in message news:jee58o$54v$1...@digitalmars.com... On 2012-01-08 21:34, Nick Sabalausky wrote: "Jacob Carlborg" wrote in message news:jec1j6$2rbu$1...@digitalmars.com... * Move to github It's ultimately up to you, but pers

DWT repository moved to github

2012-01-09 Thread Jacob Carlborg
I've moved the DWT repository to github. The old mercurial repository is split into several repository, all available under an organization: https://github.com/d-widget-toolkit The dwt repository acts like a super repository. It has git submodules for the base, SWT Linux and Windows and snippe

Re: cl4d OpenCL wrapper moved to Github

2012-01-09 Thread Trass3r
Well, I resorted to using bud and managed to get the vectorAdd example to compile, but when I run I get this error: btw, bud's not maintained anymore. Is this some kind of \ vs / bug? Try removing the mixin(CL_PROGRAM_STRING_DEBUG_INFO) ~ @ vectorAdd.d(36)

Re: Visual D 0.3.30 released: Code completion from semantic analysis on the horizon

2012-01-09 Thread Alex Rønne Petersen
On 07-01-2012 15:41, Rainer Schuetze wrote: Hi, I'd like to announce the release of a new version of Visual D. Visual D is a Visual Studio package providing both project management and language services for the D programming language. It works with Visual Studio 2005-2010 and 11 as well as the

Re: Visual D 0.3.30 released: Code completion from semantic analysis on the horizon

2012-01-09 Thread Rainer Schuetze
On 09.01.2012 17:04, Alex Rønne Petersen wrote: On 07-01-2012 15:41, Rainer Schuetze wrote: Hi, I'd like to announce the release of a new version of Visual D. Great news! How should the new experimental code completion be triggered, exactly? - Alex In "Options->Tools->Text Editor->D",

Re: Visual D 0.3.30 released: Code completion from semantic analysis on the horizon

2012-01-09 Thread Alex Rønne Petersen
On 09-01-2012 19:59, Rainer Schuetze wrote: On 09.01.2012 17:04, Alex Rønne Petersen wrote: On 07-01-2012 15:41, Rainer Schuetze wrote: Hi, I'd like to announce the release of a new version of Visual D. Great news! How should the new experimental code completion be triggered, exactly? -

Re: Visual D 0.3.30 released: Code completion from semantic analysis on the horizon

2012-01-09 Thread Joel
[snip] In "Options->Tools->Text Editor->D", there is a new sub page Or "Tools->Options->Text Editor->D->Intellisense" you mean. Tools and Options were around the wrong way. [snip]

Re: cl4d OpenCL wrapper moved to Github

2012-01-09 Thread Klyn
On Mon 09-Jan 14:24, Trass3r wrote: Well, I resorted to using bud and managed to get the vectorAdd example to compile, but when I run I get this error: btw, bud's not maintained anymore. Is this some kind of \ vs / bug? Try removing the mixin(CL_PROGRAM_STRING_DEBUG_INFO) ~ @ vectorAdd.d(36

Announcements on D_Programming on twitter

2012-01-09 Thread Walter Bright
If you wish to see your announcement on the D_Programming twitter feed, please make the first line one that can be copy/pasted into twitter. https://twitter.com/#!/D_Programming

Re: Announcements on D_Programming on twitter

2012-01-09 Thread Walter Bright
On 1/9/2012 3:18 PM, Walter Bright wrote: If you wish to see your announcement on the D_Programming twitter feed, please make the first line one that can be copy/pasted into twitter. https://twitter.com/#!/D_Programming Or tweet about it yourself, and let us know so we can retweet it. Remembe

Re: cl4d OpenCL wrapper moved to Github

2012-01-09 Thread Klyn
On Mon 09-Jan 23:39, Klyn wrote: On Mon 09-Jan 14:24, Trass3r wrote: Well, I resorted to using bud and managed to get the vectorAdd example to compile, but when I run I get this error: btw, bud's not maintained anymore. Is this some kind of \ vs / bug? Try removing the mixin(CL_PROGRAM_STR

Re: cl4d OpenCL wrapper moved to Github

2012-01-09 Thread Trass3r
The vectorAdd example works perfectly, without any editing (ie. without removing the mixin(CL_PROGRAM_STRING_DEBUG_INFO)). How strange, does pragma(msg, CL_PROGRAM_STRING_DEBUG_INFO); give different results for the two dmd revisions? The CLGLInterop example however still just gives a black

Re: cl4d OpenCL wrapper moved to Github

2012-01-09 Thread Klyn
On Tue 10-Jan 1:23, Trass3r wrote: The vectorAdd example works perfectly, without any editing (ie. without removing the mixin(CL_PROGRAM_STRING_DEBUG_INFO)). How strange, does pragma(msg, CL_PROGRAM_STRING_DEBUG_INFO); give different results for the two dmd revisions? The CLGLInterop example

Re: cl4d OpenCL wrapper moved to Github

2012-01-09 Thread Trass3r
The CLGLInterop example however still just gives a black window. It only outputs the FPS in cmdline. any error messages? compile it in debug mode with -debug -g. None that I can see. Hmm I'm not sure if I ever tested the code on Windows. The version(Windows) stuff looks ok though. I guess o

Re: cl4d OpenCL wrapper moved to Github

2012-01-09 Thread Trass3r
Does this one work? http://www.cmsoft.com.br/index.php?option=com_content&view=category&layout=blog&id=99&Itemid=150

Re: cl4d OpenCL wrapper moved to Github

2012-01-09 Thread Klyn
On Tue 10-Jan 3:29, Trass3r wrote: Does this one work? http://www.cmsoft.com.br/index.php?option=com_content&view=category&layout=blog&id=99&Itemid=150 Simply running the bin/Debug/CLGLInterop.exe included in the zip produces ** Exception Text ** Cloo.BuildProgramFailu

Re: cl4d OpenCL wrapper moved to Github

2012-01-09 Thread Trass3r
Those guys do know how to create useless exception messages o.O Well can't investigate this further at the moment.