Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: RE: Out of stack space error 28 - for Mr Zulfazli


Message #1 by Talon Wolles <ta_iwo@y...> on Sat, 21 Sep 2002 07:49:15 -0700 (PDT)
Thanks Mr Zulfazli. The funny thing is that when I
compiled again it went fine. But I am still skeptical.
I will let you know if it is okay but the time I
compile 2 more times. My computer has been behaving
inconstitently as per the compilation of this project.
Sometime I just have blue screen etc.

-Talon

--- Zulfazli <Zulfazli@l...> wrote:
> Hi, 
> Sorry, i never have the problem like you, but i
> think they are the dlls that
> Crystal Report needed.
> If you use the CR 8.5 (8.0 ?) you can find the help
> (Runtime.hlp) that
> describe the CR 8.5's distribution files in
> C:\Program Files\Seagate
> Software\Crystal Reports\Developer Files\Help.
> Learn this help and you will know what to do
> 
> best regards
> Zulfazli
> 
> > -----Original Message-----
> > From:	Talon Wolles [SMTP:ta_iwo@y...]
> > Sent:	Saturday, September 21, 2002 9:49 PM
> > To:	professional vb
> > Subject:	[pro_vb] RE: Out of stack space error 28
> - for Mr Zulfazli
> > 
> > Thanks a lot Zulfazli. Actually the Crystl32.dep
> was a
> > hidden file. It is exactly the same thing you
> wrote.
> > Now I commented out the block as specified. 
> > The problem now is that as I use the
> > Package/Distribution Wizard, it comes out with
> this:
> > 
> > The following files are needed. specify their
> location
> > or proceed without them
> >      crtslv.dll, crystal, exportmodeller.dll,
> > P2BBDE.dll, U25STORE.dll,U25TOTAL.dll, U2LBAR.dll.
> > 
> > I don't know if you encounter this too. Should I
> > proceed and will not affect the running of the
> package
> > or what should I do?
> > 
> > 
> > -Talon
> > 
> > 
> > --- Zulfazli <Zulfazli@l...> wrote:
> > > Hi Talon
> > > I dont know why you dont have the Crystl32.dep,
> > > maybe caused by a bad
> > > installation. But dont worry, i write it for
> your
> > > below, you just paste it
> > > in new blank text in notepad and then save it in
> the
> > > C:\Windows\System
> > > folder and name it Crystl32.dep. You dont need
> to
> > > remark what  Seagate had
> > > talked, i have dont for you, because i already
> have
> > > the same problem with
> > > you.
> > > Here the text (hth) :
> > > 
> > > ;
> > >
> >
>
--------------------------------------------------------------------------
> > --
> > > --
> > > ; Dependency file for setup wizards.
> > > 
> > > 
> > > [Version]
> > > Version=8.0.0.4
> > > 
> > > 
> > > ;
> > >
> >
>
--------------------------------------------------------------------------
> > --
> > > --
> > > ; Dependencies for CRYSTL32.OCX
> > > 
> > > 
> > > [CRYSTL32.OCX]
> > > Dest=$(WinSysPath)
> > > Register=$(DLLSelfRegister)
> > > Version=8.0.0.4
> > > Uses1=CRPE32.DLL
> > > Uses2=COMCAT.DLL
> > > Uses3=OLEPRO32.DLL
> > > Uses4
> > > 
> > > ;[CRPE32.DLL]
> > > ;Dest=$(WinSysPath)
> > > ;Uses1=CRPE32.DLL
> > > ;Uses2
> > > 
> > > [COMCAT.DLL]
> > > Dest=$(WinSysPathSysFile)
> > > Register=$(DLLSelfRegister)
> > > Uses1
> > > 
> > > 
> > > [OLEPRO32.DLL]
> > > Dest=$(WinSysPath)
> > > Uses1
> > > 
> > > > -----Original Message-----
> > > > From:	Talon Wolles [SMTP:ta_iwo@y...]
> > > > Sent:	Thursday, September 19, 2002 7:15 AM
> > > > To:	professional vb
> > > > Subject:	[pro_vb] Out of stack space error 28
> > > > 
> > > > Hi All,
> > > > 
> > > > I am really in big mess with this out of stack
> > > space
> > > > error 28. 
> > > > Like someone tried the other time to offer
> help.
> > > > Quoting :
> > > > 
> > > > Issue:  A Microsoft Visual Basic application
> > > > uses Crystal Reports 8.5 and the Crystal
> ActiveX
> > > (OCX)
> > > > control as the reporting development tool.
> > > > 
> > > > While running the VB Package and Deployment
> > > > Wizard, after you click 'Finish' in the
> Package
> > > > section of the wizard, the following error
> > > appears:
> > > >  
> > > > Error 28: "Out of Stack Space"
> > > >  
> > > > VB stops responding after this error message
> > > > appears.
> > > >  
> > > > Solution:  This error occurs due to a problem
> in
> > > > the Crystal control dependency file -
> > > Crystl32.dep.
> > > > 
> > > > This is a known issue and has been tracked.
> The
> > > > Track ID is 53800.
> > > > 
> > > > To resolve this error, open Crystl32.dep in
> > > > Notepad or a similar text editor and modify
> the
> > > > section:
> > > > 
> > > > {CRPE32.DLL}       !please use square brackets
> > > > Dest=$(WinSysPath)
> > > > Uses1=CRPE32.DLL
> > > > Uses2
> > > > 
> > > > So that it reads:
> > > > 
> > > >  ;{CRPE32.DLL}       !please use square
> brackets
> > > >  ;Dest=$(WinSysPath)
> > > >  ;Uses1=CRPE32.DLL
> > > >  ;Uses2
> > > >  ----
> > > > 
> > > > Unquote.
> > > > 
> > > > 
> > > > How  do I continue from here as I don't have
> the
> > > > crystl32.dep file on my computer. Secondly, I
> > > don't
> > > > know how track ID 53800 will be of help to me.
> > > > 
> > > > I am really stuck. I needed to compile my
> project
> > > to
> > > > move forward. Please I need help!.
> > > > 
> > > > My thanks goes to Emlyn O'regan for his
> assistance
> > > so
> > > > far.
> > > > 
> > > > 
> > > > 
> > > > -Talon
> > > > 
> > > > 
> > > >
> __________________________________________________
> > > > Do you Yahoo!?
> > > > Yahoo! News - Today's headlines
> > > > http://news.yahoo.com
> > > > 
> > > > 
> 
=== message truncated ===


__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

  Return to Index