G
Guest
Hi All,
Could anyone please let me know if it is possible to load a library which
has been built with a /MD compiler witch into an exe which has been build
with a /ML compiler switch using 'LoadLibrary'?
I am sure that it can be done, but I want to know what will be the
implications of such a load? Would that be a good idea?
Also, if at all I am to load a dll into an exe which has been statically
linked to C runtime libraries (using /ML option), should the dll to be loaded
be also statically linked to C runtime libraries or it will be OK if the dll
has been dyanamically linked with C runtime libraries (using say /MD option)?
Thanks,
Tushar.
Could anyone please let me know if it is possible to load a library which
has been built with a /MD compiler witch into an exe which has been build
with a /ML compiler switch using 'LoadLibrary'?
I am sure that it can be done, but I want to know what will be the
implications of such a load? Would that be a good idea?
Also, if at all I am to load a dll into an exe which has been statically
linked to C runtime libraries (using /ML option), should the dll to be loaded
be also statically linked to C runtime libraries or it will be OK if the dll
has been dyanamically linked with C runtime libraries (using say /MD option)?
Thanks,
Tushar.