RE: Why no source code included in ASTACKINFO() sometimes?

2010-08-08 Thread Rick Schummer
Hi Steve, Does anyone know why the source line contents would not be available? Probably because the module was compiled with Debug Info off. Turn it on for the project and do a Rebuild All so all object code has the source code compiled into the EXE. One word of caution as it will make the EXE

Why no source code included in ASTACKINFO() sometimes?

2010-08-07 Thread Steve Ellenoff
According to VFP9 help file: ASTACKINFO( ) only populates the 6th array element if source line contents are available, otherwise it will be left empty. Does anyone know why the source line contents would not be available? I am running an .EXE ( normal, ie, not COM ) with an error handler that