> Hi.
>
> I know this is a bit general, but does anyone know of any problems
> that I might have moving my applications (Delphi Pro. 5) from Windows
> 98 to Windows 2000.
>
> Is it a matter of just trying it?
>
> I read somewhere that some components don’t work on Windows 2K due to
> some of the API calls?
>
> Thanks and Regards
>
> Andy
Hi Andy,
YES! There will be some points you should check:
1.) using Quickreport? Check out the temp-path! if it is too long you’ll get errors! You can fix it if you have the sources of QuickRep (see “reporting-charting” group)
2.) Win2000 fire “OnChange”-Events more often / earlier than WinNT4 / Win98. For example you will receive OnChange-Events of Combos or Edits while the creating-phase of the TForm… so check out, that you’ll handle them savely! Check for nil-pointers in TTree-Change-Events! Maybe add a simple bool like “bInit := TRUE” to the beginning of FormCreate and “bInit := FALSE” to the end – check for this in the change events.
3.) reading/writing registry? If so, check your users rights! maybe he hasn’t the rights to insert ODBC- or some other system-keys. You can run into problems if you just try to read it – if you have set the “CanCreate” option to TRUE!
cu
Boris
0 Kommentare zu “Windows2000: Moving application to Win2000”