Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread FASTMM4 when compiling dbsrvr
Wed, Sep 17 2008 10:02 AMPermanent Link

"I Bruce"
Hello,

I am trying to compile the dbisam server in Delphi 2006 but it stops on
FastMM4. Do I need to download and install FastMM4 or can I remove it from
the uses clause and then compile? Removing it does work but I wonder what
problems can happen. I thought Delphi 2006 uses FastMM when you compile.

Any clarification on what I should do would be helpful.

Thanks,
Ian

Wed, Sep 17 2008 10:27 AMPermanent Link

"Raul"
It's a memory mananger and removing it should have no impact (as delphi does
includce it now  like you said).

However the version in delphi is an older one so getting an updated  FastMM
is recommended : http://sourceforge.net/projects/fastmm/

Raul

"I Bruce" <ibruce@commongoals.com> wrote in message
news:3CB36456-FD73-4488-8AAB-E79CDDE445CC@news.elevatesoft.com...
> Hello,
>
> I am trying to compile the dbisam server in Delphi 2006 but it stops on
> FastMM4. Do I need to download and install FastMM4 or can I remove it from
> the uses clause and then compile? Removing it does work but I wonder what
> problems can happen. I thought Delphi 2006 uses FastMM when you compile.
>
> Any clarification on what I should do would be helpful.
>
> Thanks,
> Ian
>
Thu, Sep 18 2008 5:41 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ian,

<< I am trying to compile the dbisam server in Delphi 2006 but it stops on
FastMM4. Do I need to download and install FastMM4 or can I remove it from
the uses clause and then compile? >>

You can remove it as long as you're using a compiler that includes FastMM,
which BDS 2006 does.

I'll make a point to get this IFDEF'd in the next DBISAM release.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image