| Book | Chapter | Subject | Question | Answer |
| Special Edition Using Visual C++ 6.0 | 21 | Where is Control Pad? | According to "Using Visual C++ 6" book, chapter 21, page 516, there's
supposed to be an application
downloadable from Microsoft called "Control Pad." The web address URL does
not call up a web site
with anything like that at all.
Is it still available for downloading? If not, how should I proceed with
creating the ATL control per the
manual?
| It's moved within Microsoft |
| Special Edition Using Visual C++ 5.0 | CD | Problem with files from the CD | When trying to load from CD I get the message "cannot access
ClassView info file. ClassView info will not be available". I also tried
copying files from CD to hard drive but still get warning about not being
able to access ClassView info. (I am
opening the .dsw file )
| The files are read-only |
| Special Edition Using Visual C++ 6.0 | serialization | Visual C++ | What is the use of serialization? | Writing to (and reading from) a file -- usually |
| Other Topics | | Visual C++ | At first I want to say "THANKS A LOT !!!" to your company for the best book "Special edition using Visual C++ 6.0". My question is how can I do cells eidt mode using Microsoft FlexGrid Control 6.0 ActiveX. All classes already are built with class wizard support. But problem is what property or event should I redefine to edit cell (or to do Combo Box in the cell). Perhaps, I have to use another grid ActiveX control. | |
| Special Edition Using Visual C++ 6.0 | 2 | Where is sdidialog.h | On page 50-51, it instructs to add #include "sdidialog.h" to CSdiApp::InitInstance(). However, upon compilation, I get an error that it was unable to find "sdidialog.h". I have searched the entire hard drive, as well as the VC++ 6.0 Enterprise CDs and cannot find it. I also have VC++ 5.0 Enterprise, and there is nothing similar there either. Is this some kind of add-on file or where do I get this file?
Thank you for your help! | Look at the bottom of page 47. |
| Special Edition Using Visual C++ 5.0 | | Unreadable CD | Your CD doesn't work with my Windows 98.
I get a message from the CD saying "...corrupted Cabinet file"
Thanks | |
| Special Edition Using Visual C++ 6.0 | 4 | Multiple Templates | I'm making my way through your book -quite good, by the way.
But I'm stumped on pages 94,95. I want to do have multiple docs/views:
m_pTemplate1 = new CMultiDocTemplate(
IDR_DRAWTYPE,
RUNTIME_CLASS(CDrawDoc),
RUNTIME_CLASS(CChildFrame), // custom MDI child frame
RUNTIME_CLASS(CDrawView));
AddDocTemplate(m_pTemplate1);
m_pTemplate2 = new CMultiDocTemplate(
IDR_DRAWTYPE2,
RUNTIME_CLASS(CDrawDoc2),
RUNTIME_CLASS(CChildFrame), // custom MDI child frame
RUNTIME_CLASS(CDrawView2));
AddDocTemplate(m_pTemplate2);
I add those member vars to the class,
I figure out how to add the resource symbol IDR_DRAWTYPE2,
I add the 2 new classes through ClassWizard,
CDrawDoc2, CDrawView2, it's accepted, but when I build the project:
error C2653: CDrawView2 is not a class or Namespace
(same for CDrawDoc2)
(??? something is missing someplace ???)
I'll be grateful for a response
Thanks,
Joe Berman
| |
| Special Edition Using Visual C++ 6.0 | 22 | how to get copy DeptStore.mdb file | how to copy this file from your website, I didn't see any this file in the website. please let me know. thank you! | It's with the source code |
| Special Edition Using Visual C++ 6.0 | | | I don't find the programme source of the examples in your book at the website you tell me in book. Where is it? I bought the book in chinese last year. | It's at http://www.mcp.com/info/0-7897/0-7897-1539 |
| Special Edition Using Visual C++ 6.0 | | Which is the better choice,Win32 SDK or MFC? | Which is the better choice,Win32 SDK or MFC? | It depends |
| Special Edition Using Visual C++ 6.0 | several | pointer/functions | How would you read the following function "out loud"?...
pCmdUI->Enable(!GetActiveView()->IsKindOf(RUNTIME_CLASS(CEditView)));
I'm mostly confused on the !GetActive()-> part of it. | Enable this UI item if the active view is not an e |
| Special Edition Using Visual C++ 6.0 | | | Where can I download controls which look like real world controls, such as thermometers, potentiometers, and all that? | CodeGuru has lots. |
| Special Edition Using Visual C++ 6.0 | 21 | | Where can I download the function ReadBitmap you mention on chapter 21? | From the Macmillan site |
| Special Edition Using Visual C++ 6.0 | | displaying bitmaps. | i`m trying to display a bitmap as a background to a form, by using a picture control, and i can`t seem to get my editboxes and other controls to appear over the top of the picture. Is this possible?
| See August 00 Visual C++ Developer |
| Building Internet Applications With Visual C++ | | Russia | Can i download an electronic version of this book? | You can read it online |
| Special Edition Using Visual C++ 6.0 | 22 | DeptStore.mdb | I wanted to open this file and play around with the data. I used Access and got an error saying the VB module could not be loaded into memory and then an io error. What program do I use to open it? | It's an Access file |
| Special Edition Using Visual C++ 6.0 | chapter 11 | IP address Control | I am creating an Ip address control on the dialog box. Here , i want to know how to get the value insert by the user. What type of value i can get? It is an interger or not? | You can pass in 4 integer references or a DWORD po |
| Building Internet Applications With Visual C++ | | Source Code | Is the source code still available. I have a copy of the book but lost the CD! Thanks. | No, code that was on CDs is not available any othe |
| Other Topics | | | how can i display images (bitmaps) in c++ | I can give you the code but not an explanation. |
| Using UseNet Newsgroups | | ABOUT C++ | FROM C++, I WANT C++ TO BE FOREGROUND AND BACKEND TO BE A DATABASE LIKE SQL,ORACLE,MS-ACCESS.
I HAVE DONE WITH THE SYBASE BUT I WANT TO KNOW HOW TO CONNECT TO OTHER DATABASES IF IT IS POSSIBLE.HOW WE CAN CONNECT TO OTHER DATABASES.
PLEASE GIVE ME SOME INFORMATION ABOUT HOW TO CONNECT. | Read Chapters 22 and 23 |
| Special Edition Using Visual C++ 6.0 | Ch 22 or 23 | accessing data via ADO | Your book mentions that you cover the use of ADO, but I can't seem to find it anywhere in the book. Could you refer me to where I should look for this? I see ODBC and DAO but not ADO. Could you refer me to some examples of its use? | Sorry, I didn't write the back cover bullets. |
| Special Edition Using Visual C++ 6.0 | | | I am looking for the source code for this book.
http://www.mcp.com/info/0-7897/0-7897-1539-2/ is no longer valid. From where, I can doanload it? | Looks like they've moved it again.
|
| Special Edition Using Visual C++ 6.0 | Every chapter | Linker Tools Error LNK2001 | Why nobody addresses the correct way to set up the compiler, builder, and linker in the Project Settings??? Step by step. Appendix C in the book just glance over the subject. Not even Microsoft does a good job on this topic. Any place you might suggest??? | The defaults are generally fine |
| Special Edition Using Visual C++ 6.0 | Building | DLL works only in debug mode | I use, under Win NT4 and Win2000 a DLL made with VisualC++ 6 by another person. The problem is that this dll works correctly only if i build it in debug mode. in release mode some results are wrong (not all of them).
There is no ASSERT() in the source code, and i have installed Service Pack 4 over visualc++.
What's wrong? | Probably a memory issue |
| Special Edition Using Visual C++ 6.0 | 2, page 44 | control pallet | The control pallet does not appear on my screen (it does in your fig 2.2 on page 45). How can I get the control pallet to display? | It's a toolbar |
| Special Edition Using Visual C++ 6.0 | 16 | Building a Controller Application without Visual Basic. | You give instructions for building a Controller Application in Visual Basic. I do not have the whole Visual Studio package, and I have no way of compiling visual basic so far as I know. Also, I do not know how to set this up in an Excel VBA Script. Is there no alternative way of creating the controller application | I don't know |
| Special Edition Using Visual C++ 6.0 | N/A | MFC and unmanaged code | I just started reading your book (the .Net version) and a question came to mind right away. I'm working with a programmer who is an old hand at C++, and he writes a lot of traditional (unmanaged) code for performance reasons. Is it possible to have an application that uses both MFC and unmanaged code? Or do you still lose the extra performance due to parts of the program being managed? | Check my codeguru column. |
| Other Topics | Visual C++ .Net Kick Start. :: Chapter 12 | Windows Service using C++ .NET | I get the following error when trying to install the service : InstallUtil URLChecker.exe : System.IO.FileLoadException: Unverifiable image 'URLChecker.exe' | |