Is it possible to establish a link between a project with .exe(built using GCC) and another .dll ( built using VC)?
The desired compile and build environment to link the two is GCC.
If no , what is the reason.And if yes, how to link?