IsISISAvailable example for C++ 5.0 and later

//The following example tests to see if ISIS is available. If not, then a message is output in MsgBox.
ILEADRasterISIS *pRasterISIS;
   if (pRasterISIS->GetPagesDiscarded () == 0)
      AfxMessageBox(TEXT("ISIS Support not installed!"));