I also found the solution to this question thanks to Feliks Veysman.
Hello all,
Patrick,
You need to set up selection environment, which is a fifth argument to
ProSelect.
ProSelectionEnvOption env_options[] = { {PRO_SELECT_BY_BOX_ALLOWED,
1},} //whatever else you needed
ProSelectionEnv sel_env;
err = ProSelectionEnvAlloc( env_options, 3, &sel_env ); err = ProSelect(
prompt, -1, NULL, &sel_func, sel_env, NULL, &pro_aSel, &nSelSize); HIH.
Feliks.
Patrick Williams | Sr. Application Engineer | CAM Systems | Steelcase
Inc. | 616.698.4078