| I've found an old local copy of the article I mentioned in the thread
| about using dialogs from dlls. Since it's not online at Borlands website
| any more (from somewhen in 1998), I would send you a copy if you like.
|
Thanks will read that one if I can find it. One other thing I should have
Am Sonntag, den 24.07.2005, 14:32 -0700 schrieb L505:
> Questions on returning a pointer to a class with regards to DLL/SO's
> (exporting
> pointers)
[...]
I've found an old local copy of the article I mentioned in the thread
about using dialogs from dlls. Since it's not online at Borlands websit
Questions on returning a pointer to a class with regards to DLL/SO's (exporting
pointers)
(I realize you can't export a class yet for FPC)
Would returning a pointer to a class (either through a function result, or a
function Var (by reference) parameter) allow you to use classes across module
bou
I'm using Thunderbird as well, but not the digest form of free pascal
mailing list. Works pretty good for me. Try using to receive each
posting separately instead of a "blob" of digest - thus giving you the
advantage of using the tree structure view of a subject thread. (each
subject with every
Use KMAIL. :)
El Dom 24 Jul 2005 11:59, Angelo Bertolli escribió:
> Does anyone else here use thunderbird? Everytime I get a digest all of
> the attachments in thunderbird crowd out the main window so I can't read
> anything. Is there any way I can make it stop doing that?
>
> Angelo
>
>
> _
Does anyone else here use thunderbird? Everytime I get a digest all of
the attachments in thunderbird crowd out the main window so I can't read
anything. Is there any way I can make it stop doing that?
Angelo
___
fpc-pascal maillist - fpc-pascal
Agustin Barto wrote:
> I have to build some container classes (like java Vector) for a
> project. I was thinking on how to store some primitive values (so far
> I only need to store Integer, Real or Extended and ShortString) and I
> can't decide between variants (variant arrays) and variant records