compiler error - after installation

dsmcnam

Member
I have recently downloaded the trial version DOA 3.4.3. After adding a Tsession and several QOracleQuery components, I compile the project and I receive this compiler message: Oracle.hpp(444)E2293 ) expected.
I also receive this on lines 445,446,447,449. These is the lines it fails on:
int __fastcall Create_Pipe(const AnsiString PipeName, const int MaxPipeSize, const bool Private);
int __fastcall Remove_Pipe(const AnsiString PipeName);
int __fastcall Send_Message(const AnsiString PipeName, const int TimeOut, const int MaxPipeSize);
int __fastcall Receive_Message(const AnsiString PipeName, const int TimeOut);

It doesn't seem to like the PipeName variable. Any suggestions as to what could be causing this?

Thanks,
Darlene
 
I have not had any problem report like this before. What version of C++Builder are you using? Can you send me your Oracle.hpp file?

------------------
Marco Kalter
Allround Automations
 
Back
Top