Win32 DLLs in D

2020-06-05 Thread Poyeyo via Digitalmars-d-learn
Hello everyone. I want to create a windows plugin.dll that could be called from rFactor, and I want to try D first, instead of going directly to C++ as the rFactor example. I am trying to wrap my head around this: https://wiki.dlang.org/Win32_DLLs_in_D ... which seems quite outdated, and

Decimal type documentation

2014-06-10 Thread Poyeyo via Digitalmars-d-learn
Hello, has anyone used this https://github.com/andersonpd/decimal implementation? I'm learning D and want to know where to start for the decimal (or bigfloat) stuff. The goal is to be able to read and write some data from a SQL DB with a decimal(10,2) field.