Re: Linking phobos64.lib errors

2023-03-01 Thread Elfstone via Digitalmars-d-learn
On Wednesday, 1 March 2023 at 07:15:36 UTC, Elfstone wrote: https://forum.dlang.org/post/edwmddiqcsnwpliyo...@forum.dlang.org On Wednesday, 3 September 2014 at 09:13:52 UTC, Szymon Gatner wrote: On Wednesday, 3 September 2014 at 08:47:35 UTC, Rikki Cattermole wrote: [...] Hey, for some reas

Linking phobos64.lib errors

2023-02-28 Thread Elfstone via Digitalmars-d-learn
https://forum.dlang.org/post/edwmddiqcsnwpliyo...@forum.dlang.org On Wednesday, 3 September 2014 at 09:13:52 UTC, Szymon Gatner wrote: On Wednesday, 3 September 2014 at 08:47:35 UTC, Rikki Cattermole wrote: On 3/09/2014 7:22 p.m., Szymon Gatner wrote: [...] My gut feeling looking at that, i

Re: Linking phobos64.lib errors

2014-09-03 Thread Szymon Gatner via Digitalmars-d-learn
On Wednesday, 3 September 2014 at 08:47:35 UTC, Rikki Cattermole wrote: On 3/09/2014 7:22 p.m., Szymon Gatner wrote: Hi, I am trying to make simple x64 C++ application that uses D static library (trying to do "Interfacing with C++" from "D Cookbook" chapter). I am Using Visual Studio 2012 to

Re: Linking phobos64.lib errors

2014-09-03 Thread Rikki Cattermole via Digitalmars-d-learn
On 3/09/2014 7:22 p.m., Szymon Gatner wrote: Hi, I am trying to make simple x64 C++ application that uses D static library (trying to do "Interfacing with C++" from "D Cookbook" chapter). I am Using Visual Studio 2012 to create main() like this: #include extern "C" int rt_init(); extern "C" v

Linking phobos64.lib errors

2014-09-03 Thread Szymon Gatner via Digitalmars-d-learn
Hi, I am trying to make simple x64 C++ application that uses D static library (trying to do "Interfacing with C++" from "D Cookbook" chapter). I am Using Visual Studio 2012 to create main() like this: #include extern "C" int rt_init(); extern "C" void rt_term(); // RAII struct for D runtim