Re: Bounty for -minimal compiler flag

2014-02-14 Thread Mike
On Friday, 14 February 2014 at 12:39:11 UTC, 1100110 wrote: Can you name anything I'm missing? * no module info * no runtime type info * treat TLS as __gshared for single threaded programs Mike

Re: Artwork & Design (suggestions)

2014-02-20 Thread Mike
like to give it a try, if I could get a high resolution version of it _or_ I can redraw it myself. Original SVG file for the official logo can be found here: http://wiki.dlang.org/Art Mike

Re: dmd 2.065.0

2014-02-24 Thread Mike
On Monday, 24 February 2014 at 17:37:08 UTC, Dicebot wrote: Arch packages have just been updated. Thank You! Mike

Re: DigitalMars' GSoC application has been rejected

2014-02-27 Thread Mike
estion, but perhaps something like these could be created for the D effort as a whole. For example, what needs to be done to help prepare for DConf 2014? Mike P.S. Forgive me if all this has been beaten to death before. My sincere thanks for all you and Walter have done to give us D. I&#

Re: DigitalMars' GSoC application has been rejected

2014-02-27 Thread Mike
e leadership skills as well, and may actually enjoy the experience. I greatly enjoyed the little mentoring I've done in my career. I can only see good things coming out of such an effort, if it takes hold. It's a superb idea. Mike

Re: My D book is now officially coming soon

2014-03-03 Thread Mike
On Monday, 3 March 2014 at 16:37:49 UTC, Adam D. Ruppe wrote: As some of you might know, I've been working on a D book over the last few months. It is now available as "coming soon" on the publisher's website: http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book Cong

Re: D-Scanner 0.1.0-beta3 and DCD 0.3.0-beta4

2014-03-05 Thread Mike
On Wednesday, 5 March 2014 at 08:37:28 UTC, Brian Schott wrote: New betas are available for both tools. Hopefully no more bugs will be found. I plan to tag these as non-beta this Saturday. Thank you, this is a valuable tool for me. Mike

Re: Bountysource activity

2014-03-14 Thread Mike
On Friday, 14 March 2014 at 10:56:21 UTC, Andrea Fontana wrote: On Friday, 14 March 2014 at 09:47:19 UTC, Andrei Alexandrescu wrote: On 3/14/14, 1:44 AM, Andrea Fontana wrote: Fixing phobos bugs probably is quite easier for a D user. You just need to know phobos and D to fix a bug and you don't

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-05-31 Thread Mike James
Damn you D - I'm using up a large chunk of my free time reading the improved and very-readable Change Log. A great update to D and Log. -=mike=-

Re: DConf 2013 Day 2 Talk 3: C# to D by Adam Wilson

2013-05-31 Thread Mike Parker
On Friday, 31 May 2013 at 16:33:45 UTC, Shriramana Sharma wrote: (And I have to say that this is the first -announce list I've seen where all subscribers can post! How come it's allowed here?) The mailing list is actually an interface to the newsgroup, where discussion has always been enc

Re: DConf 2013 Closing Keynote: Quo Vadis by Andrei Alexandrescu

