Linking with/Debugging static C/C++ libraries

2011-05-29 Thread Jeff Slutter
I'm just starting out in my journey of R&D/evaluation of using D, as a possible future development platform, for my team at work. I like a lot of what I see! Currently we do all our development in Visual Studio, using C/C++ (and C# for some tools), and it is definitely the 'comfort zone' for the t

Re: Linking with/Debugging static C/C++ libraries

2011-05-30 Thread Trass3r
Am 30.05.2011, 04:09 Uhr, schrieb Jeff Slutter : One of the things that's important to us is being able to link against some existing C/C++ static libraries (built with VS 2008, so PE COFF format). Good luck with that. DLLs are no problem but static libraries are another story. objconv has ne

Re: Linking with/Debugging static C/C++ libraries

2011-05-30 Thread Dmitry Olshansky
On 30.05.2011 16:57, Trass3r wrote: Am 30.05.2011, 04:09 Uhr, schrieb Jeff Slutter : One of the things that's important to us is being able to link against some existing C/C++ static libraries (built with VS 2008, so PE COFF format). Good luck with that. DLLs are no problem but static librarie

Re: Linking with/Debugging static C/C++ libraries

2011-05-30 Thread Jeff Slutter
On 5/30/2011 10:57 AM, Dmitry Olshansky wrote: > It was me who brought it Unilink out of infernal abyss :) See also: > http://www.digitalmars.com/d/archives/digitalmars/D/announce/Alternative_linker_win32_64_20086.html > > > Seriously I still suggest to try it out, and at any rate author showed

Re: Linking with/Debugging static C/C++ libraries

2011-05-30 Thread Dmitry Olshansky
On 30.05.2011 19:14, Jeff Slutter wrote: On 5/30/2011 10:57 AM, Dmitry Olshansky wrote: It was me who brought it Unilink out of infernal abyss :) See also: http://www.digitalmars.com/d/archives/digitalmars/D/announce/Alternative_linker_win32_64_20086.html Seriously I still suggest to try it o