Question 1:
It seems every DLL file I look at, even old 32 bit from PellesC 9, show under the "Image_File_Header" section item "Machine" they all show "IMAGE_FILE_MACHINE_AMD64". So I checked the flags of the LineCount.DLL and see a macro
ASFLAGS -AAMD64 -Gr now I'm on a I7 10th gen so probably my mistake. However every PellesC 9 Add-in DLL showed the same AMD64 machine.
Is it right?
Question 2:
I use the version control in the LineCount.dll in explorer right click on properties shows the version under details. Using PE/COFF viewer on the DLL under the '.rsrc' section, IMAGE_RESOURCE_DIRECTORY (types) I see Major and Minor version entries but they don't show the version information.
Is it different version from somewhere else?
-------
You can probably tell I'm a novice at using a tool like this
John Z