June 19, 2023 Learn » Re: Using C++ Classes From D: dmd cannot link, while ldc segfault | |||
|---|---|---|---|
| |||
Ha, I saw vector.d there, So I can use this vector.d as the... | |||
June 19, 2023 Learn » Re: Using C++ Classes From D: dmd cannot link, while ldc segfault | |||
|---|---|---|---|
| |||
Yes, you would also need to verify it with every compiler you need (MSVC, vs... | |||
June 19, 2023 Learn » Re: Using C++ Classes From D: dmd cannot link, while ldc segfault | |||
|---|---|---|---|
| |||
A related question: basically I want to pass an array of objects from D side... | |||
June 19, 2023 Learn » Re: Using C++ Classes From D: dmd cannot link, while ldc segfault | |||
|---|---|---|---|
| |||
So, you mean on the D side, it need to list all the fields and... | |||
June 19, 2023 Learn » Re: Using C++ Classes From D: dmd cannot link, while ldc segfault | |||
|---|---|---|---|
| |||
This is just a guess, but I think the problem is the vtable is incomplete... | |||
June 19, 2023 Learn » Using C++ Classes From D: dmd cannot link, while ldc segfault | |||
|---|---|---|---|
| |||
Hi, I'm following this example: https://dlang.org/spec/cpp_interface.html#using_cpp... | |||
June 18, 2023 Issues » [Issue 23982] segfault when printing scope inference failure | |||
|---|---|---|---|
| |||
...dlang/dmd pull request #15329 "Fix 23982 - segfault when printing scope inference failure" was merged... | |||
June 17, 2023 General » Better error message for endless recursion (or other segfaults) on linux | |||
|---|---|---|---|
| |||
...gets executed in the context of the segfault. In the case of stack overflow, this... | |||
June 16, 2023 Issues » [Issue 23982] segfault when printing scope inference failure | |||
|---|---|---|---|
| |||
...Fix 23982 - segfault when printing scope inference failure" fixing this issue: - Fix 23982 - segfault when... | |||
June 15, 2023 General » Re: D has become unbearable and it needs to stop | |||
|---|---|---|---|
| |||
...you accidentally write writeln(x ~ " = ", y) and segfault with no stacktrace as you're trying... | |||
Copyright © 1999-2021 by the D Language Foundation