Board index » delphi » DELPHI 6 personal edition

DELPHI 6 personal edition

i just got delphi 6 (personal edition)..and i need great assistants...
 ive been programming VB and c++ / TP 7.0 for 7 years now and just moved
to DELPHI
and  it seem's that anything i try  from code off the net i cannot get
compiled,,
  it always tells me somethings missing nomatter what it is ...IT says
(TVectectDialog not found)))
were are all these components stored???  why would u distribute Code not
all together>>
   BOY DO I NEED HELP....
 

Re:DELPHI 6 personal edition


Quote
> i just got delphi 6 (personal edition)..and i need great assistants...
>  ive been programming VB and c++ / TP 7.0 for 7 years now and just
moved
> to DELPHI
> and  it seem's that anything i try  from code off the net i cannot get
> compiled,,
>   it always tells me somethings missing nomatter what it is ...IT says
> (TVectectDialog not found)))
> were are all these components stored???  why would u distribute Code
not
> all together>>
>    BOY DO I NEED HELP....

Absolutely!!!

The best help for you is probably found in a group that deals with
Delphi. See the FAQ in this group. This group deals with Borland/Turbo
pascal.

The name TVectectDialog suggests that it is a dialog programmed using the
TV (Turbo Vision) toolbox. TV is dos text based. You can't use that in
Delphi.
The best way to port TP/BP programs is probably to rebuild all of your
dialogs and user in and output in Delphi first. All the code that is not
userinterface (calculations etc.) can be re-used in D.

--
Femme Verbeek

----------------------------------
My reply adres for email is
fv at {*word*104}jet dot nl
----------------------------------

Other Threads