Hi, I'm trying to get some information out of some .exe files on
Windows. I want to get the "Original File Name" and other resources /
properties. (Company, file version, and other stuff you can see by
right clicking on an exe and choosing the version tab.)
I'd also like to get a small wxImage f
Hi, I'm trying to get some information out of some .exe files on
Windows. I want to get the "Original File Name" and other resources /
properties. (Company, file version, and other stuff you can see by
right clicking on an exe and choosing the version tab.)
I'd also like to get a small wxImage f
I have now created the basics of my application that uses a USB HID card
reader peripheral via a vendor supplied OCX com control, and it runs
fine from both the IDE (WingIDE) and the command line. Gathers the data
and stores it cleanly. Much happiness there. :)
However, when I compile it with
> I have now created the basics of my application that uses a USB HID card
> reader peripheral via a vendor supplied OCX com control, and it runs
> fine from both the IDE (WingIDE) and the command line. Gathers the data
> and stores it cleanly. Much happiness there. :)
>
> However, when I compile
Mark - you are a godsend - that was it! Thank you!
My setup looks a bit alien to what you pasted here though (and I may
have to revisit that at some point soon I fear) but I adapted it and -
whaddya know? Whee! It flies!
I also found the InnoSetup stuff for installing the OCX -which flew fine
> Hi, I'm trying to get some information out of some .exe files on
> Windows. I want to get the "Original File Name" and other resources /
> properties. (Company, file version, and other stuff you can see by
> right clicking on an exe and choosing the version tab.)
>
> I'd also like to get a sma