Using ProcessExplorer from SysInternals, I am able to see what processes are running (and do lots of other stuff..). Among other things, it displays the Description and Company Name of each process.
...Except for programs I compile with PB. These show up in the list, but without a Description or Company Name.
I have tried to include such strings in a .RC file (yes, I've done: .RES, .PBR, #include...) but they are not detected or displayed by PE.
I have tried adding variations (changing the standard "FileDescription" to just "Description", etc.), but none of these variations are being detected either.
I have also used Paul Squire's excellent FireFly program, filling in all the Project Properties... no success with this either...
When I examine the .EXEs with a file viewer, I can see the string data, so I know it's being included at all times.
However, something is preventing PE from detecting it.
Has anyone else noticed this, and perhaps have an explanation?
Thanks,
-John (most definitely a Business Analyst, and only a "hobbyist" programmer)
...Except for programs I compile with PB. These show up in the list, but without a Description or Company Name.
I have tried to include such strings in a .RC file (yes, I've done: .RES, .PBR, #include...) but they are not detected or displayed by PE.
I have tried adding variations (changing the standard "FileDescription" to just "Description", etc.), but none of these variations are being detected either.
I have also used Paul Squire's excellent FireFly program, filling in all the Project Properties... no success with this either...
When I examine the .EXEs with a file viewer, I can see the string data, so I know it's being included at all times.
However, something is preventing PE from detecting it.
Has anyone else noticed this, and perhaps have an explanation?
Thanks,
-John (most definitely a Business Analyst, and only a "hobbyist" programmer)
Comment