PDA

View Full Version : strstream.h????


giankam
09-12-2003, 12:02
ciao scusatemi ma è possibile che io non abbia questo file?
qualcuno per piacere me lo può postare o inviare? grazie!

giankam
09-12-2003, 12:26
fatal error C1083: Cannot open include file: 'strstream.h': No such file or directory

questo è l'errore che mi da compilando da matlab ed usando i file in visualc++ 6
csa vuol dire?

maxithron
09-12-2003, 18:47
Non so in Visual C++, ma dovresti aggiungere queste direttive al preprocessore:

MSVC
MSWIND
IBMPC
D__STDC__

in Project - Settings - C/C++ - Preprocessor definitions

Oppure puoi provare a specificare come direttiva di compilazione WNT.

giankam
11-12-2003, 11:24
si avevi ragione anche in visualc erano da aggiungere quelle direttive

maxithron
12-12-2003, 10:50
Originariamente inviato da giankam
si avevi ragione anche in visualc erano da aggiungere quelle direttive


:) :cool: