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