Click here to Skip to main content
15,918,168 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL and Static Library Doubt Pin
Toni7822-Jul-03 23:51
Toni7822-Jul-03 23:51 
GeneralRe: DLL and Static Library Doubt Pin
Richard Lewis23-Jul-03 0:07
Richard Lewis23-Jul-03 0:07 
GeneralRe: DLL and Static Library Doubt Pin
Iain Clarke, Warrior Programmer23-Jul-03 0:37
Iain Clarke, Warrior Programmer23-Jul-03 0:37 
GeneralRe: DLL and Static Library Doubt Pin
Ryan Binns22-Jul-03 23:46
Ryan Binns22-Jul-03 23:46 
GeneralRe: DLL and Static Library Doubt Pin
Toni7822-Jul-03 23:58
Toni7822-Jul-03 23:58 
GeneralRe: DLL and Static Library Doubt Pin
Ryan Binns23-Jul-03 0:04
Ryan Binns23-Jul-03 0:04 
GeneralRe: DLL and Static Library Doubt Pin
Iain Clarke, Warrior Programmer23-Jul-03 0:00
Iain Clarke, Warrior Programmer23-Jul-03 0:00 
QuestionMaximum number of Edit boxes in a dialog? Pin
spaced_out22-Jul-03 19:55
spaced_out22-Jul-03 19:55 
I have a dialog that I am going to transfer data from. When I have all of the edit boxes up and I run - no problem.
When I add up to 10 member variables (double and int total equal 10) I have no problem.
When I go past that small number of member variables I get this error?

MYSOURCE caused an invalid page fault in<br />
module KERNEL32.DLL at 0167:bff766bc.<br />
Registers:<br />
EAX=00550028 CS=0167 EIP=bff766bc EFLGS=00210246<br />
EBX=00000001 SS=016f ESP=00550000 EBP=00550010<br />
ECX=00550110 DS=016f ESI=817df560 FS=328f<br />
EDX=0055045c ES=016f EDI=00550028 GS=0000<br />
Bytes at CS:EIP:<br />
e8 13 ad ff ff 8b 55 08 8f 82 b0 00 00 00 8b 4d <br />
Stack dump:<br />
002a0014 00000000 00550028 00000000 005500f8 bff76733 00550028 005500f8 00000004 00550194 ffffffff 00000000 00000000 00000000 00000000 00000000 


Right now, when I am setting the member variable and doing nothing else I get this error. Pushing the button the main dialog causes this window in question to popup. Then closing this window makes a list ctrl fill up in the main window. When the error takes place it looks like the list ctrl is trying to load, but it gives me the erroe before any data is on the screen?

Any suggestions are welcome!


I wish I could type better ...
AnswerRe: Maximum number of Edit boxes in a dialog? Pin
Toni7822-Jul-03 20:35
Toni7822-Jul-03 20:35 
GeneralRe: Maximum number of Edit boxes in a dialog? Pin
spaced_out23-Jul-03 3:35
spaced_out23-Jul-03 3:35 
GeneralRe: Maximum number of Edit boxes in a dialog? Pin
Toni7823-Jul-03 12:38
Toni7823-Jul-03 12:38 
AnswerRe: Maximum number of Edit boxes in a dialog? Pin
Frank K22-Jul-03 22:12
Frank K22-Jul-03 22:12 
GeneralVC++ dialog box Pin
IT_student22-Jul-03 19:38
IT_student22-Jul-03 19:38 
GeneralRe: VC++ dialog box Pin
Bob Stanneveld23-Jul-03 2:15
Bob Stanneveld23-Jul-03 2:15 
Generalextracting frames from mpeg1 Pin
ram_chus22-Jul-03 19:27
ram_chus22-Jul-03 19:27 
GeneralDatabase Creation in Windows2000Prg Pin
ValliS22-Jul-03 18:51
ValliS22-Jul-03 18:51 
GeneralRe: Database Creation in Windows2000Prg Pin
PJ Arends22-Jul-03 19:47
professionalPJ Arends22-Jul-03 19:47 
GeneralRe: Database Creation in Windows2000Prg Pin
ValliS22-Jul-03 23:18
ValliS22-Jul-03 23:18 
GeneralVisual C++ .NET troubles Pin
User 665822-Jul-03 14:12
User 665822-Jul-03 14:12 
GeneralRe: Visual C++ .NET troubles Pin
Anders Molin22-Jul-03 14:51
professionalAnders Molin22-Jul-03 14:51 
GeneralRe: Visual C++ .NET troubles Pin
User 665823-Jul-03 1:15
User 665823-Jul-03 1:15 
GeneralRe: Visual C++ .NET troubles Pin
Michael Dunn22-Jul-03 15:19
sitebuilderMichael Dunn22-Jul-03 15:19 
GeneralRe: Visual C++ .NET troubles Pin
User 665823-Jul-03 1:17
User 665823-Jul-03 1:17 
GeneralGetting the edit window that currently has focus Pin
Kuniva22-Jul-03 13:47
Kuniva22-Jul-03 13:47 
GeneralRe: Getting the edit window that currently has focus Pin
Ryan Binns22-Jul-03 17:32
Ryan Binns22-Jul-03 17:32 

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.