From: Gary Miller on
I'm trying to run my application after my conversion to 2.8 SP3 and getting
the "Link failed" message.

Details: Error in function __AllocBytes: Maximum size (0x3000000) of section
..text exceeded




Any suggestions?

Thanks,
Gary


From: Geoff Schaller on
Gary,

Check your cavo.cfg settings. Here is what we use:

[VOLink]
MAP=0
ReleaseBuild=0
BinarySize=0x8000000
Text=0x8000000
reloc=0x8000000


Regards,

Geoff






"Gary Miller" <gary(a)lucero.com> wrote in message
news:eVifn.592$0N3.252(a)newsfe09.iad:

> I'm trying to run my application after my conversion to 2.8 SP3 and getting
> the "Link failed" message.
>
> Details: Error in function __AllocBytes: Maximum size (0x3000000) of section
> .text exceeded
>
>
>
>
> Any suggestions?
>
> Thanks,
> Gary

From: Gary Miller on
Geoff
Thanks, that fixed the problem. Now it seems like I have a pathing issue as
my 2.8 application tries to load CAVORT20.DLL

Gary


From: Geoff Schaller on
You are using a DLL from something NOT compiled in the latest version.

Check things like Reportpro, COM objects, VOPP, bBrowser, etc.
(Sometimes the file date/time gives it away)

Make sure there are SET PATH settings pointing to old VO directories.





"Gary Miller" <gary(a)lucero.com> wrote in message
news:ozkfn.2288$bx3.1482(a)newsfe13.iad:

> Geoff
> Thanks, that fixed the problem. Now it seems like I have a pathing issue as
> my 2.8 application tries to load CAVORT20.DLL
>
> Gary

From: Gary Miller on
I'm sure it is Report Pro. I emailed grafxsoft for the latest DLLs.

Thanks,
Gary