Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 232323

    AFX_VBX error

    Need help this is part of my code: //{{AFX_VBX_REGISTER_MAP() UINT NEAR VBN_CLICK = AfxRegisterVBEvent("CLICK"); //}}AFX_VBX_REGISTER_MAP when I compile it however i get the following error: error C2065: 'AfxRegisterVBEvent' : undeclared identifier any ideas would be IMMENSELY...
  2. 232323

    Copy bitmap to clipboard.

    HI, I need some help. I'm trying to copy my window to the clipboard. However the program is also copying the toolbar and the status bar. I need to get rid of those two. I'm working in an SDI. If I write the code in an MDI, i don't get those two bars, but I get the two scroll bars (which I don't...
  3. 232323

    debug assertion

    --------------------Configuration: Imp3 - Win32 Debug-------------------- Compiling... Imp3.cpp C:\IMP\Imp3\Imp3.cpp(20) : error C2501: 'CoInitialize' : missing storage-class or type specifiers C:\IMP\Imp3\Imp3.cpp(20) : error C2373: 'CoInitialize' : redefinition; different type modifiers...
  4. 232323

    debug assertion

    Compiling... Command line error D2016 : '/ZI' and '/O1' command-line options are incompatible Error executing cl.exe. Impacts.exe - 1 error(s), 0 warning(s) is the error im getting now. : [
  5. 232323

    debug assertion

    C:\IMP\Imp3\Imp3.cpp(17) : error C2501: 'CoInitialize' : missing storage-class or type specifiers C:\Line Water\IMP\Imp3\Imp3.cpp(17) : error C2373: 'CoInitialize' : redefinition; different type modifiers c:\program files\microsoft visual studio\vc98\include\objbase.h(501) : see...
  6. 232323

    debug assertion

    I have a program compiling but not executing correctly. It gives me the following bug: Debug assertion, file: viewcore.cpp, line 68. When i go try to debug it, it says the following, and if it continues it keeps asking me to locate files eg. crtexe.x that's not on this computer. please help...
  7. 232323

    unresolved external symbols

    All my files are there so that shouldn't be the problem.
  8. 232323

    unresolved external symbols

    I did compile my cpp files. All my files are compiling, its just when i compile the whole project those errors occur.
  9. 232323

    unresolved external symbols

    Still trying to make this work, any suggestions to what I should do with the following: --------------------Configuration: Imp3 - Win32 Debug-------------------- Linking... Imp3Doc.obj : error LNK2001: unresolved external symbol "public: double __thiscall CImp3Doc::xtract_amt(char...
  10. 232323

    Command Line Error

    I'm trying to convert an old version of visual c++ into version 6. However im getting the following error when i try to compile. I only have experience programming in c++, so this visual stuff is leaving me blank. ANy suggestions/help would be greatly appreciated the bug...

Part and Inventory Search

Back
Top