I have a mixed mode *.exe that requires delay loading all DLLs that use
WINMM.dll Two of those dlls are msvfw32.dll and avifil32.dll. However
when I \delayload these two together I get the following error.
Individually the compile is fine.
vfw32.lib(MSVFW 32.dll) : error LNK2001: unresolved external symbol
__tailMerge_MSV FW32
Any ideas?
Here's a link to the mixed mode issue:
WINMM.dll Two of those dlls are msvfw32.dll and avifil32.dll. However
when I \delayload these two together I get the following error.
Individually the compile is fine.
vfw32.lib(MSVFW 32.dll) : error LNK2001: unresolved external symbol
__tailMerge_MSV FW32
Any ideas?
Here's a link to the mixed mode issue: