I'm currently evaluating AppOnChip feature using the demo code.
Envelope 7.8 is installed and my application is 64 bit.
Our map file is very large (a legacy application with lots of features in 25+ years development), and the envelop cannot load it at all. (4GB memory is exhausted and envelope crashes while loading the .map file)
So I used the exports feature to extract potential apponchip functions.
The problem here is that I can see some of the export functions, but the one export function I just added to test the feature cannot be detected.
I'm certain that it is exported (I can see the function using dumpbin /exports).
What is the critera of this? Sometimes other export functions show up on the list, some functions do not?