Click here to Skip to main content
15,921,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMFC application crashes @ ConnectionTransact of DBNMPNTW.DLL Pin
Arun Kuriyakkotte Ramachandran13-May-08 19:13
Arun Kuriyakkotte Ramachandran13-May-08 19:13 
AnswerRe: MFC application crashes @ ConnectionTransact of DBNMPNTW.DLL Pin
kasturi_haribabu13-May-08 19:25
kasturi_haribabu13-May-08 19:25 
QuestionApplication gets slower when having ~50 dialogs in memory. Pin
Paresh Chitte13-May-08 19:07
Paresh Chitte13-May-08 19:07 
AnswerRe: Application gets slower when having ~50 dialogs in memory. Pin
Steve Echols13-May-08 19:26
Steve Echols13-May-08 19:26 
GeneralRe: Application gets slower when having ~50 dialogs in memory. Pin
Paresh Chitte13-May-08 20:19
Paresh Chitte13-May-08 20:19 
GeneralRe: Application gets slower when having ~50 dialogs in memory. Pin
Nelek13-May-08 21:28
protectorNelek13-May-08 21:28 
GeneralRe: Application gets slower when having ~50 dialogs in memory. Pin
Paresh Chitte14-May-08 0:02
Paresh Chitte14-May-08 0:02 
QuestionProblem in Mapping Memory(win98,P4) Pin
Srinivas Reddy CH13-May-08 19:01
Srinivas Reddy CH13-May-08 19:01 
Hi All,
Please Help me reg Following problem
I wrote a simple DOS Program to access my ISA Card using far pointer
My ISA Card have resources like 2 I/O s and 1 Memory
My Card is configured to access the location from 0xD000

My program is working(accessing the device memory) in Pentium 1 and not working in Pentium 4

code for accessing ISA device memory:

unsigned int far* BaseAddr;<br />
BaseAddr = (unsigned int far *)MK_FP(0xD000,0x0000);


in P1 processor (Win98)
IO 1 - OK
IO 2 - OK
Memory - OK

in P4 processor (Win98)
IO 1 - OK
IO 2 - OK
Memory - Not mapping to device

Thanks in Advance
Question[Message Deleted] Pin
projectip13-May-08 18:59
projectip13-May-08 18:59 
AnswerRe: Marking region of interest Pin
Iain Clarke, Warrior Programmer13-May-08 22:06
Iain Clarke, Warrior Programmer13-May-08 22:06 
QuestionRe: Marking region of interest Pin
CPallini13-May-08 22:21
mveCPallini13-May-08 22:21 
AnswerRe: Marking region of interest Pin
projectip13-May-08 23:53
projectip13-May-08 23:53 
GeneralRe: Marking region of interest [modified] Pin
CPallini13-May-08 23:55
mveCPallini13-May-08 23:55 
GeneralRe: Marking region of interest Pin
Rajesh R Subramanian14-May-08 1:06
professionalRajesh R Subramanian14-May-08 1:06 
GeneralRe: Marking region of interest Pin
CPallini14-May-08 1:45
mveCPallini14-May-08 1:45 
GeneralRe: Marking region of interest Pin
Iain Clarke, Warrior Programmer14-May-08 1:59
Iain Clarke, Warrior Programmer14-May-08 1:59 
GeneralRe: Marking region of interest Pin
projectip14-May-08 17:40
projectip14-May-08 17:40 
GeneralRe: Marking region of interest Pin
Iain Clarke, Warrior Programmer14-May-08 22:49
Iain Clarke, Warrior Programmer14-May-08 22:49 
GeneralRe: Marking region of interest Pin
projectip15-May-08 1:03
projectip15-May-08 1:03 
QuestionHow to connect Child form to MDI Form in c#.net Pin
Manish Kant13-May-08 17:43
Manish Kant13-May-08 17:43 
AnswerRe: How to connect Child form to MDI Form in c#.net Pin
Rajesh R Subramanian13-May-08 19:06
professionalRajesh R Subramanian13-May-08 19:06 
AnswerRe: How to connect Child form to MDI Form in c#.net Pin
Hamid_RT14-May-08 6:34
Hamid_RT14-May-08 6:34 
QuestionImage List Inhancement needed Pin
vinod marathe13-May-08 17:41
vinod marathe13-May-08 17:41 
AnswerRe: Image List Inhancement needed Pin
namaskaaram13-May-08 17:54
namaskaaram13-May-08 17:54 
AnswerRe: Image List Inhancement needed Pin
Kyle P14-May-08 4:09
Kyle P14-May-08 4:09 

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.