Board index » delphi » Recompile VCL unit

Recompile VCL unit


2004-11-12 03:36:55 AM
delphi70
Hello Friends
How I can recompile a fixed VCL unit ?
For example Provider.pas unit with bug fixed ?
Thanks in advance
Best Regards
Jed
 
 

Re:Recompile VCL unit

One of the options:
You can place this unit to directory of your project, add it to project
and compile it. After that replace old Provider.dcu file with created new.
"Jed Nicolau Filho" <XXXX@XXXXX.COM>writes
Quote
Hello Friends

How I can recompile a fixed VCL unit ?
For example Provider.pas unit with bug fixed ?

Thanks in advance

Best Regards

Jed


 

Re:Recompile VCL unit

Does this mean that you will no longer be able to compile using runtime
packages?
Aleksey <XXXX@XXXXX.COM>writes
Quote
One of the options:
You can place this unit to directory of your project, add it to project
and compile it. After that replace old Provider.dcu file with created new.


"Jed Nicolau Filho" <XXXX@XXXXX.COM>writes
news:XXXX@XXXXX.COM...
>Hello Friends
>
>How I can recompile a fixed VCL unit ?
>For example Provider.pas unit with bug fixed ?
>
>Thanks in advance
>
>Best Regards
>
>Jed
>
>


 

Re:Recompile VCL unit

Yes.
--
Bill Todd (TeamB)
TeamB cannot answer questions received via email
Dave Smith writes:
Quote
Does this mean that you will no longer be able to compile using runtime
packages?