2013-06-25 Thread Mike Parker
On Tuesday, 25 June 2013 at 05:57:30 UTC, Peter Williams wrote: Can you think of a better name than "D Summer Of Code"? It's very northern hemisphere centric and makes us southerners feel like the rest of the world doesn't know there is a southern hemisphere (or if they do that they don't k

Re: Bugfix release 0.9.16

2013-07-01 Thread Mike Parker
On Monday, 1 July 2013 at 17:10:19 UTC, Sönke Ludwig wrote: You should be able to do that by adding all sub-packages as dependencies in the parent package and then building the parent package as a library. Derelict is configured that way: https://github.com/aldacron/Derelict3/blob/master/pack

Re: Getting Started with the D Programming Language

2013-07-28 Thread Mike Parker
On Saturday, 27 July 2013 at 18:24:11 UTC, Walter Bright wrote: http://www.gamedev.net/page/resources/_/technical/general-programming/getting-started-with-the-d-programming-language-r3306 By Mike "Aldacron" Parker One guy was holding it up, but the peer review process is finally

Article: D Exceptions and C Callbacks

2013-08-06 Thread Mike Parker
Shows how I like to deal with throwing exceptions from C callbacks in D. Target audience is beginner-level. Uses GLFW to demonstrate. http://www.gamedev.net/page/resources/_/technical/general-programming/d-exceptions-and-c-callbacks-r3323

Re: Article: D Exceptions and C Callbacks

2013-08-06 Thread Mike Parker
On Tuesday, 6 August 2013 at 17:54:34 UTC, QAston wrote: There's one thing though. You say than relying on coder's discipline is error prone and I totally agree with that. But your sollution requires coder to remember to wrap those callbacks in try-catches. Programming always requires a cert

Re: glad OpenGL loader generator

2013-08-06 Thread Mike Parker
On Tuesday, 6 August 2013 at 16:47:52 UTC, David wrote: Am 06.08.2013 16:32, schrieb David: I posted it also on reddit, maybe it draws some attention: http://www.reddit.com/r/programming/comments/1jt9m5/multilanguage_opengl_loader_generator_based_on/ Interesting it seems like it was deleted, b

Re: Article: D Exceptions and C Callbacks

2013-08-07 Thread Mike Parker
On Wednesday, 7 August 2013 at 07:10:21 UTC, Johannes Pfau wrote: Am Wed, 07 Aug 2013 03:33:28 +0200 schrieb "Mike Parker" : > Maybe modifying glfwSetWindowCloseCallback and similar > functions to only accept nothrow functions is a good idea? I'm not sure what you mean

Re: Article: D Exceptions and C Callbacks

2013-08-09 Thread Mike Parker
On Friday, 9 August 2013 at 14:08:48 UTC, Rene Zwanenburg wrote: - In your second code sample, the D translation of the C code, the line glfwSetWindowCloseCallback( &onWindowClose ); should read either glfwSetWindowCloseCallback( win, &onWindowClose ); or win.glfwSetWindowClos

Re: stop to maitain rpm

2013-08-12 Thread Mike Parker
On Monday, 12 August 2013 at 07:13:11 UTC, bioinfornatics wrote: I had release all rpm https://lists.fedoraproject.org/pipermail/devel/2013-August/187609.html if no one take it they will go out of fedora. I am lazy to explain that is not : - a build system or dub but - a build system and dub

Re: stop to maitain rpm

2013-08-12 Thread Mike Parker
On Monday, 12 August 2013 at 10:38:21 UTC, Russel Winder wrote: Anecdotal experience indicates this musn't be an "or" situation. Perhaps. My response in this thread derived from a brief exchange Jonathan and I had over at github. In packaging Derelict for Fedora, he had been relying on a pu

Re: stop to maitain rpm

2013-08-12 Thread Mike Parker
On Monday, 12 August 2013 at 13:38:11 UTC, Dicebot wrote: 1) Developers tend to forget that tools like `dub` are for taking care of dependencies during development and end users won't have `dub`. Even if it is a library, dynamic linking implies that it will be pulled as a dependency not only

Re: stop to maitain rpm

2013-08-12 Thread Mike Parker
On Monday, 12 August 2013 at 15:39:59 UTC, Dicebot wrote: On Monday, 12 August 2013 at 14:34:04 UTC, Mike Parker wrote: That's true. But, correct me if I'm wrong, rpms and the like are bundled independently of the original source repository. So a project relying solely on dub does

Re: Arch Linux D news digest

2013-08-26 Thread Mike Wey
sions of the same lib side by side if needed. Also Archlinux usually doesn't have devel packages, the headers, libraries and documentation are included in the regular package. -- Mike Wey

GtkD 2.3.0 released, GTK+ with D.

2013-10-07 Thread Mike Wey
now available on gtkd.org: http://gtkd.org/download.html -- Mike Wey

Re: DirectX bindings

2013-11-06 Thread Mike Parker
On 11/6/2013 6:29 PM, evilrat wrote: i have added dub package to this bindings, need testing. i don't have an idea how it works since dub lacks documentation. http://code.dlang.org/about http://code.dlang.org/package-format

Re: DConf 2014 Call for Submissions is now open

2013-11-27 Thread Mike Parker
On 11/27/2013 11:37 PM, Dicebot wrote: I had some until I have started to think about "Credentials: What qualifies you to talk on the topic of choice?". Have honestly answered "Nothing" and closed the page. :) Will try my best to get there as a visitor this time though. I'm sure your standing

