digitalmars.D.learn - Vibe.d
- Jack (7/7) Sep 19 2020 Hi,
- Jack (3/10) Sep 19 2020 I managed to get it to work with ldc, still not sure why it isn't
- Andre Pany (7/20) Sep 19 2020 In case you have an older version of dub, dmd will build an x86
- Andre Pany (2/23) Sep 19 2020 Never => newer
- HuskyNator (3/9) Sep 05 2021 I'm getting the same error after newly installing on my laptop.
- HuskyNator (5/16) Sep 05 2021 Worked it out,
- Imperatorn (2/9) Sep 19 2020 Any code for us to test?
Hi, I am building a webapp using vibe.d which is working well on macOS and Linux. However, when I run it on windows I get: Program exited with code -1073741701 I created a new default project with: dub init test -t vibe.d and get the same error code when running it. Any suggestions what could be wrong?
Sep 19 2020
On Saturday, 19 September 2020 at 13:13:56 UTC, Jack wrote:Hi, I am building a webapp using vibe.d which is working well on macOS and Linux. However, when I run it on windows I get: Program exited with code -1073741701 I created a new default project with: dub init test -t vibe.d and get the same error code when running it. Any suggestions what could be wrong?I managed to get it to work with ldc, still not sure why it isn't working with dmd.
Sep 19 2020
On Saturday, 19 September 2020 at 13:31:35 UTC, Jack wrote:On Saturday, 19 September 2020 at 13:13:56 UTC, Jack wrote:In case you have an older version of dub, dmd will build an x86 executable by default with OMF (Windows). Never versions of dub defaults to architecture x86_64 with COFF. LDC builds only COFF for x86 and x86_64. Kind regards AndreHi, I am building a webapp using vibe.d which is working well on macOS and Linux. However, when I run it on windows I get: Program exited with code -1073741701 I created a new default project with: dub init test -t vibe.d and get the same error code when running it. Any suggestions what could be wrong?I managed to get it to work with ldc, still not sure why it isn't working with dmd.
Sep 19 2020
On Saturday, 19 September 2020 at 17:57:09 UTC, Andre Pany wrote:On Saturday, 19 September 2020 at 13:31:35 UTC, Jack wrote:Never => newerOn Saturday, 19 September 2020 at 13:13:56 UTC, Jack wrote:In case you have an older version of dub, dmd will build an x86 executable by default with OMF (Windows). Never versions of dub defaults to architecture x86_64 with COFF. LDC builds only COFF for x86 and x86_64. Kind regards AndreHi, I am building a webapp using vibe.d which is working well on macOS and Linux. However, when I run it on windows I get: Program exited with code -1073741701 I created a new default project with: dub init test -t vibe.d and get the same error code when running it. Any suggestions what could be wrong?I managed to get it to work with ldc, still not sure why it isn't working with dmd.
Sep 19 2020
On Saturday, 19 September 2020 at 17:57:09 UTC, Andre Pany wrote:In case you have an older version of dub, dmd will build an x86 executable by default with OMF (Windows). Never versions of dub defaults to architecture x86_64 with COFF. LDC builds only COFF for x86 and x86_64. Kind regards AndreI'm getting the same error after newly installing on my laptop. Not sure what to do to fix the issue.
Sep 05 2021
On Sunday, 5 September 2021 at 12:12:20 UTC, HuskyNator wrote:On Saturday, 19 September 2020 at 17:57:09 UTC, Andre Pany wrote:Worked it out, Had to do with my Visual Studio installation (I think?). The dmd installer was quite vague about this imo, only telling me to install VS, but not what part. Somehow got it to work now.In case you have an older version of dub, dmd will build an x86 executable by default with OMF (Windows). Never versions of dub defaults to architecture x86_64 with COFF. LDC builds only COFF for x86 and x86_64. Kind regards AndreI'm getting the same error after newly installing on my laptop. Not sure what to do to fix the issue.
Sep 05 2021
On Saturday, 19 September 2020 at 13:13:56 UTC, Jack wrote:Hi, I am building a webapp using vibe.d which is working well on macOS and Linux. However, when I run it on windows I get: Program exited with code -1073741701 I created a new default project with: dub init test -t vibe.d and get the same error code when running it. Any suggestions what could be wrong?Any code for us to test?
Sep 19 2020