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

2011-05-30 Thread Trass3r
Am 30.05.2011, 04:09 Uhr, schrieb Jeff Slutter mrmust...@gmail.com: 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

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 mrmust...@gmail.com: 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

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