Re: First working Win64 program!

2012-08-15 Thread Paulo Pinto
On Tuesday, 14 August 2012 at 14:41:20 UTC, F i L wrote: [...] Then we'll need to write software simple enough to enjoy micro-managing that software to keep it on task. Can I get it for the offshoring projects I work on? :)

Re: First working Win64 program!

2012-08-15 Thread Jacob Carlborg
On 2012-08-14 23:05, Walter Bright wrote: It does pass them correctly to D functions, just not to C ones if the struct contains a mix of floating and integer types. Ok, so if my structs don't contain any floating point types I will be fine? All other types are ok? Is this in the 2.060

Re: First working Win64 program!

2012-08-15 Thread Paulo Pinto
On Wednesday, 15 August 2012 at 10:28:15 UTC, Jacob Carlborg wrote: On 2012-08-14 23:05, Walter Bright wrote: It does pass them correctly to D functions, just not to C ones if the struct contains a mix of floating and integer types. Ok, so if my structs don't contain any floating point

Re: First working Win64 program!

2012-08-15 Thread David Nadlinger
On Wednesday, 15 August 2012 at 11:15:35 UTC, Paulo Pinto wrote: Does this not required that the D and C compiler are in sync about data layout? Small sizes structs are often kept in registers. Yes, extern(C) is intended to be fully ABI-compatible with the respective C ABI on the host

Re: Wiki4D is down

2012-08-15 Thread Justin C Calvarese
On Tuesday, 14 August 2012 at 22:34:00 UTC, Jesse Phillips wrote: Not really a positive announcement but the beloved wiki site has not been accessible yesterday. http://www.prowiki.org/wiki4d/wiki.cgi?FrontPage I'm posting as an announcement for two reasons. 1. People will likely want to

Re: Wiki4D is down

2012-08-15 Thread Justin C Calvarese
On Tuesday, 14 August 2012 at 22:34:00 UTC, Jesse Phillips wrote: Not really a positive announcement but the beloved wiki site has not been accessible yesterday. http://www.prowiki.org/wiki4d/wiki.cgi?FrontPage Here are alternate URLs that do still work: *

Re: Wiki4D is down

2012-08-15 Thread Justin C Calvarese
On Tuesday, 14 August 2012 at 22:34:00 UTC, Jesse Phillips wrote: Not really a positive announcement but the beloved wiki site has not been accessible yesterday. http://www.prowiki.org/wiki4d/wiki.cgi?FrontPage That URL works now. (Helmut Leitner fixed it.)

Re: D Language and Fortran DLL article

2012-08-15 Thread Michael
I was referring to indentation, i.e. version else version else Without indentation it looks like C++ #if defined that's ugly for me. On Tuesday, 14 August 2012 at 07:32:05 UTC, xenon325 wrote: 3. Some lines of code are outside of main area (like 49, 50). Tested on Opera, FF,

Re: First working Win64 program!

2012-08-15 Thread Walter Bright
On 8/15/2012 3:28 AM, Jacob Carlborg wrote: On 2012-08-14 23:05, Walter Bright wrote: It does pass them correctly to D functions, just not to C ones if the struct contains a mix of floating and integer types. Ok, so if my structs don't contain any floating point types I will be fine? Yes.

Re: First working Win64 program!

2012-08-15 Thread Jacob Carlborg
On 2012-08-15 21:48, Walter Bright wrote: Ok, so if my structs don't contain any floating point types I will be fine? Yes. All other types are ok? Yes. Is this in the 2.060 release Yes. or do I have get the latest sources from github? No. Thank you. -- /Jacob Carlborg

Fighting Wiki Spam (Was: Wiki4D is down)

2012-08-15 Thread Nick Sabalausky
On Wed, 15 Aug 2012 17:58:02 +0200 Justin C Calvarese jccalvares...@gmail.com wrote: If we did go to a new wiki system, I'd like to establish better security to prevent link spam. We could start off with having a small team with write-access and we could liberally grant permission to new team

Re: First working Win64 program!

2012-08-15 Thread Walter Bright
On 8/14/2012 2:44 AM, Bernard Helyer wrote: Clearly the solution is to look into cloning technologies. There can be only one.

Re: Yet another incomplete D cryptography library.

2012-08-15 Thread Nvirjskly
I have more stuff working now. Hopefully it will be in a fully usable state soon :)