haru-s
haru-s
Thank you for your reply. When I export multiple files in txt file style, the correspondence between the txt file and the attached files is lost. Also exporting with the...
Thank you for PR. I am sorry, I am so busy...
I had talked with him, but he wasn't interested in development of DFL already.
Do we still need this change?
Is this PR valid?
Thank you. I like DFL, but I am so busy now. I think that dfl.exe don't need already. What do you think?
Do we need different source code for win64 than win32?
...??? has the rdmd bug? I don't know the reason. 2013/3/23 Andrej Mitrovic [email protected] > Test-case: > > module test; > pragma(lib, "Ole32");import std.exception;import dfl.internal.wincom; > void main(){ > enforce(!CoInitialize(null));...
Is it because you are linking both ole32.lib and dfl.lib? ``` D import std.stdio; import std.exception; static if (true) { pragma(msg, "Link ole32.lib"); pragma(lib, "ole32.lib"); import core.sys.windows.com; } else {...
serve-d\workspace-d\source\workspaced\com\dcdext.d https://github.com/Pure-D/serve-d/blob/7ee502bbca50af378d441e0032165fcdce56143b/workspace-d/source/workspaced/com/dcdext.d#L1024 It appears that the parseModule function is loading an invalid file that is not D code. We recommend ignoring the function by enclosing it in a try-catch, or...