Thread: dll version check

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    1

    dll version check

    i just want to check the version of a system dll like vga.dll through c

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Load the dll into your address space...use EnumResourceTypes to look for any RT_VERSION resources...then I guess you can call FindResourceEx to get a handle to the resource......the I guess you can load it and try read the info...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 09-18-2005, 09:06 PM
  2. writing/reading from file produces double results.
    By stumon in forum C Programming
    Replies: 4
    Last Post: 03-20-2003, 04:01 PM
  3. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM
  4. Passing parameters from VB to C++ through ActiveX DLL
    By torbjorn in forum Windows Programming
    Replies: 0
    Last Post: 12-10-2002, 03:13 AM
  5. Released Beta version of my game today. Check it out.
    By DeSeis in forum Game Programming
    Replies: 1
    Last Post: 10-30-2002, 06:13 PM