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 TouchToneTommy 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: *

  • Users: evilpeer
  • Content: Threads
  • Order by date
  1. evilpeer

    Determining calling control

    I want a single function to handle calls from several controls when the EN_KILLFOCUS command is sent. The only problem is that I'm not sure how to determine which control is calling the function. ---Evil Peer
  2. evilpeer

    DoModal in a DLL

    I found this thread: thread116-194556 I am getting an assertion error when I try to call AfxGetResourceHandle. I'm not sure where to go with this. ---Evil Peer
  3. evilpeer

    Execution on Startup

    I have a dialog-based program that I want to execute a function on startup, after the window is drawn (so that the user knows the program is running). Unfortunately, there are only two places I can figure to make the call. The first is in OnInitDialog, which unfortunately is before the window...
  4. evilpeer

    Non-global global?

    Well, it seems I've run into MSKB article Q177135 (ODBC stuff in DLL global scope causes GPF "by design"). Now I am left with the task of removing a global database object, while retaining global access to it, and without breaking current function compatibility (which means moving...
  5. evilpeer

    Use MFC DLL in C program?

    I've written an MFC DLL that works fine with another C++ program I wrote, but now I want to use it with a C program (that I didn't write). Upon compilation I receive several "unresolved external symbol" errors. The appropriate .h and .lib are included in the program, so I'm a little...
  6. evilpeer

    Program Crashes in NTDLL while exiting

    This particular program I'm working on uses CVI Labwindows for the user interfaces, while all of the code is written in MSVC++. The project is Modal Dialog based. The program runs perfectly fine until it closes out. I've traced it, and in CRTEXE.C an exception is thrown. It then jumps into...

Part and Inventory Search

Back
Top