FYI
I ended up pulling the application into 3 seperate application (there were three parts to it), got each of them working fine, and then merged them all togeather. At that point the problem kinda went away. not real sure why, but I think it has to do with the order that I was including things.
I am writing an application in Visual Studio 6, c++, and am getting the following linking error (and several others like it)
libcpmt.lib(iostream.obj) : error LNK2005: "public: __thiscall std::ios_base::Init::Init(void)" (??0Init@ios_base@std@@QAE@XZ) already defined in...
I couldn't find it anywhere in the helps, but might it help if you do delete[SIZE] instead? that way it doens have to guess at how big it is.
I prefer to use stings instead. They then handle their own problems most of the time (though there are some functions that work better on char *)
use...
I have a service written in c++, running quite nicely. I also have a VB application that can start and stop the service, by sending the start and stop messages. However I would also like the VB app to report on the current status, and update settings on the run.
I like to think I could use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.