Re: Using cygwin-dll with msvc-exe

2020-06-30 Thread Brian Inglis
On 2020-06-30 01:15, Kristian Ivarsson via Cygwin wrote: > [snip] > >> They have incompatible internal startup and runtime environments including >> stuff like initialization, signal, and exit function handling >> (cygwin/newlib/gcc vs >> Windows/APIs/VC) although Cygwin can build Windows-loadable

Re: Using cygwin-dll with msvc-exe

2020-06-26 Thread Brian Inglis
On 2020-06-26 03:31, Kristian Ivarsson via Cygwin wrote: > Our task is to use an own cygwin-gcc-dll imported and used in a msvc-exe > (64-bit-system) > According to https://cygwin.com/faq.html#faq.programming.msvc-gcc-objects it > seems like it would be possible by doing it like > https://cygwin.co

Re: Using cygwin-dll with msvc-exe

2020-06-26 Thread Andrey Repin
Greetings, Kristian Ivarsson via Cygwin! > Our task is to use an own cygwin-gcc-dll imported and used in a msvc-exe > (64-bit-system) I may be wrong (I'm not a developer in this case), but there's an inherent problem with linking Cygwin DLL into native project. Cygwin uses wholly different memory