Re: DUB 0.9.20

2013-12-03 Thread Mike Parker
On 12/3/2013 9:47 PM, Bruno Medeiros wrote: On 29/11/2013 17:01, Sönke Ludwig wrote: A fresh DUB release is out. Apart from the usual bug fixes, there are a few considerable changes: Quick question: is there a way to install/fetch the dependencies of a package, without having to build? That i

Re: DConf 2014 Call for Submissions is now open

2013-12-06 Thread Mike Parker
On 12/6/2013 3:59 AM, Jacob Carlborg wrote: On 2013-12-05 17:18, Andrei Alexandrescu wrote: "Design patterns derived from std.datetime" would be interesting (all that discussion on exceptions, data validation etc). Discussing that over a couple of beers could get interesting :) Only a coup

Re: So, You Want To Write Your Own Programming Language?

2014-01-24 Thread Mike James
On Thursday, 23 January 2014 at 10:24:23 UTC, Chris wrote: On Wednesday, 22 January 2014 at 18:46:06 UTC, Walter Bright wrote: On 1/22/2014 3:40 AM, Chris wrote: Syntax is getting simplified due to the fact that the listener "knows what we mean", e.g. "buy one get one free". I wonder to what ex

Re: Dmitry Olshansky is now a github committer

2014-01-25 Thread Mike Parker
On 1/26/2014 3:38 AM, Brad Anderson wrote: There is an upshot to having such a common name. I'm basically ungoogleable. For most of my life, Michael was among the top 5 given names in America, as was my middle name David, and Parker among the top 5 surnames. My parents lacked inspiration, ap

Re: DUB 0.9.21

2014-02-22 Thread Mike Parker
On 2/22/2014 6:44 PM, Sönke Ludwig wrote: A new final release is ready. This one took a bit longer and has more changes than usual: Great job! Thanks for all the work you're putting into this.

Re: My D book is now officially coming soon

2014-03-07 Thread Mike James
"Iain Buclaw" wrote in message news:mailman.10.1394132086.25740.digitalmars-d-annou...@puremagic.com... On 6 March 2014 14:17, Dejan Lekic wrote: I've just pre-ordered it, on Amazon. ;) Hurry up! :) Cut the reviewers some lack! :) Some lack of speed ;-)

New DerelictGL3 Branch Needs Testing

2014-03-09 Thread Mike Parker
I'm preparing to add support for context objects to DerelictGL3. Meaning, you'll be able to do something like this: GLContext!( GLVersion.GL32 ) ctx; DerelictGL3.load( ctx ); // Load the shared library DerelictGL3.reload( ctx ); // Load the context-dependent stuff. The goal is to allow this w

Re: Dconf Hotel?

2014-03-18 Thread Mike Parker
On 3/19/2014 7:56 AM, Steven Schveighoffer wrote: On Sat, 15 Mar 2014 17:59:26 -0400, Vladimir Panteleev wrote: Just to be clear, we're talking about this, right? http://www.aloftsiliconvalley.com/ Yep, that is where we gathered after the first 2 conference days. There was a gathering

Re: DFL can be used by D2.065

2014-03-27 Thread Mike Parker
On 3/27/2014 10:57 AM, FrankLike wrote: On Wednesday, 26 March 2014 at 10:42:09 UTC, Andrej Mitrovic wrote: On 3/26/14, FrankLike <1150015...@qq.com> wrote: If you are programming on win32,now,DFL can be used by D2.065. Please git clone http://github.com/FrankLike/dfl Open the folder w32 ->df

Re: DFL can be used by D2.065

2014-03-28 Thread Mike James
;Enter key' ,after some seconds,dfl.lib,dfl.exe are all in you d install folders('lib' and 'bin') ,that's all ok. Thanks Christopher E. Miller. I've had a look at DFL and it looks quite good but, looking thru the API, I can't see anywhere to draw a filled ellipse - Am I missing something? Regards, -=mike=-

Re: DFL can be used by D2.065

2014-03-28 Thread Mike James
" FrankLike" <1150015...@qq.com> wrote in message news:btajmssaimcexmnvg...@forum.dlang.org... I've had a look at DFL and it looks quite good but, looking thru the API, I can't see anywhere to draw a filled ellipse - Am I missing something? Regards, -=mike=- ht

