Re: import libzmq_d.dll for zmq3.2.0

2012-08-20 Thread
On Sunday, 19 August 2012 at 19:14:43 UTC, Andrej Mitrovic wrote: On 8/19/12, 拖狗散步 d...@shumtn.com wrote: 1、use vs2010 build zmq3.2.0 get libzmq_d.dll file, libzmq_d.dll extern C void zmq_version (int *major, int *minor, int *patch); 2、implib libzmq_d.lib libzmq_d.dll Try: implib

import libzmq_d.dll for zmq3.2.0

2012-08-19 Thread
1、use vs2010 build zmq3.2.0 get libzmq_d.dll file, libzmq_d.dll extern C void zmq_version (int *major, int *minor, int *patch); 2、implib libzmq_d.lib libzmq_d.dll get libzmq_d.lib file 3、create zmq.d module zmq version (Windows) { pragma (lib, libzmq_d.lib); } extern (C): void

Re: import libzmq_d.dll for zmq3.2.0

2012-08-19 Thread
On Sunday, 19 August 2012 at 18:52:37 UTC, mta`chrono wrote: I'm not a windows user but since nobody has answered yet, I'll give you my 50 cents. It requires a reference _zmq_version while the original function is called zmq_version. You'll need some kind of linker file. But don't quote me

Re: import libzmq_d.dll for zmq3.2.0

2012-08-19 Thread
On Sunday, 19 August 2012 at 19:14:43 UTC, Andrej Mitrovic wrote: On 8/19/12, 拖狗散步 d...@shumtn.com wrote: 1、use vs2010 build zmq3.2.0 get libzmq_d.dll file, libzmq_d.dll extern C void zmq_version (int *major, int *minor, int *patch); 2、implib libzmq_d.lib libzmq_d.dll Try: implib

Re: First working Win64 program!

2012-08-11 Thread
On Saturday, 11 August 2012 at 08:17:13 UTC, Walter Bright wrote: No, it ain't much, some of it is jury rigged, and there's a heluva lot more work to do. But we've got liftoff! - import core.stdc.stdio; extern (C) int main() { puts(hello world\n);

Re: First working Win64 program!

2012-08-11 Thread
On Sunday, 12 August 2012 at 01:52:08 UTC, Walter Bright wrote: On 8/11/2012 6:28 PM, Adam Wilson wrote: This is a glorious day indeed! I see everyone likes this direction we're going. Great! Walter Bright They say you're an old man, I think your avatar is really so young?

Re: Mono-D 0.3.7

2012-04-20 Thread
非常感谢 alex 无私的奉献,我一直在mono-d下工作,一直支持mono-d