I found the problem. A variable in the first file to be preprocessed was declared as a nonexistent type, messing up all the variables after it.
My compiler is perfect. It recognizesd all the functions and does not say I''m passing the wrong parameters. All it says is that the identifier...
I have several classes all of which show the same problem when they compile - "undeclared variable". Needless to say all the variables are, as far...
I'm with Resh. You can presume anything in the world about him, but you have no way of knowing whether you approach the truth. And while you...
Which is what I'm doing at the moment. This is, however, error-prone.
What is the best way to store pointers in C++. The number of pointers is dynamic, so an array is not feasible. C++'s vector is not the obvious...
Well, as I said, by calling Sleep (0) you can avoid the ill-effect of a busy wait, while still maintaining control of your timing by using...
aspx pages allow you use code behind pages written in VB or C#. In the aspx page (which is mostly like a normal html page), you would lay out the...
I don't know of any standard tables but you might want to get hold of an open source program and use their transalation files. (7zip has them for...
I'm not really qualified on this subject because my experience with Python is liminted, but my opinion is like this. Perl is a language where...
Dim TableSource As String' Tablename from which records are takenDim SearchField As String' Field used in the "Where" clauseDim SearchString As...
OK!! After much frustration I found the real problem. The object containing the image is allocated like so: menu_items.push_back (MenuItem...
Thanks for your reply. I didn't know about the MsgWaitForMultipleObjects API. What I've done is create a thread in the error handler, pass it an...
Separate names with a comma.