Issues With dblog.aldacron.net

2014-04-06 Thread Mike Parker
Anyone visiting my D blog (The One With D) or the Derelict forums recently will likely (hopefully!) have seen a malware warning. The problem is coming from the blog, where Google detected some script injection going on. Using cURL, I was able to see where it's happening, but I've been unable to

dblog.aldacron.net is Clean Again

2014-04-11 Thread Mike Parker
Google has cleared the dblog.aldacron.net domain from the blacklist, so it's safe to visit The One With D and the Derelict forums again. Ultimately, I had to root everything out myself. Tech support was friendly enough, but very little help (they advised me that I needed to find the problem, w

dblog.aldacron.net is BLACKLISTED Again

2014-04-11 Thread Mike Parker
Seems I spoke too soon. Tech support has yet to remove the file, the problem is back, and the site has been blacklisted again. What's more, it seems that the support guy who offered to delete the file overstepped his authority. Because now I get this from them: "If you need assistance cleanin

Re: dblog.aldacron.net is Clean Again

2014-04-13 Thread Mike Parker
On 4/13/2014 6:39 AM, Nick Sabalausky wrote: On 4/11/2014 9:10 AM, Mike Parker wrote: Because of this experience, I've decided it's time to move away from shared hosting. I'm going to transfer everything over to a VPS (either with Digital Ocean or Linode) so that I can always ha

Re: dblog.aldacron.net is BLACKLISTED Again

2014-04-13 Thread Mike Parker
On Monday, 14 April 2014 at 03:13:31 UTC, Vladimir Panteleev wrote: I think the question should be asked, "How did that file got there?" Was there a security hole in the blog software? Was the password guessed, sniffed or stolen? (There exists Windows malware that steals saved FTP/SCP pas

Re: dblog.aldacron.net is Clean Again

2014-04-13 Thread Mike Parker
I wound up going with Linode. I had used them before when I needed a short-term VPS and already had an account. Sorry for arriving late in this thread, but if you need hosting for D-related projects, I'd be glad to offer some on my server. You get a limited Linux user with full shell access,

The One With D Lives

2014-04-15 Thread Mike Parker
The blog is up and running again under the same URL. I'm taking this opportunity to reboot it, though, as I comment on in my first post[1] at the new server. The Derelict forums will be back online soonish. I'll post here when they're live again. [1] http://dblog.aldacron.net/the-one-with-d-

Re: New home page

2010-10-04 Thread Mike James
are the most useful links. > > Comments welcome. Maybe get rid of the "Code of the Nerds" quote - it doesn't look very professional and doesn't seem to fit in with the rest of the page which looks good. -=mike=-

Re: Phobos unit testing uncovers a CPU bug

2010-11-28 Thread Mike James
If it happens once its a bug, if its repeatable its a feature ;-) -=mike=- "Kagamin" wrote in message news:icth6h$1nq...@digitalmars.com... > Don Wrote: > >> The Intel CPU gives the correct answer, but AMD's is wrong. They should >> both give the correct result

GtkD 1,4 released.

2011-03-28 Thread Mike Wey
from dsource: http://www.dsource.org/projects/gtkd/ -- Mike Wey

Re: GtkD 1,4 released.

2011-03-29 Thread Mike Wey
ector should take care of the resources, altough there is still room for improvement. -- Mike Wey

Re: GtkD 1,4 released.

