mfc >> error message mfc application

by a3J1YXJrOTk » Fri, 28 Nov 2003 05:46:07 GMT

I keep getting an error message saying microsoft has detected an error, mfc application. what should i look for???? is there a potential virus, i have scanned with norton and nothing is being picked up?????


mfc >> error message mfc application

by Frank Hickman » Fri, 28 Nov 2003 12:05:21 GMT


Is this a program that your developing or is this the message windows gives
you when you attempt to run the application? Have you tried to debug the
application?

--
============
Frank Hickman
NobleSoft, Inc.
============
Replace the _nosp@m_ with @ to reply.




mfc application. what should i look for???? is there a potential virus, i
have scanned with norton and nothing is being picked up?????





Similar Threads

1. VC++ MFC application runtime error "Strange Error"

2. Register Message between MFC and Win32 SDK Application

 i want to comunicate between two windows(sepearte exe's)
one is build by MFC and another is build by win32 SDK
in MFC app i registered one Message and broadcast it to all windows
and i want to get it and process in another windows os win32 SDK.....
 
consider an simple Example:-
i have two exe's
one is 1.exe and another is 2.exe
i have one button in i.exe labeled as "Open Child"
i have one more button in i.exe labeled as "Close Child"
     Open Child will open 2.exe
     and Colse Child Should close 2.exe
How can i register an Message that should be unique!....
plz can u send me sample code for the above problem.......
Thnaks
-Renugopal

3. Handling custom application messages in MFC

4. Threads/messages/MFC in a service application

I have a pretty straightforward MFC application that I would like to build
into a service. I have a generic framework for a service using some code
found at Codeguru, and MFC works well in the service, but since the service
does not contain a message pump, my application does not work. My
application contains one main class, which utilizes timers and posts
messages to other CWinThread derived classes, but of course, none of the
messages are received without the message pump. The service framework allows
for all calls to take place within a look such as this:

while( ::WaitForSingleObject(m_hStop, 10) != WAIT_OBJECT_0 ) {

}

I think this is typical of most services. How can I build a message pump
into my application, so that I can communicate with other threads and
utilize timers?

Thanks in advance
Jonathan


5. WM_HSCROLL Message of MFC APPLICATION (.NET)

6. Sending Window Messages from an MFC app to a Windows Firm tray application

7. Trapping EM_SETSEL message in MFC application.

8. Send messages from Web-browser to MFC-application?

This might be wrong news-group, maybe somebody can help me with that too.

I want my MFC-application to receive messages (DDE, Automation, WM_COPYDATA 
or whatever is not too hard to receive) from a hyperlink or button on a 
web-page.  The MFC application and the Web browser are running on the same 
computer.  This must work on IE7/IE8 but a universal solution is best.

Is it possible to send messages to my MFC-application from an html-page 
running in my web-browser? How?

Best regards from Gaute