On Tuesday, September 18, 2018 7:39:40 AM MDT Atila Neves via Digitalmars-d-
learn wrote:
> On Monday, 17 September 2018 at 19:13:06 UTC, Jonathan M Davis
>
> wrote:
> > On Monday, September 17, 2018 7:43:21 AM MDT Kagamin via
> >
> > Digitalmars-d-learn wrote:
> >> try dpp https://github.com/atila
On Tuesday, 18 September 2018 at 13:39:40 UTC, Atila Neves wrote:
It does C++ as well, just not all (or even close at this point)
of it. I doubt it'd work on any real C++ codebase right now,
but who knows. It definitely won't if any of the headers use
the standard library, which is likely to ha
On Monday, 17 September 2018 at 19:13:06 UTC, Jonathan M Davis
wrote:
On Monday, September 17, 2018 7:43:21 AM MDT Kagamin via
Digitalmars-d-learn wrote:
try dpp https://github.com/atilaneves/dpp
Since according to Mike's post, it's C++ code, dpp wouldn't
help, because it currently only suppo
On Monday, 17 September 2018 at 03:16:33 UTC, spikespaz wrote:
Could one of you give me pointers about how to go about this? I
have the dynamic link libraries, the static libraries, and the
header includes.
Every other language other than C++ will have the same problem as
you interacting with
On Monday, September 17, 2018 7:43:21 AM MDT Kagamin via Digitalmars-d-learn
wrote:
> try dpp https://github.com/atilaneves/dpp
Since according to Mike's post, it's C++ code, dpp wouldn't help, because it
currently only supports C and not C++.
- Jonathan M Davis
try dpp https://github.com/atilaneves/dpp
On Monday, 17 September 2018 at 03:16:33 UTC, spikespaz wrote:
There is a project that I wish to use from D
(https://ultralig.ht).
It's Electron, but with forked WebKit and the samples are very,
very fast.
This is a great compromise between wanting to have a very
custom interface and not wa
There is a project that I wish to use from D
(https://ultralig.ht).
It's Electron, but with forked WebKit and the samples are very,
very fast.
This is a great compromise between wanting to have a very custom
interface and not wanting to use the slow
Electron/Sciter/Awesomium/WebView.
I am