Giter VIP home page Giter VIP logo

Comments (3)

kareldonk avatar kareldonk commented on July 20, 2024 1

Those files are generated when you use Visual Studio to open the solution file and build the project.
This is from the readme:

WMFPreview.idl
This file contains the IDL definitions of the type library, the interfaces
and co-classes defined in your project.
This file will be processed by the MIDL compiler to generate:
C++ interface definitions and GUID declarations (WMFPreview.h)
GUID definitions (WMFPreview_i.c)
A type library (WMFPreview.tlb)
Marshaling code (WMFPreview_p.c and dlldata.c)

from wmfpreview.

RaphaelK12 avatar RaphaelK12 commented on July 20, 2024

Thanks a lot, I'm trying to learn about windows shell preview handle, I've found some other projects, but they used a lot of external libraries, this was the first one I found so far that doesn't make use of other libraries like IUP, IM, WX and others.
To start learning I will write one for viewing .TGA files and then for .OBJ files.
I've been researching how the preview handle works for a few days, but I haven't found anything that explains how it works.
Only .vdproj files are not working as I am using VS 2019, but this is not a problem.
Thanks.

from wmfpreview.

kareldonk avatar kareldonk commented on July 20, 2024

No problem. If you have questions let me know. Most of the important code for thumbnail drawing is in the WMFPreviewDoc.cpp file. It shouldn't be too difficult to write one for TGA files. Microsoft also has some sample code for shell extensions on MSDN.
The .vdproj files require that you install the installer extension for Visual Studio.

from wmfpreview.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.