What is the alternative to MilRelease api from MilCore.dll?

Posted by Anand on Stack Overflow See other posts from Stack Overflow or by Anand
Published on 2010-06-03T09:42:10Z Indexed on 2010/06/03 9:44 UTC
Read the original article Hit count: 209

Filed under:
|
|
|

Hi I am trying to port my application from windows Vista to Windows 7. In my WPF application I am showing a splash screen, for which I have used WIC components. I am creating some resources using

IWICImagingFactory_CreateDecoderFromStream_Proxy IWICImagingFactory_CreateFormatConverter_Proxy CreateBitmapFlipRotator

And then to release these resource I am calling

MILRelease(void *Unknown)

In Windows 7 MilCore.dll has been removed from Windows 7 and the MILRelease is part of milcore.dll. What is is the alternate api which I can use?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about win32