On Monday, 10 September 2018 at 09:19:52 UTC, Josphe Brigmo wrote:
Is there an emulator that can run the apks? Android emulator
does not work, I suppose, because it isn't java. Complains
about a missing classes.dex file.
It isn't clear what you're trying to do: you're trying to run a D
apk co
On Saturday, 8 September 2018 at 02:59:48 UTC, Josphe Brigmo
wrote:
I have an app I'm writing using GtkD on windows. Eventually I'd
like to port it to android. Since I have never been able to
actually get anything to work on android I'm curious if there
are any demos with gtkD for android? I'm
On Friday, 18 May 2018 at 15:16:52 UTC, Russel Winder wrote:
Hi,
What's the current official position on how to create temporary
files for use during a unittest. I found
https://github.com/dlang/phobos/pull/5788
but it seems to be languishing in the "we have discussed all
the issues that no
On Tuesday, 15 May 2018 at 14:25:31 UTC, Dr.No wrote:
Has gdc been supported for Windows? if so, where can I find it?
I've only find Linux versions so far...
ldc has good Windows support:
https://github.com/ldc-developers/ldc/releases
On Wednesday, 2 May 2018 at 15:13:58 UTC, Matt Gamble wrote:
On Wednesday, 2 May 2018 at 14:30:19 UTC, Joakim wrote:
On Wednesday, 2 May 2018 at 14:25:35 UTC, Matt Gamble wrote:
I have a large program (for me) with several thousand lines
of code. Recently when I've tried to compile under debug
On Wednesday, 2 May 2018 at 14:25:35 UTC, Matt Gamble wrote:
I have a large program (for me) with several thousand lines of
code. Recently when I've tried to compile under debug (-g
-unittest) with VS2017, dmd2.076.1, windows 10, 8Gb ram), I've
had the following output:
Compiling SKaTERoptim
On Tuesday, 1 May 2018 at 16:02:03 UTC, rikki cattermole wrote:
On 02/05/2018 3:51 AM, Vino wrote:
On Tuesday, 1 May 2018 at 15:42:38 UTC, Jonathan M Davis wrote:
On Tuesday, May 01, 2018 15:18:12 Vino via
Digitalmars-d-learn wrote:
[...]
That sounds like your /tmp is mounted with noexec. wh
On Wednesday, 17 January 2018 at 02:23:40 UTC, Seb wrote:
On Tuesday, 16 January 2018 at 19:05:51 UTC, rumbu wrote:
On Tuesday, 16 January 2018 at 18:32:46 UTC, H. S. Teoh wrote:
Which version of the compiler is this? I'm pretty sure the
std.math.isNaN imported by module a should not be visib
On Thursday, 30 November 2017 at 08:38:15 UTC, Basile B. wrote:
Hi, I've recently switched from a linux distribution to another
(F27). During the last 2 years i used a script to build DMD,
unfortunately i forgot to include it in my backup. Initially i
thought "No problem, there's the instructio
On Wednesday, 22 November 2017 at 15:10:40 UTC, Oleg B wrote:
Hello. I try compile simple example:
import core.stdc.stdio;
import std.algorithm : min;
extern (C) void main()
{
char[256] buf;
buf[] = '\0';
auto str = "hello world";
auto ln = min(buf.length, str.length);
buf[
On Tuesday, 14 November 2017 at 19:48:07 UTC, Joakim wrote:
On Tuesday, 14 November 2017 at 04:31:43 UTC, Laeeth Isharc
wrote:
He mentions D, a bit dismissively.
http://esr.ibiblio.org/?p=7724&cpage=1#comment-1912717
Eh, he parrots decade-old anti-D talking points about
non-technical, organiz
On Tuesday, 14 November 2017 at 04:31:43 UTC, Laeeth Isharc wrote:
He mentions D, a bit dismissively.
http://esr.ibiblio.org/?p=7724&cpage=1#comment-1912717
Eh, he parrots decade-old anti-D talking points about
non-technical, organizational issues and doesn't say anything
about the language i
On Saturday, 4 November 2017 at 21:54:14 UTC, ciechowoj wrote:
What is the fastest way to have the detailed debug info for
druntime? I have a program that fails in Fiber constructor
after I create and delete at least 68_209 Fibers one after
another. For 68_208 works fine, one more and it aborts
On Friday, 27 October 2017 at 17:43:08 UTC, sivakon wrote:
On Friday, 27 October 2017 at 17:21:39 UTC, Joakim wrote:
This should work:
dmd foo.d Sample.o
Just like the C examples from the D blog:
https://dlang.org/blog/2017/10/25/dmd-windows-and-c/
Just used this! Got this error!
sample.o
On Friday, 27 October 2017 at 17:14:20 UTC, sivakon wrote:
Hi,
Just started to work with D. Great language.
I want to use C++ libraries for machine learning and deep
learning. How do I add C++ libraries to my d code.
For example,
//sample.cpp
#include
using namespace std;
int foo(int i,
On Saturday, 14 October 2017 at 04:36:25 UTC, Saurabh Das wrote:
On Wednesday, 11 October 2017 at 08:11:37 UTC, Jonathan M Davis
wrote:
On Wednesday, October 11, 2017 06:25:19 Dhananjay via
Digitalmars-d-learn wrote:
Hello,
I am upgrading to DMD 2.076.1 from DMD 2.069.2 (similar
results on 2.
On Saturday, 7 October 2017 at 03:12:09 UTC, Matt Jones wrote:
I've been trying to port a basic GLFW C++ example to D. The C++
version shows the textures correctly. But the D version shows
nothing. The code is almost identical.
Heh, that's the problem.
Does anyone know why the D version does
On Tuesday, 26 September 2017 at 17:48:06 UTC, Andre Pany wrote:
Hi,
I had set up a cross compilation from Windows to Raspberry Pi
using LDC and GCC toolchain. Almost everything is working fine.
Dub creates a binary which is runnable on the Raspberry Pi.
There is only 1 small issue. Dub creat
On Wednesday, 6 September 2017 at 18:34:28 UTC, Timothy Foster
wrote:
I'm just wondering if I made an application for
Windows/Mac/Linux if I could get it to also work on mobile
devices, or would I have to rewrite the application in another
language to get it to work? If it's possible, what shou
On Saturday, 26 August 2017 at 21:59:10 UTC, Thomas Mader wrote:
Hello,
I am building ldc on Nix (https://nixos.org/nix/) but keep
getting an error while running the cppa.d test from the dmd
testsuite (https://github.com/ldc-developers/dmd-testsuite).
1588: ... runnable/cppa.d
On Saturday, 19 August 2017 at 14:22:21 UTC, kdevel wrote:
On Saturday, 19 August 2017 at 14:07:49 UTC, kdevel wrote:
src/rt/sections_elf_shared.d:(.text._D2rt19sections_elf_shared11getTLSRangeFNbNimmZAv[_D2rt19sections_elf_shared11getTLSRangeFNbNimmZAv]+0x38):
undefined reference to `__tls_get
On Friday, 18 August 2017 at 13:21:06 UTC, alexander1974 wrote:
I want to write a library for working with units (lengths,
weights, ...). It should allow maths and converting
with/between different units (cm to mm, angstrom to meter, ...).
[...]
I have no opinion on your layout, but have you
On Tuesday, 8 August 2017 at 10:07:54 UTC, data pulverizer wrote:
On Tuesday, 8 August 2017 at 09:51:40 UTC, Moritz Maxeiner
wrote:
If your code depends on capabilities of a specific D compiler,
I wouldn't depend on build tools for that, I'd make it clear
in the source code via conditional comp
On Sunday, 6 August 2017 at 06:26:57 UTC, David J Kordsmeier
wrote:
Also, why I don't look at LDC further, I think RAM on the
embedded devices is still pretty skimpy, Raspi3 only has 1GB
ram.
It's not great for compiling with the LLVM-based things and
probably run OOM. Other devices I have on
On Sunday, 30 July 2017 at 03:16:35 UTC, Mike wrote:
On Sunday, 30 July 2017 at 02:58:09 UTC, Mike wrote:
[...]
It appears `onStartTag` does not handle the root element. For
example, this code seems to work:
import std.xml;
import std.stdio;
void main()
{
auto parser = new DocumentParse
On Saturday, 29 July 2017 at 19:26:03 UTC, FoxyBrown wrote:
On Saturday, 29 July 2017 at 19:17:08 UTC, Joakim wrote:
On Friday, 28 July 2017 at 22:32:27 UTC, FoxyBrown wrote:
[...]
What you are suggesting is blatantly idiotic. No software
ever made supports simply installing on top of an ol
On Friday, 28 July 2017 at 22:32:27 UTC, FoxyBrown wrote:
On Friday, 28 July 2017 at 21:35:01 UTC, Anonymouse wrote:
On Friday, 28 July 2017 at 21:23:22 UTC, FoxyBrown wrote:
[...]
I'm sorry if I'm not expressing it in a way that agrees with
you but you're looking at the wrong side of the ex
On Saturday, 22 July 2017 at 18:59:44 UTC, FoxyBrown wrote:
With LDC's new ability to do android/arm, we are missing the
ability to do GUI's? Can any of the current D solutions work
such as GtkD or QtD? I'm looking for something somewhat
lightweight, easy to use(I find GtkD a bit funky but it d
On Saturday, 15 July 2017 at 18:14:48 UTC, aberba wrote:
On Saturday, 15 July 2017 at 05:54:32 UTC, ag0aep6g wrote:
On 07/15/2017 06:21 AM, bauss wrote:
[...]
1) Drop two elements from "Bär". With auto-decoding you get
"r", which is nice. Without auto-decoding you get [0xA4, 'r']
where 0xA4
On Thursday, 6 July 2017 at 00:31:04 UTC, FoxyBrown wrote:
rdmd -m64 Build.d
Error: can't run 'C:\Program
Files\VS\VC\Tools\MSVC\14.10.25017\bin\HostX64\x64', check PATH
The path exists, but since it doesn't tell me what it is trying
to run, I have no clue. The path contains link.exe.
Add t
On Tuesday, 11 July 2017 at 01:34:08 UTC, crimaniak wrote:
Hi!
I have vibe.d application and long-standing error in it.
For the current moment, I have logs for stdout, stderr, and
additional log to write exceptions I catch. This error gives me
only the short line in stderr log:
core.exceptio
On Wednesday, 31 May 2017 at 12:49:38 UTC, Oleksii wrote:
Hi everybody,
Perhaps this topic has been raised many times before, but I'm
going to go back to it anyways :-P
Are there any good reference materials and/or tutorials on
programming for iOS and Android in D?
Other than this wiki pag
On Saturday, 3 June 2017 at 17:28:36 UTC, Adam D. Ruppe wrote:
On Saturday, 3 June 2017 at 17:24:08 UTC, Russel Winder wrote:
So why isn't rdmd shipped as a separate thing if it can wrap
any of the three compilers?
it is... the link above is all there is to it, you simply
compile it. The docs
On Tuesday, 14 March 2017 at 01:57:56 UTC, rikki cattermole wrote:
On 14/03/2017 6:08 AM, Joakim wrote:
On Monday, 13 March 2017 at 09:33:39 UTC, rikki cattermole
wrote:
On 13/03/2017 7:48 PM, Joakim wrote:
[...]
Why exactly doesn't the Android port support dlopen, dlsym
and dlclose?
It is
On Friday, 10 March 2017 at 06:41:46 UTC, M-exe wrote:
I found that D is great language, but for my own reasons I'm
trying to use it without TLS at all.
Can the TLS directory be avoided? (compiling on windows)
I don't know what you mean by the TLS directory, can you explain?
I mean, can it a
On Monday, 13 March 2017 at 09:33:39 UTC, rikki cattermole wrote:
On 13/03/2017 7:48 PM, Joakim wrote:
[...]
Why exactly doesn't the Android port support dlopen, dlsym and
dlclose?
It is provided by the NDK libc.
At least according to this[0].
[0] https://developer.android.com/ndk/guides/s
On Thursday, 9 March 2017 at 10:35:18 UTC, dummy wrote:
On Wednesday, 8 March 2017 at 10:24:24 UTC, Joakim wrote:
On Tuesday, 7 March 2017 at 12:06:48 UTC, dummy wrote:
Just thought. I do want to know. :-)
As far as I know is,
* LDC2 woring on NDK(yah!)
* Native OpenGLES:
http://wiki.dlan
On Tuesday, 7 March 2017 at 12:06:48 UTC, dummy wrote:
Just thought. I do want to know. :-)
As far as I know is,
* LDC2 woring on NDK(yah!)
* Native OpenGLES:
http://wiki.dlang.org/Build_LDC_for_Android#Build_a_sample_OpenGL_Android_app_ported_to_D
* Dlangui working on Android that based
On Wednesday, 8 February 2017 at 17:57:49 UTC, kinke wrote:
On Wednesday, 8 February 2017 at 17:21:03 UTC, Oleg B wrote:
If I understand correctly with vanilla LDC I can't
cross-compiling from host linux-x86_64, but with your patch I
can. Right?
Right. Joakim Noah has worked on LDC for Androi
On Monday, 23 January 2017 at 02:20:02 UTC, Nestor wrote:
On Monday, 23 January 2017 at 01:17:20 UTC, Adam D. Ruppe wrote:
On Monday, 23 January 2017 at 01:12:21 UTC, Nestor wrote:
You mean phobos, or system libraries?
Phobos but mostly the druntime that interfaces with the system.
I see, I
On Saturday, 21 January 2017 at 18:38:22 UTC, Nestor wrote:
Hi friends,
Is there a way to "compile" d code to C, similar to what nim
does?
That would be cool for greater portability.
The wiki says there was a dmd fork that attempted this 5 years
ago, don't know how far he got:
https://wi
On Tuesday, 10 January 2017 at 18:48:17 UTC, Ignacious wrote:
Well, I posed a reply but I guess it didn't get though ;/
I'm only suing android-x86 because I thought it would be easier
to test/debug. My device is a cortex-arm7.
It's probably not easier, and in any case, android-x86 won't be
s
On Monday, 9 January 2017 at 18:38:01 UTC, Ignacious wrote:
On Monday, 9 January 2017 at 08:28:04 UTC, Joakim wrote:
I've tried to write up detailed instructions on the wiki. I'm
still improving those and plan to spin off those two sections
I linked you, on how to just build the samples, into
On Monday, 9 January 2017 at 00:40:35 UTC, Ignacious wrote:
On Sunday, 8 January 2017 at 22:19:31 UTC, Joakim wrote:
On Sunday, 8 January 2017 at 21:52:01 UTC, Ignacious wrote:
Not sure what is going on, of course ;) So much BS just to do
something that is suppose to be simple ;)
test.d
v
On Sunday, 8 January 2017 at 21:52:01 UTC, Ignacious wrote:
Not sure what is going on, of course ;) So much BS just to do
something that is suppose to be simple ;)
test.d
void main()
{
}
here is test.o
http://pastebin.com/NRrKgKtb
Any ideas?
Oh, that's easy: install the NDK too, as sh
On Sunday, 8 January 2017 at 19:58:06 UTC, Ignacious wrote:
I suppose it will be easier to install a real ubuntu distro
rather than relying on windows? All these issues seem to be
related to outdated versions?
Distributor ID: Ubuntu
Description:Ubuntu 14.04.5 LTS
Release:14.04
Code
On Friday, 6 January 2017 at 13:44:37 UTC, Claude wrote:
Yes, it works quite well for most use cases and should
generally be preferred. I disagree that it scales, though. At
some point (a point that is highly project-dependent), it
breaks down, requiring either very large modules or duplicated
On Monday, 2 January 2017 at 11:47:52 UTC, Ignacious wrote:
On Monday, 2 January 2017 at 03:08:10 UTC, Joakim wrote:
On Sunday, 1 January 2017 at 09:34:24 UTC, Ignacious wrote:
Can you try
sudo apt-get install libconfig9
I don't know if that will install something different, but
it's the co
On Sunday, 1 January 2017 at 09:34:24 UTC, Ignacious wrote:
Can you try
sudo apt-get install libconfig9
I don't know if that will install something different, but
it's the command I see others using online. Otherwise, check
if the libconfig++9 package you installed included
libconfig.so.9,
On Saturday, 31 December 2016 at 05:52:00 UTC, Ignacious wrote:
On Thursday, 29 December 2016 at 10:14:53 UTC, Joakim wrote:
On Wednesday, 28 December 2016 at 23:33:57 UTC, Ignacious
wrote:
What is the current status for building android apps in D? I
would like to create simple graphic based ap
On Wednesday, 28 December 2016 at 23:33:57 UTC, Ignacious wrote:
What is the current status for building android apps in D? I
would like to create simple graphic based apps but don't wanna
get bogged down in trying to get car moving without any wheels.
Should all work, but nothing other than s
On Thursday, 21 July 2016 at 13:13:39 UTC, Claude wrote:
On Thursday, 21 July 2016 at 10:30:55 UTC, Andrea Fontana wrote:
On Thursday, 21 July 2016 at 09:59:53 UTC, Claude wrote:
I can build a "Hello world" program on ARM GNU/Linux, with
druntime and phobos.
I'll write a doc page about that.
On Thursday, 28 July 2016 at 21:02:59 UTC, John Carter wrote:
On Thursday, 28 July 2016 at 15:48:58 UTC, Seb wrote:
[...]
Eh. I hoped that somewhere in that explosion of discussion on
the topic the problem had been solved and I had just missed it
and merely had to use that.
Also this idea
On Saturday, 16 April 2016 at 04:04:24 UTC, Justice wrote:
Is it difficult to create a D business like app and connect it
to android through java for the interface?
Not difficult, but it hasn't really been done yet. I don't
anticipate JNI causing much of a problem, but I need to look into
it
On Monday, 28 December 2015 at 14:16:36 UTC, Basile B. wrote:
On Monday, 28 December 2015 at 14:09:30 UTC, Joakim wrote:
I wish dfmt could do this for us, so that you develop with all
the modules imported at the top, then run dfmt and it scopes
all the imports and adds the selective import of s
On Friday, 25 December 2015 at 12:43:05 UTC, Jakob Jenkov wrote:
Hi, just a quick question:
If I write a program in D and I use Windows for development but
want it to run on Linux, do I have to copy the source code to
the target Linux machine and compile it there, to make an
executable for th
On Wednesday, 23 December 2015 at 10:51:52 UTC, earthfront wrote:
I'm using hackerpilot's excellent textadept plugin + DCD, Dfmt,
and Dscanner.
Upon saving files, it produces suggestions, much like warnings
from the compiler.
One suggestion is to use selective imports in local scopes. OK,
I'l
On Wednesday, 22 April 2015 at 07:57:40 UTC, Jeremiah DeHaan
wrote:
Just curious, but I was wondering if there was a 2.067 DDMD
available for download somewhere for Windows. If not, then are
there any special build instructions I need to build it? I kind
of just want to try a couple of things,
On Sunday, 29 March 2015 at 18:41:36 UTC, Laeeth Isharc wrote:
The whole art/science vein of these Knuth quotes seems like a
lot of BS, trying to situate computer programming in the
long-standing and overblown science/humanities "divide."
I should like to see an argument rather than mere asser
On Sunday, 29 March 2015 at 18:05:28 UTC, Laeeth Isharc wrote:
I appreciate that many of us have better things to do. But I
had been thinking about why I find D appealing, and how I would
get this across to future partners, and had also been thinking
about various forum comments equating measu
On Friday, 27 March 2015 at 06:31:40 UTC, Laeeth Isharc wrote:
In this talk I shall try to explain why I think "Art" is the
appropriate word. I will discuss what it means for something to
be an art, in contrast to being a science; I will try to
examine whether arts are good things or bad things
On Wednesday, 18 February 2015 at 08:55:51 UTC, Tofu Ninja wrote:
When I compile my project in release dmd suddenly starts
complains about missing symbols that look like they are from
phobos.
Symbol Undefined
_D3std9exception134__T12errnoEnforceTbVAyaa50_433a5c445c646d64325c77696e646f77735c62
On Monday, 26 January 2015 at 11:30:00 UTC, Daniel Kozak wrote:
On Monday, 26 January 2015 at 11:15:26 UTC, Joakim wrote:
Right now, I had to go through and selectively import all 14
symbols I needed from the 3 druntime modules that publicly
import core.sys.posix.sys.socket, so that the functio
Right now, any attempt to have symbols with the same name errors
out, regardless of how they're used. This caused a problem for
me because I'm trying to use a third-party C library that defines
a struct type called "socket" and my code calls that library and
some networking modules from drunti
On Wednesday, 21 January 2015 at 12:00:47 UTC, Nordlöw wrote:
My executable throws as
core.exception.InvalidMemoryOperationError@(0)
when compiled with DMD git master.
I get no stack trace in GDB.
What to do?
InvalidMemoryOperationError generally means that you are
performing certain d
On Tuesday, 6 January 2015 at 16:02:24 UTC, Laeeth Isharc wrote:
I downgraded dmd and now have a different problem with tango at
link stage, which is progress of a sort. (I updated the
ticket).
Do you have to compile it yourself? Arch comes with dstep in
their package repository, put there
On Monday, 5 January 2015 at 15:00:05 UTC, Bauss wrote:
On Monday, 5 January 2015 at 12:54:00 UTC, Gary Willoughby
wrote:
On Monday, 5 January 2015 at 11:49:32 UTC, Bauss wrote:
Is it possible to compile for other OS's on Windows using dmd?
This is what's known as cross compiling and is not c
On Sunday, 28 December 2014 at 14:51:22 UTC, Gary Willoughby
wrote:
I was just taking a look at the following poll[1] about the
order of evaluation when using the post-increment operator. The
following D snippet shows an example.
import std.stdio;
void main(string[] args)
On Friday, 28 November 2014 at 19:59:40 UTC, Xinok wrote:
Given that we have GDC with the GCC backend and LDC with the
LLVM backend, what are the benefits of keeping the DMD compiler
backend? It seems to me that GCC and LLVM are far more
developed and better supported by their respective commun
On Wednesday, 26 November 2014 at 04:10:08 UTC, Vlad Levenfeld
wrote:
I'm compiling the latest build from github.
(I normally stay up to date with the current builds on 64bit
Debian and everything works more or less without a hitch there,
but now I need to get some of my tools working in a Wi
On Tuesday, 25 November 2014 at 23:08:07 UTC, Vlad Levenfeld
wrote:
On Tuesday, 25 November 2014 at 21:22:24 UTC, Vlad Levenfeld
wrote:
On Windows 7 I have built dmd (using the vcxproj), druntime
(win64.mak) and phobos (win64.mak).
I went into sc.ini and set the LINKCMD to point to Visual
Stu
On Wednesday, 12 November 2014 at 22:38:56 UTC, Ali Çehreli wrote:
A friend of mine installed dmd on OSX and recorded his
experiences:
http://cap-lore.com/Languages/D/Install.html
I wonder why he had to do manual work like running xattr. Is
that expected on OSX?
Looks like they're now req
On Friday, 31 October 2014 at 16:10:01 UTC, Wyatt wrote:
On Thursday, 30 October 2014 at 15:39:55 UTC, Joakim wrote:
You could look at the linux/powerpc work Kai did with ldc for
an idea of the changes necessary for a new arch.
Sounds fairly reasonable to me. Happen to have a link to a
commi
On Thursday, 30 October 2014 at 14:03:23 UTC, Wyatt wrote:
At work, I have to target SPARC/Solaris. I'm writing code to
interface with an internal network protocol, so my current
choices are C and (old) C++ (remember Sun Studio? I wish I
didn't have to). Having looked, it seems like there's
On Thursday, 30 October 2014 at 08:54:03 UTC, Joakim wrote:
As far as I know, ldc's support for iOS is still in the early
stages but they should be binary compatible, particularly if
you compile ldc against the same llvm backend, and a C wrapper
is likely still necessary, as I don't think Dan O
On Wednesday, 29 October 2014 at 04:45:00 UTC, JJDuck wrote:
I'm trying to compile my D code using LDC and hopefully used by
my iOS program in Xcode.
So I did some research
(correct me if I'm wrong)
If I compile my D code using LDC into static file and used by
my iOS app and since they have th
On Monday, 20 October 2014 at 13:52:10 UTC, Kagamin wrote:
On Friday, 17 October 2014 at 23:31:46 UTC, Joakim wrote:
Tablets are optimized for basic usage, not saving files and
document editing and whatever else you might want to do on a
PC. Most people just need a basic appliance that isn't g
On Sunday, 19 October 2014 at 04:55:55 UTC, ketmar via
Digitalmars-d-learn wrote:
On Sat, 18 Oct 2014 23:38:35 +
Joakim via Digitalmars-d-learn
wrote:
don't you think that we are going in circles now? not that i'm
tired of
this conversation, but i see that we get each other
On Sunday, 19 October 2014 at 09:39:05 UTC, nrgyzer wrote:
Hi guys,
when I do the following:
module myMain;
import example;
import std.traits;
import my.static.library.binding;
static this()
{
foreach ( m; __traits(allMembers, example) )
{
static if ( isCallable!(mixing(m) )
On Sunday, 19 October 2014 at 14:35:06 UTC, Suliman wrote:
I am planing to buy ARM-Board. I would use it for internet
browsing and whant to know would it's possible to develop D
apps on it?
Which ARM board do you plan on getting? I own a Pandaboard ES.
I tried using it for browsing for some
On Saturday, 18 October 2014 at 20:50:42 UTC, ketmar via
Digitalmars-d-learn wrote:
On Sat, 18 Oct 2014 19:42:50 +
Joakim via Digitalmars-d-learn
wrote:
> most people are stupid.
No disagreement there, but even the smart ones can only learn
so much.
that's why we should teach k
On Saturday, 18 October 2014 at 00:06:10 UTC, ketmar via
Digitalmars-d-learn wrote:
On Fri, 17 Oct 2014 23:31:45 +
Joakim via Digitalmars-d-learn
wrote:
You do realize that most people are clueless about how to fix
those also, right?
most people are stupid.
No disagreement there, but
On Friday, 17 October 2014 at 21:20:29 UTC, ketmar via
Digitalmars-d-learn wrote:
On Fri, 17 Oct 2014 20:40:37 +
Joakim via Digitalmars-d-learn
wrote:
This is nonsense and I see it repeated all the time, with
code.org and other efforts. Do you know how to fix your car,
washing machine
On Friday, 17 October 2014 at 13:59:03 UTC, ketmar via
Digitalmars-d-learn wrote:
that's why i'm sure that basic programming must be teached in
school.
hey, the whole our civilization will collapse without computers!
computer programming is the literacy of the new age.
This is nonsense and I s
On Friday, 3 October 2014 at 14:21:02 UTC, Atila Neves wrote:
Then I tried only using dmd to compile and linking it myself.
That worked, but the resulting binary crashed. After loading it
up in gdb, it crashed in __tls_get_addr
My guess would be that your system doesn't have __tls_get_addr
On Sunday, 10 August 2014 at 04:37:20 UTC, Puming wrote:
On Saturday, 9 August 2014 at 21:46:45 UTC, Peter Alexander
wrote:
On Saturday, 9 August 2014 at 00:34:43 UTC, Puming wrote:
Yes, rust is a more infantile language compared to D, but
people are already using them to create complicate
app
On Monday, 28 July 2014 at 13:31:08 UTC, Martin Drasar via
Digitalmars-d-learn wrote:
On 28.7.2014 14:09, Joakim via Digitalmars-d-learn wrote:
More broadly speaking, it is thrown whenever certain memory
operations
are attempted while the GC is running, 6 in all, as you can
see here:
https
On Monday, 28 July 2014 at 09:38:35 UTC, Martin Drasar via
Digitalmars-d-learn wrote:
Hi,
at the end of my program it throws InvalidMemoryOperationError.
Looking
at the documentation and past forum questions I learned that it
is
probably because of allocations in destructors. However, I have
On Friday, 25 July 2014 at 21:23:00 UTC, Mark Isaacson wrote:
I am presently trying to port a driver I wrote for Windows to
OSX. The one thing standing in my way is figuring out how to
get the equivalent of DllMain on OSX.
I need a place to call Runtime.initialize() and whatnot.
Reading the w
On Thursday, 10 July 2014 at 15:36:53 UTC, francesco cattoglio
wrote:
A code I'm working on stops working and starts printing an
infinite loop of
core.exception.InvalidMemoryOperationError
to the command line output. The code is quite complex and the
bug seems to present itself almost in random
On Monday, 7 July 2014 at 12:00:48 UTC, Regan Heath wrote:
On Mon, 07 Jul 2014 12:17:34 +0100, Joakim
wrote:
On Monday, 7 July 2014 at 10:19:01 UTC, Kagamin wrote:
See if stdio allows you to specify delete sharing when
opening the file.
I don't know what delete sharing is exactly, but the
On Monday, 7 July 2014 at 10:19:01 UTC, Kagamin wrote:
See if stdio allows you to specify delete sharing when opening
the file.
I don't know what delete sharing is exactly, but the File
constructor simply calls fopen and I don't see any option for the
Windows fopen that seems to do it:
http
On Tuesday, 24 June 2014 at 12:56:28 UTC, Jason King wrote:
I don't know enough about implib to explain it.
But another method that I believe should work is to use linker
definition files.
It'll allow optlink to work.
Just add it to dmd, actually I believe it needs to be passed
to Optlink (so
On Saturday, 5 July 2014 at 16:35:31 UTC, Andre Tampubolon wrote:
I've been reading the newsgroup for a while, and it seems that
one of the reason folks like D is because it supports module.
My question is: what does module mean?
A quick google pointed my this page:
http://dlang.org/module.htm
I ran into this when trying to fix the Phobos unit tests and have
reduced it down to this test file:
import std.stdio, std.file;
void main() {
auto f = File("test.txt", "w");
//f.close();
std.file.remove("test.txt");
}
This compiles and runs fine on linux and the autotester shows
Hi,
Quick question regarding TKD (tkinter):
Is there a way to set focus on the application window
automatically on run? I'm on Mac OS X if that's of any importance.
I have tried to grep the documentation but I can't find anything
relevant.
Thanks!
It worked perfecly. I knew I had missed something stupid. :)
What confused me was the homebrew warning.
Thank you for helping a newbie out. :)
Have you actually installed ncurses on your system?
https://gist.github.com/cnruby/960344
I will try this, but I did a search/info with homebrew and it
said it was not recommended because OS X already has ncurses
installed by default. Something about conflicts that could
possibly occur. I fo
Hi,
I am very new to D, I just started with it a week ago or so, and
I haven't really been using compiled languages before (except for
Java), so I'm pretty confused with the whole thing in general. ;)
I try to use the ncurses library in my project using:
"dependencies" : {
"ncurses" : "~m
99 matches
Mail list logo