Click here to Skip to main content
15,892,643 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Difference between VC6 and VS 2008. Pin
Maximilien20-Jun-10 23:46
Maximilien20-Jun-10 23:46 
AnswerRe: Difference between VC6 and VS 2008. Pin
Kevin McFarlane21-Jun-10 3:37
Kevin McFarlane21-Jun-10 3:37 
AnswerRe: Difference between VC6 and VS 2008. Pin
wbgxx21-Jun-10 4:16
wbgxx21-Jun-10 4:16 
QuestionChange defaut exe name for project Pin
vipin_nvk20-Jun-10 22:27
vipin_nvk20-Jun-10 22:27 
AnswerRe: Change defaut exe name for project Pin
Cool_Dev20-Jun-10 23:01
Cool_Dev20-Jun-10 23:01 
QuestionIs a rectangle on a monitor? Pin
hans.sch20-Jun-10 20:49
hans.sch20-Jun-10 20:49 
AnswerRe: Is a rectangle on a monitor? Pin
«_Superman_»20-Jun-10 21:04
professional«_Superman_»20-Jun-10 21:04 
GeneralRe: Is a rectangle on a monitor? Pin
hans.sch20-Jun-10 21:14
hans.sch20-Jun-10 21:14 
AnswerRe: Is a rectangle on a monitor? Pin
KarstenK20-Jun-10 21:06
mveKarstenK20-Jun-10 21:06 
Questionsemaphore memory allocation Pin
rupeshkp72820-Jun-10 20:34
rupeshkp72820-Jun-10 20:34 
AnswerRe: semaphore memory allocation Pin
«_Superman_»20-Jun-10 21:12
professional«_Superman_»20-Jun-10 21:12 
GeneralRe: semaphore memory allocation Pin
rupeshkp72820-Jun-10 21:32
rupeshkp72820-Jun-10 21:32 
GeneralRe: semaphore memory allocation Pin
«_Superman_»20-Jun-10 22:42
professional«_Superman_»20-Jun-10 22:42 
GeneralRe: semaphore memory allocation Pin
rupeshkp72820-Jun-10 22:50
rupeshkp72820-Jun-10 22:50 
GeneralRe: semaphore memory allocation Pin
«_Superman_»20-Jun-10 22:56
professional«_Superman_»20-Jun-10 22:56 
QuestionError in loading accelerator table Pin
Pryabu20-Jun-10 18:17
Pryabu20-Jun-10 18:17 
Hi,

LoadAccelerators function is returning NULL value. im using the following code:

HACCEL m_hAccelTable1;
m_hAccelTable1 = LoadAccelerators(::AfxGetInstanceHandle(), MAKEINTRESOURCE(IDR_ACCELERATOR2));

GetLastError function is returning 1814 error value which states that "The specified resource name cannot be found in the image file". The accelerator table is present in the resource file. Anyone please tell me where i did the mistake?

Thanks,
AnswerRe: Error in loading accelerator table Pin
«_Superman_»20-Jun-10 18:34
professional«_Superman_»20-Jun-10 18:34 
GeneralRe: Error in loading accelerator table Pin
Pryabu20-Jun-10 18:39
Pryabu20-Jun-10 18:39 
GeneralRe: Error in loading accelerator table Pin
«_Superman_»20-Jun-10 18:57
professional«_Superman_»20-Jun-10 18:57 
GeneralRe: Error in loading accelerator table Pin
Pryabu20-Jun-10 19:03
Pryabu20-Jun-10 19:03 
GeneralRe: Error in loading accelerator table Pin
«_Superman_»20-Jun-10 19:13
professional«_Superman_»20-Jun-10 19:13 
GeneralRe: Error in loading accelerator table Pin
Pryabu20-Jun-10 19:31
Pryabu20-Jun-10 19:31 
GeneralRe: Error in loading accelerator table Pin
Pryabu20-Jun-10 18:55
Pryabu20-Jun-10 18:55 
GeneralRe: Error in loading accelerator table Pin
Stephen Hewitt20-Jun-10 19:09
Stephen Hewitt20-Jun-10 19:09 
AnswerRe: Error in loading accelerator table Pin
Stephen Hewitt20-Jun-10 19:11
Stephen Hewitt20-Jun-10 19:11 

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.