|
-
Jul 16th, 2002, 05:57 PM
#1
Dll returning a String
Is that normal that I got an error like that :
error C2679: binary '=' : no operator defined which takes a right-hand operand of type
'class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > (__cdecl *)(void)'
(or there is no acceptable conversion)
The code look like :
std::string a;
a = (*returnMyString);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|