Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Recompile the originals components

4 views
Skip to first unread message

Danny

unread,
Oct 1, 2006, 6:00:27 AM10/1/06
to
Hi at all,
I would want to make a test: I have modify the source of VLC source, and I
would want to recompile.
In detail, I have modified the file "comctrls.pas". I have change the name
of DLL called for RichText: from "RICHED32.DLL" to "RICHED20.DLL".
Is it possible to recompile? Do I make damages?
Thanks
Bye


Remy Lebeau (TeamB)

unread,
Oct 1, 2006, 10:20:40 PM10/1/06
to

"Danny" <dann...@libero.it> wrote in message
news:451f...@newsgroups.borland.com...

> I have modify the source of VLC source, and I would want to recompile.

You cannot recompile the VCL. Borland does not allow that. The only thing
you can do is disable the use of runtime packages in your project, and then
add the modified files to the project.

> In detail, I have modified the file "comctrls.pas". I have change the name
> of DLL called for RichText: from "RICHED32.DLL" to "RICHED20.DLL".

Why not use a third-party component for that instead? Robert Dunn has
components available on his website
(http://home.att.net/~robertdunn/Yacs.html) for using newer RichEdit
versions in BCB.

> Is it possible to recompile?

No, it is not.


Gambit


0 new messages