Re: what is mean? ( Offset 78887H Record Type 00C3)

2016-11-20 Thread xky via Digitalmars-d-learn
On Saturday, 19 November 2016 at 09:35:33 UTC, Basile B. wrote: Is the message is about double definition ? I knew the cause. You were right. It is my mistake. I'm really sorry.

Re: what is mean? ( Offset 78887H Record Type 00C3)

2016-11-19 Thread xky via Digitalmars-d-learn
On Saturday, 19 November 2016 at 09:35:33 UTC, Basile B. wrote: No, OPTLINK is the right linker for DMD32 (because of the object format, OMF), unless you use the -mscoff32 switch (which has for effect to produce another object format, that OPTLINK doesn't know to link). Your issue is likely

Re: what is mean? ( Offset 78887H Record Type 00C3)

2016-11-19 Thread xky via Digitalmars-d-learn
On Saturday, 19 November 2016 at 08:29:08 UTC, Era Scarecrow wrote: On Saturday, 19 November 2016 at 07:12:49 UTC, Nicholas Wilson wrote: If you're using x64 then you should be using the microsoft linker. are you invoking the linker manually? I would guess that some files are old and

Re: what is mean? ( Offset 78887H Record Type 00C3)

2016-11-19 Thread xky via Digitalmars-d-learn
On Saturday, 19 November 2016 at 07:12:49 UTC, Nicholas Wilson wrote: If you're using x64 then you should be using the microsoft linker. ok are you invoking the linker manually? no... So, I got msbuild.zip from another website and found link.exe. Can I replace this with

what is mean? ( Offset 78887H Record Type 00C3)

2016-11-18 Thread xky via Digitalmars-d-learn
hello. i got a problem when i build my source code(windows7 x64 / DMD32 D Compiler v2.072.0), here: OPTLINK (R) for Win32 Release 8.00.17 Copyright (C) Digital Mars 1989-2013 All rights reserved.

Re: Bast64URL Error; Invalid character

2016-06-04 Thread xky via Digitalmars-d-learn
On Saturday, 4 June 2016 at 15:27:53 UTC, xky wrote: Hi! First, thank you to those who always answers. I got some DataURL string(it's png image) like this...

Bast64URL Error; Invalid character

2016-06-04 Thread xky via Digitalmars-d-learn
Hi! First, thank you to those who always answers. I got some DataURL string(it's png image) like this... So, i used std.base64

Re: Had not Dllimport in D?

2016-03-06 Thread xky via Digitalmars-d-learn
On Sunday, 6 March 2016 at 14:20:34 UTC, WebFreak001 wrote: On Sunday, 6 March 2016 at 14:12:35 UTC, xky wrote: First, I really sorry my bad english. I just want to using Ruby dll file(msvcrt-ruby220.dll). D can import and use functions from a DLL but you are using a C# library, which is

Re: Had not Dllimport in D?

2016-03-06 Thread xky via Digitalmars-d-learn
On Sunday, 6 March 2016 at 14:21:55 UTC, Rikki Cattermole wrote: Okay, since you clearly have not worked in a native language before, lets start from scratch. [...] Sorry for my idiot question. Thanks.

Had not Dllimport in D?

2016-03-06 Thread xky via Digitalmars-d-learn
First, I really sorry my bad english. I just want to using Ruby dll file(msvcrt-ruby220.dll). In the case of C#, using System; using System.Collections.Generic; using System.Linq; using System.Text; using

How to make a progressbar with DWT?

2016-02-27 Thread xky via Digitalmars-d-learn
Hello :-) Well.. In java with SWT case, used asyncExec and Runnable class. how can i do processing?

Re: [D Cookbook]about "Communicating with external processes" part.

2015-09-13 Thread xky via Digitalmars-d-learn
On Sunday, 13 September 2015 at 13:34:18 UTC, Adam D. Ruppe wrote: I'm in a super rush, running late to something else, but try using readln in the child before writing and see what happens. You sent data to it but the child never read it. oh my... you're right. lol so, i fix "pipe.d" this:

[D Cookbook]about "Communicating with external processes" part.

2015-09-13 Thread xky via Digitalmars-d-learn
Hello. :) I just got a this problem when i read "D Cookbook". [ pipe.d ]: == import std.process; import std.stdio; void main(){ auto info = pipeProcess("child.exe"); scope(exit) wait(info.pid);

cURL alternative for enable javascript

2015-09-03 Thread xky via Digitalmars-d-learn
hello! :) Well.. yes. cURL couldn't enable javascript. How can i use other library alternative cURL for D ? regards,

Re: how to string → uint* ?

2015-06-28 Thread xky via Digitalmars-d-learn
On Sunday, 28 June 2015 at 10:00:37 UTC, anonymous wrote: On Sunday, 28 June 2015 at 01:57:46 UTC, xky wrote: [...] Don't try casting just because you guess it could maybe work. The best documentation for setUnicodeString I could find is this:

how to string → uint* ?

2015-06-27 Thread xky via Digitalmars-d-learn
hello. :-) when i was using DerelictSFML2( http://code.dlang.org/packages/derelict-sfml2 ), i got this problem. CSFML doc had 'setUnicodeString': CSFML_GRAPHICS_API void sfText_setUnicodeString ( sfText * text,