2011-03-29 Thread Mike Wey
On 03/29/2011 01:30 AM, dsimcha wrote: On 3/28/2011 3:58 PM, Mike Wey wrote: Long overdue but finally here, the release of GtkD 1.4. GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. New in this Release: * wraps GTK+ 2.20.x series api (and relative libraries

Re: GtkD 1,4 released.

2011-03-29 Thread Mike Wey
On 03/29/2011 05:37 PM, Andrei Alexandrescu wrote: On 03/29/2011 01:13 AM, Andrei Alexandrescu wrote: On 03/29/2011 12:47 AM, Andrei Alexandrescu wrote: On 3/28/11 11:47 PM, David Bryant wrote: On 29/03/11 06:28, Mike Wey wrote: Long overdue but finally here, the release of GtkD 1.4. GtkD

Re: D Article Contest - win an iPad2

2011-03-30 Thread Mike Linford
> I recently started writing an article on ranges in D, since there have > been requests for a good article/tutorial on ranges. I'd just like to say that I look forward to reading this and would greatly appreciate it. :-) -- --Mike Linford

Re: Programming Windows D Examples are now Online!

2011-06-24 Thread Mike James
x about it is necessarily a good idea. To me, an optimal API is one you don't have to look up. It just makes sense. There are various ways to achieve this, and it's probably achievable with your scheme as long as you give an easy rule to remember (i.e. subseconds are abbreviated, everything else is not). One thing that would be good to have is to have a more defined error message when you type the wrong term. i.e.: Error: millis is not a valid unit, try hnsecs, usecs, msecs, ... -Steve Yeh. Use the SI prefixes for units of time, where applicable (and no unicode :-) ) -=mike=-

Re: Programming Windows D Examples are now Online!

2011-07-08 Thread Mike Parker
On 7/9/2011 5:43 AM, Steven Schveighoffer wrote: On Fri, 08 Jul 2011 16:02:39 -0400, Johannes Pfau wrote: Steven Schveighoffer wrote: On Fri, 08 Jul 2011 15:39:22 -0400, Johannes Pfau wrote: Andrej Mitrovic wrote: What's the license on the bindings? Have not thought about that yet, but

Re: D programming language specification ebook

2011-07-11 Thread Mike James
he Formatting went to pot... A lot of blank pages inserted. I downloaded a free mobireader for Windows PC from here: http://www.mobipocket.com/en/DownloadSoft/ProductDetailsReader.asp -=mike=-

Re: DVM - D Version Manager 0.3.0 (including support for Windows)

2011-07-17 Thread Mike Parker
On 7/18/2011 5:10 AM, Jacob Carlborg wrote: I just released a new version of DVM, 0.3.0. Now with support for Windows :), thanks to Nick Sabalausky. For installation instructions see: https://bitbucket.org/doob/dvm The project page still says "Currently no Windows version" under the "Limitatio

Re: D:YAML 0.1

2011-08-17 Thread Mike Parker
On 8/17/2011 5:01 AM, Nick Sabalausky wrote: "Kiith-Sa"<4...@theanswer.com> wrote in message news:j2ec0p$al6$1...@digitalmars.com... D:YAML is a YAML parser library for D. It is mostly compliant with the YAML 1.1 spec, although there are some unsupported features (e.g. recursive data structure

GtkD 1.5 is released.

2011-08-27 Thread Mike Wey
bindings, including 64bits support. GtkD 1.4 is now available, get it from dsource: http://www.dsource.org/projects/gtkd/ -- Mike Wey

Re: GtkD 1.5 is released.

2011-08-27 Thread Mike Wey
ad !is null ) { read(line); } line = readLine(file); } } } -- Mike Wey

Re: GtkD 1.5 is released.

2011-08-28 Thread Mike Wey
On 08/28/2011 02:29 PM, Anders F Björklund wrote: Mike Wey wrote: GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. ... GtkD 1.4 is now available, get it from dsource: http://www.dsource.org/projects/gtkd/ Should probably say 1.5, rather than 1.4/1.4.1

Re: GtkD 1.5 is released.

2011-09-01 Thread Mike James
"Mike Wey" wrote in message news:j3b2gr$1f6k$1...@digitalmars.com... GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. New in this Release: * wraps GTK+ 2.22.x series api (and relative libraries: glib, cairo, pango, etc.) * Improved memory

Re: GtkD 1.5 is released.

2011-09-01 Thread Mike Wey
On 09/01/2011 11:55 AM, Mike James wrote: Hi Mike, When I try to build gtkD I get the following error: C:\D\dmd2\gtkD\src\build>build @gtkD gtkD.d(659): Error: module XOverlay is in file 'gstinterfaces\XOverlay.d' which cannot be read import Am I missing some path declarat

Re: dmd 1.071 and 2.056 release

2011-10-27 Thread Mike James
14k to 1098k in release. Where has all the extra 'goodness' come from :-O -=mike=-

Re: dmd 1.071 and 2.056 release

