Page 1 of 1

C++ Problem

PostPosted: Sun Aug 26, 2007 6:57 pm
by a1
Sometimes when I open up Yahoo Messenger I get an error pop up saying that C++ encountered an error and had to close in unique way and says i need to contact the support of the messenger. What happened?

Re: C++ Problem

PostPosted: Sun Aug 26, 2007 7:14 pm
by alrot
C++ is Visual Basic,(MS Computer lenguage I think) you should unistall the Yahoo messenger then reinstall and see what happends ,something is missing in your files..but im not to sure

Re: C++ Problem

PostPosted: Mon Aug 27, 2007 10:09 am
by Ashton Lawson
C++ is Visual Basic,(MS Computer lenguage I think) you should unistall the Yahoo messenger then reinstall and see what happends ,something is missing in your files..but im not to sure


actually, no, C++ is not Visual BASIC.  Visual BASIC is its own language, as is C++.  However, the MS version of C++, called Visual C++ can depend on libraries on the computer.  if certain libraries arent present, then certain applications can return errors related to that.

there are also virtual function calls, which are functions which don't execute in the same way as a normal exe.  instead, it calls on resources, libraries i think, to perform a function in a sort of abstract manner, kind of like writing code as the program is executed.  its hard to explain, but there hav been a few issues with FSX on that sort of thing.