Hi
I have a C++ file that uses string (from Borland compiler). I want to use some functions in the file for another. I have to change it for Visual 2005.But when I added genlib in the header , there was a message :
cannot open include file 'genlib': No such file or dicrectory
there is a function in that file , I need a string input but the data I have actually are char type so I have to convert my data to string that I can use them as input of the function in the ancient file.
Do u have any idea to change them string and char with genlib
thanks for your advices.

string in C++
milkis107
Hello
I cannot quite understand your question here, are you rewriting the old file in Visual C++ or are you just trying to use it I may need some more information.
From what I see the IDE is complain about not being able to find a file. Please check the file exists and if it does please check it is in a location where the IDE will find it. If you need more help please post back with some code (where you try and access the file) and the error message.
Thanks
Damien