ERRO ESTRANHO

PASCOAL 12/01/2011 06:48:06
#361962
Alguem ja viu esse erro?

Na hora de gerar p executavel.

Obrigado
FFCOUTO 12/01/2011 08:53:29
#361972
Já sim.

Significa que você tem alguma função recursiva ou sequencia de rotinas em loop infinito. Para solucionar, você terá de analisar todo o projeto
PASCOAL 12/01/2011 15:36:52
#362067
MAS ESTA DANDO ISSO EM TODOS OS SISTEMAS E FOI DEPOIS QUE INSTALEI O VISUAL STUDIO 2010 JUNTO COM O VB 6.0 TEM ALGUMA COISA HAVER?

OBRIGADO
RODRIGOFERRO 12/01/2011 16:47:18
#362086
Resposta escolhida
Este erro acontece devido a um problema no arquivo de dependência do Crystal Report: Crystl32.dep.

Para solucionar esse erro
Para resolver o problema, edit o arquivo oculto Crystl32.dep localizado no diretório System (ou System32) pelo Notepad ou um editor de texto semelhante e inclua nas seguintes linhas: conforme abaixo:

;[CRPE32.DLL]
;Dest=$(WinSysPath)
;Uses1=CRPE32.DLL
;Uses2=

ou

[CRPE32.dll]
DEST=$(WinSys.Path)
;Uses1=CRPE32.DLL
Uses1=
;Uses2=

Além da dica acima, se vc usa o crystal report, no [Ô]ADD FILES[Ô] do Setup inclua os Seguintes Arquivos .dll (Corrige o erro ao tentar executar o crystal Report)

P2IRDAO.DLL, P2BDAO.DLL, P2CTDAO.DLL

Estas DLL[ô]s se fazem necessárias em máquinas que não estejam instaladas o Crystal Reports.

__________________________________________________________

texto original

Error 28: [Ô]Out of Stack Space[Ô] while running VB package and deployment wizard

The information in the article refers to:
Seagate Crystal Reports 8.5


Applies to:

Reported version only
Deployment
OCX
Error 28: [Ô]Out of Stack Space[Ô]


Synopsis

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]
Dest=$(WinSysPath)
Uses1=CRPE32.DLL
Uses2=

So that it reads:

;[CRPE32.DLL]
;Dest=$(WinSysPath)
;Uses1=Crpe32.dll
;Uses2=

fontes:
http://support.businessobjects.com/library/kbase/articles/c2009162.asp
http://www.vbweb.com.br/forum_resp.asp?Forum=VB&Codigo=178882
PASCOAL 12/01/2011 18:08:40
#362103
Eu não achei esse arquivo Crystl32.dep no diretorio system32 o que faço?
RODRIGOFERRO 12/01/2011 18:37:34
#362109
colocou pra mostrar arquivos ocultos ?
PASCOAL 12/01/2011 19:29:39
#362116
Olha como esta atualmente :

; ------------------------------------------------------------------------------
; 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=

Parece que esta certo ou não?

Obrigado
RODRIGOFERRO 12/01/2011 19:31:23
#362117
Coloque assim oh

;[CRPE32.DLL]
;Dest=$(WinSysPath)
;Uses1=Crpe32.dll
;Uses2=
Tópico encerrado , respostas não são mais permitidas