Deriving a D-class from a CPP-class

Alain De Vos devosalain at ymail.com
Wed Apr 28 19:06:09 UTC 2021


PS: I managed to link to phobo's/runtime & wxgtk at the same time.
It goes like this [So someone does not need to re-invent the weel]

```
ldc2 - c test.d
c++ test.o -o test -L/usr/local/lib -lphobos2-ldc -ldruntime-ldc 
-Wl,--gc-sections -lexecinfo -lpthread -lm -m64 
`wxgtk3u-3.0-config --cxxflags --libs`

```


More information about the Digitalmars-d-learn mailing list