Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Ms Visual C++ Externals Error
Name: Joshua Date: January 31, 2003 at 14:02:40 Pacific OS: WinXp CPU/Ram: athlon 800/256
Comment:
I'm using Ms Visual c++ and occasionally, when I make a class template, then go to link it with a driver file, I get unresolved externals error for some of the fuction templates in the class. So far, I've been unable to locate the problem... am I missing something?
I don't know that this is the answer or not but you can get this kind of message when you attempt to link identifiers in your source code with an already established identifier/function within the module that is being linked in to your code (ie the driver in this case). In other words, the identifiers that you make reference to in your source (extern variables and functions) are not found anywhere outside of your source. The driver/dll/obj file(s) may not have those identifiers in the compiled code that they contain and therefore the compiler can only report this as an unresolved external. In the lingo of my home town in Boston they might say "yo, I can't find the orange you said was in dis crate". There are other possibilities but very remote ones at that.
Summary: There is really no incentive for windooze to keep the app open if it's done all of it's processing. I'm kind of surprised a windows app would close out on its own, but that's typical of a dos console...
Summary: when trying to run Visual C++ getting error message "DEVODl" This required file cannot be loaded, please reinstall microsoft Visual C++. Running nt4 ...
Summary: does anyone know a way to compile .asm (assembly language) files with ms visual c++ or borland IDE or under djgpp or anything like that? i would like to use assmebly alongside my c++ programs. "Oh wh...