|
Hi all,
fist i have to say that i’m new on cpp and mb sdk, (and also in english speeking) ...
I’m trying to make a udp device, and i need to parse the buffer i’m receiving.
I use to do this with “ std::istringstream iss( buffer ); “, and then separate datas and convet into floats.
The trouble i have is that if i include iostream, i have 352 errors :
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32) : error C2365: ‘operator new’ : redéfinition ; la précédente définition était ‘fonction’
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32) : error C2491: ‘new’ : définition de données dllimport non autorisée
c:\program files\microsoft visual studio 9.0\vc\include\xdebug(32) : error C2078: initialiseurs trop nombreux
........
Is there a special way to use the std:: stuf ? , or to convert a substring of my “ FBString thePacket(buffer); “ into floats ?
Thanks in advance
3o3i
|
|
|
|
Hi again, i’ve just notice that these errors was under debug only, the release is compiling correctly.
This may be come from my debug’s setting, but i don’t find where.
Debuging mode should be very helfull for me, so if some can help ...
thanks
3o3i
|
|
|