ERRO ESTRANHO
Alguem ja viu esse erro?
Na hora de gerar p executavel.
Obrigado
Na hora de gerar p executavel.
Obrigado
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
Significa que você tem alguma função recursiva ou sequencia de rotinas em loop infinito. Para solucionar, você terá de analisar todo o projeto
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
OBRIGADO
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
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
Eu não achei esse arquivo Crystl32.dep no diretorio system32 o que faço?
colocou pra mostrar arquivos ocultos ?
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
; ------------------------------------------------------------------------------
; 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
Coloque assim oh
;[CRPE32.DLL]
;Dest=$(WinSysPath)
;Uses1=Crpe32.dll
;Uses2=
;[CRPE32.DLL]
;Dest=$(WinSysPath)
;Uses1=Crpe32.dll
;Uses2=
Tópico encerrado , respostas não são mais permitidas