Welcome Guest. Please Login or Register. Apr 1st, 2018, 04:43am
ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018. We apologize Conforums does not have any export functions to migrate data. Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.
Thank you Conforums members.
Speed up Liberty BASIC programs by up to ten times!
Compile Liberty BASIC programs to compact, standalone executables!
Overcome many of Liberty BASIC's bugs and limitations!
EXE viewer
« Thread started on: Jul 31st, 2016, 2:01pm »
I thought it might be nice to have a program that displays the information in an "exe" file -- such as the fields that LBB allows in the compiled executable. Can anyone provide the file specs, or let me know where to find them? I can try to code a simple utility program, as time allows.
I thought it might be nice to have a program that displays the information in an "exe" file -- such as the fields that LBB allows in the compiled executable. Can anyone provide the file specs, or let me know where to find them?
The principal APIs that you will need to use are EnumResourceTypes and EnumResourceNames. There's also a complete example (in C) of creating a resource list here which could be translated.