Jump to content

KPB

Members
  • Content Count

    7
  • Joined

  • Last visited

Posts posted by KPB


  1. On 1/13/2021 at 7:01 PM, FPiette said:

     

    This is way to broad! Use different conversation for each topic. And use a specific subject.

    Think that those conversation will remains for other to find help. Mixing everything will not help much other peoples, forcing them to read a lot of messages in a given conversation. The best is a lot of SMALL conversations focused on a specific topic. There is no problem if you start 10 conversations for 10 different topics.

     

    For the unicode string issue, I would select https://en.delphipraxis.net/forum/5-rtl-and-delphi-object-pascal/

     

    @FPiette

    Thanks for the URL.

     

    new topic created at https://en.delphipraxis.net/topic/4306-cant-resolve-unit-named-windos-and-undeclared-identifier-doserror/


  2. I am compiling an old program that was written in borland pascal and now using RAD 10.3 (delphi) CE to run it. 

     

    I got an error "Can't resolve unit named WinDos" . ........ERROR_1

    I tried using 'windows' and commented  WinDos, WinProcs and WinTypes 

    uses 
    { WinDos, WinProcs and WinTypes} windows,

    to resolve above ERROR_1 BUT

     

    I am getting error about 'doserror' for a code as:

    ..
    
    ..
    
    if (length (name) = some_int) and (pos (':\',name) = some_another_int)
    and ((doserror = 18) or (doserror = 0))
    then......
    
    ...
    
    ..

    as...

    [dcc32 Error] unit.PAS: E2003 Undeclared identifier: 'doserror'

     

    What to do?


  3. Thanks, I will open new topic as: 'Modernizing units from Borland pascal (windows 16 bit) to Delphi-XE 10 (Windows 64 bit)'

    But help me to choose correct and best suited category to open this topic from options (i)Delphi IDE and API OR (ii)Cross Platform OR (iii)General Help OR something different )?

     


  4. 2 minutes ago, FPiette said:

    Maybe the server is temporary out. Try later...

     

    As far as I know, it is the keys which determines which Delphi flavor is installed. The media is always the same.

     

    I have been trying several times in this week, But unable to install.

     

    Before this, I used a trial version of RAD10.4 (architect edition), I had received same error, to solve that the support from embarcardero provided me a .iso file, which helped to install it properly.

    As it was trial version for 30 days, it is now expired.

    I want to learn programming delphi and C in RAD10.x using Community Edition, is any .iso available for CE? so as to download it and use serial key supplied by embarcardero while installing it?

     

     


  5. I used the serial key and RAD10.3 setup download link that is provided in email from Embarcardero to install the Community edition,  BUT following error occurred while installing :

    Error 500(I have active internet connectivity)

    I received reply from support to check in community forums, But unable to get answer for this, pls help and if possible give a link to download .iso of Community edition.

×