Subject | Re: [IB-Architect] Re: Some thoughts on IB and security |
---|---|
Author | Marcelo Lopez Ruiz |
Post date | 2000-04-28T19:42:57Z |
> I don't think it is unreasonable to require that these plugins beWith a structure easily portable to Pascal, of course, I presume? I have no
> written in C. For heavens sake, all Netscape browser plugins are
> written in C or C++, aren't they? There are hundreds of those! That
> should show that it's not that difficult.
problems coding in C (not many, that is), but when I've got a huge set of
utility routines in Pascal, and it's usually simpler to translate from C to
Pascal to leverage them.
Just don't write unions of void pointers, pointers to functions with a
variable number of arguments, and structures splitting the bits of integers,
please? Delphi isn't meant just for nice front-ends.
Marce Lopez Ruiz