Richedit2 in Visual Studio 2008 cause the MFC dialog not to display
-
I am getting back to VC++ after a long time. I am using VS 2008 SP1. It is a simple application a button, an editbox (plain) and a richedit box. When i added a control variable (CString) to richeditbox2, a message pops up that i must call this function. The messagebox now does not show again. when i run the program, i get no errors but the dialog fails to load. I get the following in output window.
Binary was not built with debug information.
Any info will be appreciated. -
I am getting back to VC++ after a long time. I am using VS 2008 SP1. It is a simple application a button, an editbox (plain) and a richedit box. When i added a control variable (CString) to richeditbox2, a message pops up that i must call this function. The messagebox now does not show again. when i run the program, i get no errors but the dialog fails to load. I get the following in output window.
Binary was not built with debug information.
Any info will be appreciated.Are you calling AfxInitRichEdit2[^] in your application? Not calling that can have the effect you're seeing...
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
Are you calling AfxInitRichEdit2[^] in your application? Not calling that can have the effect you're seeing...
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
Yes I tried that after finding some help online but it did not work. Still the same problem. I am using AfxInitRichEdit2() inside the OnInitiDialog as first line. I may need to recompile everything. I also tried linking to RichEdit20.dll ( in project setting) but did not work. I am using Windows Vista SP1 and Visual Studio 2008 SP1. Could it be that the dll is missing. I tried searching for the dll but could not find it.
-
Yes I tried that after finding some help online but it did not work. Still the same problem. I am using AfxInitRichEdit2() inside the OnInitiDialog as first line. I may need to recompile everything. I also tried linking to RichEdit20.dll ( in project setting) but did not work. I am using Windows Vista SP1 and Visual Studio 2008 SP1. Could it be that the dll is missing. I tried searching for the dll but could not find it.
Put AfxInitRichEdit2(); in InitInstance function.
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
-
Put AfxInitRichEdit2(); in InitInstance function.
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_