Click here to Skip to main content
15,896,606 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: callback in windows service Pin
Milton Karimbekallil15-Aug-06 23:36
Milton Karimbekallil15-Aug-06 23:36 
GeneralRe: callback in windows service [modified] Pin
_tasleem15-Aug-06 23:56
_tasleem15-Aug-06 23:56 
GeneralRe: callback in windows service Pin
Milton Karimbekallil16-Aug-06 0:43
Milton Karimbekallil16-Aug-06 0:43 
GeneralRe: callback in windows service Pin
_tasleem16-Aug-06 1:31
_tasleem16-Aug-06 1:31 
GeneralRe: callback in windows service Pin
Milton Karimbekallil16-Aug-06 3:18
Milton Karimbekallil16-Aug-06 3:18 
GeneralRe: callback in windows service Pin
_tasleem17-Aug-06 2:01
_tasleem17-Aug-06 2:01 
QuestionHow to disable USB Enhanced Host Controller by using VC++ code? Pin
momer15-Aug-06 22:16
momer15-Aug-06 22:16 
Questionproblem with LoadFrame Pin
sach!!15-Aug-06 22:06
sach!!15-Aug-06 22:06 
Hi!

While executing a code ported from VC6 to VC8, I an getting unhandled exception. When I debugged my code I found that LoadFrame() is causing a probelm saying::

First-chance exception at 0x104817fd (msvcp80d.dll) in KPVault.exe: 0xC0000005: Access violation writing location 0x0000424b.<br />
Unhandled exception at 0x104817fd (msvcp80d.dll) in KPVault.exe: 0xC0000005: Access violation writing location 0x0000424b.  


I am calling LoadFrame as

CMainFrame* pFrame = new CMainFrame;<br />
pFrame->LoadFrame(IDR_MAINFRAME,<br />
		WS_OVERLAPPEDWINDOW | FWS_ADDTOTITLE, NULL,<br />
		NULL);


I checked all my resources named as IDR_MAINFRAME. Those are a String, Menu, Acceralator, Icon and a Toolbar.

VC6 build for the same code runs just fine. Then What is causing this problem??

Thx.
QuestionLinker Error Pin
tom groezer15-Aug-06 22:02
tom groezer15-Aug-06 22:02 
AnswerRe: Linker Error Pin
Rage15-Aug-06 23:05
professionalRage15-Aug-06 23:05 
GeneralRe: Linker Error Pin
tom groezer16-Aug-06 19:57
tom groezer16-Aug-06 19:57 
GeneralRe: Linker Error Pin
tom groezer16-Aug-06 19:57
tom groezer16-Aug-06 19:57 
QuestionMFC (database) please help ! Pin
Bravoone_200615-Aug-06 22:00
Bravoone_200615-Aug-06 22:00 
AnswerRe: MFC (database) please help ! Pin
Milton Karimbekallil15-Aug-06 22:34
Milton Karimbekallil15-Aug-06 22:34 
QuestionRe: MFC (database) please help ! Pin
Bravoone_200615-Aug-06 23:22
Bravoone_200615-Aug-06 23:22 
AnswerRe: MFC (database) please help ! Pin
Bravoone_200615-Aug-06 23:28
Bravoone_200615-Aug-06 23:28 
GeneralRe: MFC (database) please help ! Pin
Milton Karimbekallil16-Aug-06 0:54
Milton Karimbekallil16-Aug-06 0:54 
AnswerRe: MFC (database) please help ! Pin
kakan15-Aug-06 23:29
professionalkakan15-Aug-06 23:29 
AnswerRe: MFC (database) please help ! Pin
Bravoone_200615-Aug-06 23:40
Bravoone_200615-Aug-06 23:40 
GeneralRe: MFC (database) please help ! Pin
Bravoone_200615-Aug-06 23:41
Bravoone_200615-Aug-06 23:41 
GeneralRe: MFC (database) please help ! [modified] Pin
kakan15-Aug-06 23:51
professionalkakan15-Aug-06 23:51 
QuestionRe: MFC (database) please help ! Pin
Bravoone_200616-Aug-06 2:58
Bravoone_200616-Aug-06 2:58 
QuestionRe: MFC (database) please help ! Pin
David Crow16-Aug-06 3:22
David Crow16-Aug-06 3:22 
QuestionRe: MFC (database) please help ! Pin
David Crow16-Aug-06 3:18
David Crow16-Aug-06 3:18 
AnswerRe: MFC (database) please help ! Pin
Hamid_RT16-Aug-06 5:25
Hamid_RT16-Aug-06 5:25 

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.