Ok, inside FOOTPRINT_WIZARD_FRAME::ParametersUpdated, footprintWizard->GetParameterValues(m_parameterGridPage) returns the parameters for the *new* list, while m_parameterGrid->GetNumberRows() returns the count for the *old* list - therefore the change check loop right after goes OOB and the crash occurs. Interesting...
Ok, inside FOOTPRINT_ WIZARD_ FRAME:: ParametersUpdat ed, footprintWizard ->GetParameterV alues(m_ parameterGridPa ge) returns the parameters for the *new* list, while m_parameterGrid ->GetNumberRows () returns the count for the *old* list - therefore the change check loop right after goes OOB and the crash occurs. Interesting...