
Dear all,
I have some issue on compilation with ScBridge:
[C++ Erreur] ScBridge.hpp(574): E2040 Déclaration terminée incorrectement
Contexte d'analyseur complet
DbModule.cpp(6): #include C:\SEIHEC++\FrmMENGEN.h
FrmMENGEN.h(7): #include C:\PROGRAM FILES\BORLAND\CBUILDER5\SECUREBRIDGE\INCLUDE\ScSSHClient.hpp
ScSSHClient.hpp(14): #include C:\PROGRAM FILES\BORLAND\CBUILDER5\SECUREBRIDGE\INCLUDE\ScBridge.hpp
ScBridge.hpp(31): namespace Scbridge
ScBridge.hpp(540): class TScRegStorage
I've got an Error message at the compilation : E2040 Declaration not ended corectly
__property AnsiString KeyPath = {read=FKeyPath, write=SetKeyPath, stored=false};
and this issue generate errors in the main program on Exception management. : Symbol undefined
catch (Exception &exc)
{
Application->ShowException(&exc);
Any help appreciated
Regards