Jump to page: 1 2
Thread overview
Where I download Digital Mars C Preprocessor sppn.exe?
Apr 02, 2022
Marcone
Apr 02, 2022
Marcone
Apr 03, 2022
rikki cattermole
Apr 03, 2022
Ali Çehreli
Apr 03, 2022
forkit
Apr 03, 2022
user1234
Apr 04, 2022
Tejas
Jan 23, 2023
Nick Treleaven
Jan 23, 2023
Nick Treleaven
Jan 23, 2023
Alain De Vos
Jan 23, 2023
H. S. Teoh
April 02, 2022

Where I download Digital Mars C Preprocessor sppn.exe? I need it to use ImportC

April 02, 2022

ImportC is deprecated as everything in D is deprecated and abandoned. No link works, every download link is broken as no one cares. All D code is always full of bugs and needs to be corrected by the user before trying to run it, in order to realize that it wasted time.

https://dlang.org/spec/importc.html

April 03, 2022
What on earth are you talking about.

ImportC is highly experimental and was announced far too soon.

If you look at the last release a very large number of the bug fixes were for ImportC specifically.

https://dlang.org/changelog/2.099.0.html#bugfix-list
April 02, 2022
On 4/2/22 16:40, Marcone wrote:
> ImportC is deprecated as everything in D is deprecated and abandoned.

You're off a little: April Fool's was yesterday. :o)

Ali

April 03, 2022
On Saturday, 2 April 2022 at 23:40:39 UTC, Marcone wrote:
> ImportC is deprecated as everything in D is deprecated and abandoned. No link works, every download link is broken as no one cares. All D code is always full of bugs and needs to be corrected by the user before trying to run it, in order to realize that it wasted time.
>
> https://dlang.org/spec/importc.html

ImportC is an interesting, and possibly useful feature..to a select few, but ALL will have to carry it.

IMO...ImportC will be D's biggest mistake.

April 03, 2022

On Saturday, 2 April 2022 at 21:57:02 UTC, Marcone wrote:

>

Where I download Digital Mars C Preprocessor sppn.exe? I need it to use ImportC

it's part of the DMC toolchain.

April 04, 2022

On Sunday, 3 April 2022 at 08:37:45 UTC, user1234 wrote:

>

On Saturday, 2 April 2022 at 21:57:02 UTC, Marcone wrote:

>

Where I download Digital Mars C Preprocessor sppn.exe? I need it to use ImportC

it's part of the DMC toolchain.

Guys I think Ali is right... The post was meant as an April fool's joke... It was pretty badly mistimed though, at the time of his posting, it was 3rd April in my place, and undoubtedly 2nd everywhere else

January 23, 2023

On Saturday, 2 April 2022 at 21:57:02 UTC, Marcone wrote:

>

Where I download Digital Mars C Preprocessor sppn.exe? I need it to use ImportC

Found this thread by googling dlang sppn.exe. For the record, it can be obtained from sppn.zip here:
http://ftp.digitalmars.com/

I didn't have it for some reason even though latest dmc is installed.

January 23, 2023

On Monday, 23 January 2023 at 17:15:30 UTC, Nick Treleaven wrote:

>

On Saturday, 2 April 2022 at 21:57:02 UTC, Marcone wrote:

>

Where I download Digital Mars C Preprocessor sppn.exe? I need it to use ImportC

Found this thread by googling dlang sppn.exe. For the record, it can be obtained from sppn.zip here:
http://ftp.digitalmars.com/

I didn't have it for some reason even though latest dmc is installed.

I then got some weird errors building druntime:

std::array not supported by DMC
std::basic_string_view not supported by DMC

I figured that dmc was not correctly installed (not sure why). So I downloaded dmc.zip which fixed it.

January 23, 2023

Mixing D with C or C++ or Python is looking for problems.
Better write something in D.
And write something in C/C++/Python.
And have some form of communication between both.

« First   ‹ Prev
1 2