I'm stumped. Using D5, Win 2000. Normally when I declare a class and type Shift-Ctrl-C, the class implementation stub is inserted by Delphi. But all of a sudden without me doing anything (as far as I can see) I get the following:
 
Class Declaration:
 
TVisStdFee_Create = class( TVisOwnedQryUpdate )
  private
  protected
    function    AcceptVisitor : boolean ; override ;
    procedure   Init                    ; override ;
    procedure   SetupParams             ; override ;
  end ;
 
Ctrl-Alt-C gives:
 
Ifunction TVisStdFee_Create{ TVisStdFee_Create }
 
.function TVisStdFee_Create.AcceptVisitor: boolean;
begin
 
end;
 
Aprocedure TVisStdFee_Create.Init;
begin
  inherited;
 
end;
 
ie extra Dots, and Letters stuffing things up a wee bit. Have rebooted to no avail. Any thoughts on how I might fix this without doing a reinstall?
 
Thanks.
 
 

Notice of Legal Status and Confidential Information: This electronic mail message and any accompanying attachments may contain information that is privileged and CONFIDENTIAL. If you are not the intended recipient you are advised that any use, review, dissemination, distribution or reproduction of the information is strictly prohibited and may be unlawful. If you have received this document in error, please notify the sender immediately and destroy the message.

Reply via email to