Board index » delphi » Recompile VCL unit
Jed Nicolau Filho
![]() Delphi Developer |
Jed Nicolau Filho
![]() Delphi Developer |
Recompile VCL unit2004-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 |
Aleksey
![]() Delphi Developer |
2004-11-22 07:21:43 PM
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 QuoteHello Friends |
Dave Smith
![]() Delphi Developer |
2005-01-07 02:54:53 AM
Re:Recompile VCL unit
Does this mean that you will no longer be able to compile using runtime
packages? Aleksey <XXXX@XXXXX.COM>writes QuoteOne of the options: |
Bill Todd
![]() Delphi Developer |
2005-01-07 03:41:29 AM
Re:Recompile VCL unit
Yes.
-- Bill Todd (TeamB) TeamB cannot answer questions received via email Dave Smith writes: QuoteDoes this mean that you will no longer be able to compile using runtime |