CString problem


amirvahid
08-23-2010, 09:23 AM
Dear All,
I have difficulties porting the codes that have CString (from MFC) in them and using nr3 codes with them either in linux. In windows there is a solution for them that you can use MFC in a shared DLL or as a static library. However, in linux, I didn't find any solutions and converting all CString into string std is a tedious job. I wonder if you could help me how to solve this problem. Thanks