2011-10-28 Thread Mike James
"Walter Bright" wrote in message news:j8c7gj$2ctn$2...@digitalmars.com... On 10/27/2011 7:00 AM, Mike James wrote: Yeh, a simple app I've written has gone from 514k to 1098k in release. Where has all the extra 'goodness' come from :-O Take a look at the .map file (

DMagick image processing with D.

2011-11-02 Thread Mike Wey
be found here: http://code.mikewey.eu/p/DMagick/ Downloads: http://code.mikewey.eu/p/DMagick/downloads/ Documentation: http://dmagick.mikewey.eu/docs/ -- Mike Wey

Re: DMagick image processing with D.

2011-11-03 Thread Mike Wey
ve had to add a couple of fixes to the library, so I'm distributing it with the samples. I've merged in the the fixes you added. I see that you have removed the shared static this from Image.d, is initializing ImageMagick unnecessary on Windows? I've never tested without initializing though. -- Mike Wey

Re: DMagick image processing with D.

2011-11-03 Thread Mike Wey
On 11/03/2011 02:31 AM, Andrej Mitrovic wrote: It would be easier not having to register on a custom website just to issue reports. But anyway this line triggers a runtime exception: I've thought about moving to Github, maybe i should finally look take the time to set things up. -- Mike Wey

Re: DMagick image processing with D.

2011-11-03 Thread Mike Wey
Otherwise I guess I could fetch the raw bytes of the image and display that via GDI/etc. I've seen a toBlob function in there somewhere, maybe I can use that. I've never used this lib before but it will definitely come in handy. Thanks for your hard work, Mike! If you get displaying with

Re: DMagick image processing with D.

2011-11-04 Thread Mike Wey
On 11/03/2011 10:22 PM, Andrej Mitrovic wrote: On 11/3/11, Mike Wey wrote: If you get displaying with GDI working it might be worth adding it to DMagick, so that every windows user can display images easily. Yeah it is working, but I'll refactor it a little bit to make it more generic a

Re: DMagick image processing with D.

2011-11-04 Thread Mike Wey
On 11/04/2011 08:15 PM, Andrej Mitrovic wrote: On 11/4/11, Mike Wey wrote: On 11/03/2011 10:22 PM, Andrej Mitrovic wrote: On 11/3/11, Mike Wey wrote: If you get displaying with GDI working it might be worth adding it to DMagick, so that every windows user can display images easily. Yeah

Re: gl3n - linear algebra and more for D

2011-12-05 Thread Mike Parker
On 12/5/2011 10:49 PM, ParticlePeter wrote: Hi, and sorry, I found the perspective method just right now :-) Unfortunately this does not help, still having issues. I will ask on the VisualD Forum. Meanwhile, I just copied the files into my project dir, and there it works fine, so I can play aro

Re: Template makefile for your D project

2011-12-11 Thread Mike Wey
m was reported for the GtkD MakeFile, See: http://www.dsource.org/projects/gtkd/ticket/90 -- Mike Wey

Re: You crapper encounter...

2012-02-26 Thread Mike James
The scales fall from my eyes...

Re: DMagick image processing with D.

2012-04-09 Thread Mike Wey
agick 6.7.6, DMD64 and CentOS) It's a bug. -- Mike Wey

Re: DMagick image processing with D.

2012-04-09 Thread Mike Wey
On 04/09/2012 01:37 PM, Mike Wey wrote: On 04/08/2012 06:19 PM, nrgyzer wrote: Thanks for DMagick... works great, except toBlob(). When I try the following: Image example = new Image(Geometry(100, 100), new ColorRGB(0, 255, 0)); example.toBlob(); I get an access violation. Do I anything wrong

Re: Glamour – An opengl wrapper for D

2012-07-26 Thread Mike Parker
On Thursday, 26 July 2012 at 13:47:42 UTC, David wrote: https://github.com/Dav1dde/glamour Glamour wraps opengl is not an opengl binding. Currently it supports: * Sampler objects * Textures (1D, 2D, 2D_ARRAY, 3D) * Shaders * Buffers (Elementbuffers and "normal" VBOs) Nice one!

Re: dmd 1.075 and 2.060 release

