Click here to Skip to main content
16,011,383 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with pasting newlines in a rtf editor based on dialog box Pin
Iain Clarke, Warrior Programmer3-Mar-04 5:07
Iain Clarke, Warrior Programmer3-Mar-04 5:07 
Generalslow AddNew in Access ! Pin
Cynicannibal3-Mar-04 3:18
Cynicannibal3-Mar-04 3:18 
GeneralRe: slow AddNew in Access ! Pin
David Crow3-Mar-04 7:37
David Crow3-Mar-04 7:37 
GeneralRe: slow AddNew in Access ! Pin
BrutalDeath04-Mar-04 23:53
sussBrutalDeath04-Mar-04 23:53 
GeneralRe: slow AddNew in Access ! Pin
David Crow8-Mar-04 6:04
David Crow8-Mar-04 6:04 
GeneralProblems with CMultiDocTemplate Pin
slyone3-Mar-04 2:54
slyone3-Mar-04 2:54 
Generalproblem bodged :) Pin
slyone3-Mar-04 9:14
slyone3-Mar-04 9:14 
GeneralCColorDialog "missing resource" crash problem Pin
miobrad3-Mar-04 2:24
miobrad3-Mar-04 2:24 
I have the following code, which causes a problem on some mashines where I tried to install and run the program which uses it:

CColorDialog dlg;
COLORREF selectedColor;
if (dlg.DoModal() == IDOK) {
selectedColor = dlg.GetColor();
//..
}
//..

Now, the problem occours while the ColorDialog is modaly opened. On some installations it will cause various part pallets and error messages relating to a "missing resource", at which point the system tends to lock up and Ctrl/alt/del is the only way out.

I do use the MFC Library in a shared DLL. My first guess was that it may be because of that, but I do not think so now.

I do not know which step to go next!?

Thanks for any help!

Miki
GeneralRe: CColorDialog "missing resource" crash problem Pin
miobrad3-Mar-04 4:44
miobrad3-Mar-04 4:44 
GeneralService control error Pin
Deian3-Mar-04 0:30
Deian3-Mar-04 0:30 
GeneralRe: Service control error Pin
Navin3-Mar-04 3:24
Navin3-Mar-04 3:24 
GeneralRe: Service control error Pin
Deian3-Mar-04 4:18
Deian3-Mar-04 4:18 
GeneralRe: Service control error Pin
Navin3-Mar-04 13:48
Navin3-Mar-04 13:48 
General(Service control errors Pin
Deian3-Mar-04 0:28
Deian3-Mar-04 0:28 
GeneralHelp: Writing large vector to file fast using Win32 API Pin
inter8ection3-Mar-04 0:23
inter8ection3-Mar-04 0:23 
GeneralRe: Help: Writing large vector to file fast using Win32 API Pin
Robert A. T. Káldy3-Mar-04 1:37
Robert A. T. Káldy3-Mar-04 1:37 
GeneralRe: Help: Writing large vector to file fast using Win32 API Pin
inter8ection3-Mar-04 2:27
inter8ection3-Mar-04 2:27 
GeneralRe: Help: Writing large vector to file fast using Win32 API Pin
James R. Twine3-Mar-04 5:40
James R. Twine3-Mar-04 5:40 
GeneralProblem with CFileDialog & OPENFILENAME Pin
turska3-Mar-04 0:03
turska3-Mar-04 0:03 
GeneralRe: Problem with CFileDialog & OPENFILENAME Pin
_Magnus_3-Mar-04 2:15
_Magnus_3-Mar-04 2:15 
GeneralRe: Problem with CFileDialog & OPENFILENAME Pin
rutkis3-Mar-04 5:33
rutkis3-Mar-04 5:33 
GeneralHelp!! Pin
Pazzuzu2-Mar-04 23:51
Pazzuzu2-Mar-04 23:51 
GeneralRe: Help!! Pin
Prakash Nadar3-Mar-04 0:10
Prakash Nadar3-Mar-04 0:10 
GeneralRe: Help!! Pin
Pazzuzu3-Mar-04 1:17
Pazzuzu3-Mar-04 1:17 
GeneralRe: Help!! Pin
Prakash Nadar3-Mar-04 3:07
Prakash Nadar3-Mar-04 3:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.