HWND DPlot_Start(int Hide, int *was_active);
Parameters
Return Values
Remarks DPlot_Start first checks the minimum version criteria. The minimum version can be set with a call to DPlot_MinVersion. If DPlot_MinVersion is not first called, the minimum required for this version of DPLOTLIB.DLL (2.0.0.3) is used. If DPlot Jr is installed and meets this minimum version requirement but the full version does not, then DPlot Jr will be used regardless of whether the full version of DPlot is installed or running. If neither DPlot Jr nor the full version of DPlot meet the minimum version requirement, an error message similar to that shown below will be presented. If you do not want this error message to be displayed to your users, you should first call DPlot_MinVersion. and handle the situation within your own program if that function returns 0. If the full version of DPlot meets the version criteria and it is running, the full version of DPlot will be used. Otherwise if DPlot Jr meets the version criteria and it is running, DPlot Jr will be used. If neither program is currently open DPlot_Start looks in the registry first for the full version (assuming the version criteria is met), and if unfound then looks for DPlot Jr (again, assuming it meets the version criteria). If you want to be able to test DPlot Jr and also have the full version of DPlot installed on your system, you can force DPLOTLIB to use DPlot Jr by deleting the registry entry for DPlot (HKEY_CURRENT_USER/Software/DPlot). This entry is recreated every time DPlot is started, so you do not risk fouling things up by deleting it.
| |||||||||
Previous | Home | Next | DPlot Home |