April 22nd, 2004 02:18 AM
Yes i found that it was the stdafx include problem
which i have solved by changing the settings
thanks one and all
now to look at the other issues ....
ohhh how debugging never seems to...
April 21st, 2004 07:58 AM
Hi
Ive now addedd the MyFile.h and MyFile.cpp which include the class required
which gets rid of the Error message
Thanks
But now im getting this Error message
fatal error C1010:...
April 21st, 2004 07:45 AM
So i can't just #include "TheFile.h"
and then create an object of the class defined .
i have to #include "TheFile.h"
what do u mean by an implementation ?
surely i can use the one in the .h...
April 21st, 2004 07:36 AM
The problem i am getting
is that im including a file which declares a class RfcCommand
and now im trying to instantiate an object of that class
ie - RfcCommand cmd;
but im getting the Errors...
April 21st, 2004 07:13 AM
Hi
What does this Error message mean ?
FSInsertLink.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall RfcCommand::~RfcCommand(void)" (??1RfcCommand@@UAE@XZ)...
March 18th, 2004 05:46 AM
Thanks Russ
i implemented this, this morning and it works fine ..
Have a good one
P
March 17th, 2004 10:47 AM
March 17th, 2004 10:38 AM
Thats what i was doing bt unfortunately
some parts of the string need to be different colours ???
so if i create the string as one long string i cannot change certain parts of its colour ?
March 17th, 2004 10:31 AM
and here was i hoping that there would be a easy way ...
Thanks russ
March 17th, 2004 10:18 AM
Hi,
I have a CString that i am outputing to a screen but the problem,
i have is that i have to create the starting position of the text
then i get some other Text that needs to go onto the same...
February 10th, 2004 06:53 AM
February 10th, 2004 05:31 AM
Hi
What do these 2 Errors mean:
FSXSFParser.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall xercesc_2_2::SAXParser::~SAXParser(void)"...
January 21st, 2004 07:06 AM
Nope sorry !
i have had a look through the msdn and the TEAR example, only shows you how to send a message to an http server and then process the response
Not recieve a message/data from an http...
January 21st, 2004 06:58 AM
I will have a look, thanks
But if anyone can remember exactly what function that would be good
Thanks