Re: [PLUG] Problem with C++ and shared libraries.

2007-06-28 Thread Arindam
On 6/29/07, Ritesh Khadgaray <[EMAIL PROTECTED]> wrote: On Wed, 2007-06-27 at 15:26 +0530, amol bhor wrote: > Hi all, > > I am Amol. I want to implement the shared libraries with C++. I > googled for it and found the way to implement shared libraries. > > The problem that I am facing is that the

Re: [PLUG] Problem with C++ and shared libraries.

2007-06-28 Thread Ritesh Khadgaray
On Wed, 2007-06-27 at 15:26 +0530, amol bhor wrote: > Hi all, > > I am Amol. I want to implement the shared libraries with C++. I > googled for it and found the way to implement shared libraries. > > The problem that I am facing is that the _string_ class which is used > in C++ for the string ope

Re: [PLUG] Problem with C++ and shared libraries.

2007-06-27 Thread श्रीधर नारायण दैठणकर
On Wednesday 27 June 2007 15:26, amol bhor wrote: > 'string' does not name a type . > > Same error I'm getting for iftream & ofstream which are required for > the file operations. Try std::string, std::ofstream etc.. Shridhar -- __

[PLUG] Problem with C++ and shared libraries.

2007-06-27 Thread amol bhor
Hi all, I am Amol. I want to implement the shared libraries with C++. I googled for it and found the way to implement shared libraries. The problem that I am facing is that the _string_ class which is used in C++ for the string operations is not working with shared libraries. It gives error as