2012-08-02 Thread Mike Parker
On 8/3/2012 4:50 AM, Andrej Mitrovic wrote: On 8/2/12, Walter Bright wrote: Known issue, it's an inevitable result (it never worked right anyway): http://d.puremagic.com/issues/show_bug.cgi?id=8454 P.S. You might want to monitor the beta releases. I've posted about that exact Derelict case

Re: dmd 1.075 and 2.060 release

2012-08-02 Thread Mike Parker
On 8/3/2012 4:40 AM, Peter Alexander wrote: Nice update, but broke Derelict2 :-( Regression: delegates with default arguments are broken (worked in 2.059) void foo(void delegate(int x = 0) fun) { fun(); // Error: expected 1 function arguments, not 0 } I've committed the fix Derelict2.

Re: dmd 1.075 and 2.060 release

2012-08-03 Thread Mike James
ymbol Undefined _D4core6memory2GC6extendFPvkkZk Debug\DDS_Table_Generator.obj(DDS_Table_Generator) Error 42: Symbol Undefined _D4core5bitop3bsrFNaNbkZi Have some files failed to be updated? Regards, Mike.

Re: dmd 1.075 and 2.060 release

2012-08-03 Thread Mike James
"Jonathan M Davis" wrote in message news:mailman.996.1343981351.31962.digitalmars-d-annou...@puremagic.com... On Friday, August 03, 2012 08:44:59 Mike James wrote: "Walter Bright" wrote in message news:jvejr8$2s31$1...@digitalmars.com... > Another big pile of bug f

Re: NaNs Just Don't Get No Respect

2012-08-19 Thread Mike James
"Walter Bright" wrote in message news:k0rhp5$2fud$2...@digitalmars.com... On 8/19/2012 4:48 AM, Peter Alexander wrote: Yes, I got this impression as well. What a sad state of affairs. Yup. NaNs just don't get no respect, I tell ya! No respect at all! NaNs are the Rodney Dangerfield of D.

GtkD 2.0 released, Gtk+ 3 with D.

2012-09-09 Thread Mike Wey
/downloads -- Mike Wey

Re: GtkD 2.0 released, Gtk+ 3 with D.

2012-09-09 Thread Mike Wey
finally going native with v3? As far as i know the custom windows theming engine is deprecated in favor of the css solution. -- Mike Wey

Re: GtkD 2.0 released, Gtk+ 3 with D.

2012-09-10 Thread Mike Wey
On 09/10/2012 09:28 AM, Andrea Fontana wrote: Maybe this wikipedia page is out of date: http://en.wikipedia.org/wiki/GTK%2B Yes, it is. -- Mike Wey

Re: GtkD 2.0 released, Gtk+ 3 with D.

2012-09-10 Thread Mike Wey
hat. I may have misunderstood though, I don't know. There are some css extensions to access the windows theming API, but i don't know how far that go's. -- Mike Wey

Re: GtkD 2.0 released, Gtk+ 3 with D.

2012-09-10 Thread Mike Wey
seems to be working now. BTW: Will we get nicer documentation? Not any time soon. -- Mike Wey

Re: GtkD 2.0 released, Gtk+ 3 with D.

2012-09-26 Thread Mike James
"Mike Wey" wrote in message news:k2isv4$2r67$1...@digitalmars.com... GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. With 2.0 GtkD will wrap Gtk+ version 3, if you need Gtk+ 2 you can use the latest version from the Gtk2 branch, version 1.6. GtkD 2

Re: GtkD 2.0 released, Gtk+ 3 with D.

2012-09-27 Thread Mike Wey
On 09/26/2012 08:49 PM, Mike James wrote: "Mike Wey" wrote in message news:k2isv4$2r67$1...@digitalmars.com... GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. With 2.0 GtkD will wrap Gtk+ version 3, if you need Gtk+ 2 you can use the latest version fro

Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010

2012-09-27 Thread Mike Wey
On 09/27/2012 01:56 PM, bearophile wrote: Walter Bright: http://ftp.digitalmars.com/dmd1beta.zip How do I switch from producing a 32 bit to 64 binary? I am looking for a -b64 or -b32 or similar switch... Bye, bearophile -m32 and -m64 ? i'ts what dmd uses on linux. -- Mike Wey

Re: GtkD 2.0 released, Gtk+ 3 with D.

2012-10-04 Thread Mike Wey
piler release, And a library build with one D compiler cant be used with any of the other compilers. -- Mike Wey

Re: GtkD 2.0 released, Gtk+ 3 with D.

2012-10-04 Thread Mike Wey
On 10/04/2012 02:32 AM, Tommi wrote: On Wednesday, 26 September 2012 at 18:48:41 UTC, Mike James wrote: I tried the install detailed on the github page and got the following error: C:\D\dmd2\gtkD2\src>dgen build\gtkD.d(612): Error: module SourceBuffer is in file 'gsv\SourceBuffer.d

Re: GtkD 2.0 released, Gtk+ 3 with D.

2012-10-06 Thread Mike Wey
On 10/04/2012 02:32 AM, Tommi wrote: On Wednesday, 26 September 2012 at 18:48:41 UTC, Mike James wrote: I tried the install detailed on the github page and got the following error: C:\D\dmd2\gtkD2\src>dgen build\gtkD.d(612): Error: module SourceBuffer is in file 'gsv\SourceBuffer.d

Re: GtkD 2.0 released, Gtk+ 3 with D.

2012-10-12 Thread Mike Wey
this, when set GtkD searches for the dlls in that directory, and only that directory. So GTK_BASEPATH doesn't need to be set but when is it set, it does need to point to the correct location, some old Gtk+ 2.x installers used to set the GTK_BASEPATH variable. -- Mike Wey

Re: GtkD 2.0 released, Gtk+ 3 with D.

2012-10-12 Thread Mike Wey
On 10/12/2012 04:15 PM, Jordi Sayol wrote: Al 12/10/12 15:38, En/na Andrej Mitrovic ha escrit: Anyway it's not too shabby. It's great that we have a multiplatform library that's up to date. Thanks GtkD devs! You can say it in singular. There is only one active dev in GtkD pro

New Forums For Derelict

2012-11-14 Thread Mike Parker
Given that new users have been unable to register at DSource to post in the Derelict forum there, I've finally set up forums on my domain[1] for both Derelict 2 and Derelict 3. I encourage all Derelict users to register and direct all future discussion of Derelict there. Thanks! [1]http://dbl

GtkD 2.1 released, GTK+ with D.

2012-12-03 Thread Mike Wey
linux the library file names are post fixed with the major version number so they can be installed side by side. GtkD 2.1 and 1.7 are now available on GitHub: https://github.com/gtkd-developers/GtkD/downloads -- Mike Wey

Re: GtkD 2.1 released, GTK+ with D.

2013-01-18 Thread Mike Wey
tdc\stdio.d(758) conflicts with gtkc.glibtypes.fdopen at ..\src\gtkc\glibtypes.d(114) (dmd 2.061/win32, gtkd 2.1) fdopen was recently added to druntime for win32, should be fixed now in git. -- Mike Wey

Re: Registration now open on dconf.org

2013-02-14 Thread Mike Parker
I just registered. It would seem, though, that since I used my wife's credit card I am registered in her name. There was no way to separate registration information from billing information. My wife will travel to California with me, but she certainly has no interest in attending the conference

Re: D 2.062 release

2013-02-17 Thread Mike Parker
On Monday, 18 February 2013 at 01:02:43 UTC, Walter Bright wrote: http://digitalmars.com/d/download.html The dlang.org site isn't updated yet, but the downloads are there. Love the new release! Thanks to everyone who contributed. But I just want to throw in my 2 cents about the new changelog

Re: Guigle openGL GUI on GIT

2013-04-04 Thread Mike Parker
On Thursday, 4 April 2013 at 23:04:05 UTC, Stephen Jones wrote: There is a general problem to do with the dlls themselves. While Derelict3 compiles its own .lib files they still require native .dll files on the path. For openGL it is not an issue This isn't a problem. It's the nature of shar

Re: Standalone opengl bindings

2013-05-05 Thread Mike Parker
On Sunday, 5 May 2013 at 21:33:35 UTC, Diggory wrote: Ah I was looking at Derelict rather than Derelict2 apparently - slightly confusing having the latest version in a branch... I never really *finished* Derelict 2. The only thing holding me back from declaring it so was the lack of documenta

  1   2   3   4   5   6   7   8   9   10   >