From: Gary Miller on 18 Feb 2010 17:09 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 18 Feb 2010 17:43 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 18 Feb 2010 19:03 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 18 Feb 2010 19:21 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 18 Feb 2010 19:49 I'm sure it is Report Pro. I emailed grafxsoft for the latest DLLs. Thanks, Gary
|
Pages: 1 Prev: OLE Drag & Drop - does it work with VO? Next: bbrowser and RecordAppend |