Click here to Skip to main content
15,899,026 members

Comments by drcool23 (Top 5 by date)

drcool23 20-May-11 3:58am View    
What exactly are you looking for? Can you point to an example?
Ans- I am looking for an event triggered information to be diplay as a custom message which has to pop up and display the device functionality related error message to user as Reason for error And error Releasing method. For example - C++ DLL triggered an event as Decrease of voltage of battery. This even notification, user has to know and he/she has to Release this error by taking appropriate action.

Q -Why is MessageBox "not appropriate"? You know, you don't need to pass a window handle - you can just pass NULL.
Ans - Because If I used MessageBox, It will be run independently (without window handler) when i just passed NULL. User may ignore this message. However, My requirement is user should not do any another operation on Application window until he clicked on OK batten of MessageBox.
drcool23 19-May-11 5:40am View    
This is MFC project. CString is working in another module. There I have seen that extra header file which they used is #include "fstream.h". Please let me know what would be the solution. This project is VC++ 6.0? Win32 DLL.
drcool23 19-May-11 5:38am View    
Yes, This is MFC project. CString is working in another module. There I have seen that extra header file which they used is #include "fstream.h". Please let me know what would be the solution. This project is VC++ 6.0? Win32 DLL.
drcool23 19-May-11 5:30am View    
Hi, Thank you for reply. After including the #include<atlstr.h>, I have got the fatal error as "fatal error C1083: Cannot open include file: 'atlstr.h': No such file or directory" . I am not using ATL, However, I am using MFC. Please let me know, if you have any another suggestion/solution.
drcool23 19-May-11 5:26am View    
Hi, thank you for reply. I have tried this solution. However, It doesn’t work. Same error is present.