Click here to Skip to main content
15,913,453 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to search database usig ado in vc++?? Pin
toxcct27-Jun-05 1:19
toxcct27-Jun-05 1:19 
GeneralRe: how to search database usig ado in vc++?? Pin
Phil J Pearson27-Jun-05 1:39
Phil J Pearson27-Jun-05 1:39 
AnswerRe: how to search database usig ado in vc++?? Pin
toxcct27-Jun-05 1:30
toxcct27-Jun-05 1:30 
GeneralT h r e a d s a r e t h r e a d i n g ! ! Pin
Sreekanth Muralidharan26-Jun-05 23:43
Sreekanth Muralidharan26-Jun-05 23:43 
GeneralRe: T h r e a d s a r e t h r e a d i n g ! ! Pin
ThatsAlok26-Jun-05 23:56
ThatsAlok26-Jun-05 23:56 
GeneralRe: T h r e a d s a r e t h r e a d i n g ! ! Pin
Sreekanth Muralidharan28-Jun-05 20:30
Sreekanth Muralidharan28-Jun-05 20:30 
GeneralRe: T h r e a d s a r e t h r e a d i n g ! ! Pin
ThatsAlok28-Jun-05 22:38
ThatsAlok28-Jun-05 22:38 
GeneralRe: T h r e a d s a r e t h r e a d i n g ! ! Pin
Sreekanth Muralidharan29-Jun-05 19:59
Sreekanth Muralidharan29-Jun-05 19:59 
GeneralRe: T h r e a d s a r e t h r e a d i n g ! ! Pin
ThatsAlok29-Jun-05 20:33
ThatsAlok29-Jun-05 20:33 
GeneralRe: T h r e a d s a r e t h r e a d i n g ! ! Pin
Cedric Moonen27-Jun-05 0:00
Cedric Moonen27-Jun-05 0:00 
GeneralRe: T h r e a d s a r e t h r e a d i n g ! ! Pin
Sreekanth Muralidharan28-Jun-05 20:29
Sreekanth Muralidharan28-Jun-05 20:29 
Generala problem about showing tooltips of the toolbar Pin
benben26-Jun-05 23:16
benben26-Jun-05 23:16 
GeneralRe: a problem about showing tooltips of the toolbar Pin
Rage27-Jun-05 1:16
professionalRage27-Jun-05 1:16 
GeneralRe: Thank your very much! Pin
benben27-Jun-05 19:01
benben27-Jun-05 19:01 
GeneralON_WM_TIMER Pin
bartvandiepen26-Jun-05 23:14
bartvandiepen26-Jun-05 23:14 
GeneralRe: ON_WM_TIMER Pin
S. Senthil Kumar26-Jun-05 23:54
S. Senthil Kumar26-Jun-05 23:54 
GeneralRe: ON_WM_TIMER Pin
bartvandiepen27-Jun-05 2:46
bartvandiepen27-Jun-05 2:46 
GeneralRe: ON_WM_TIMER Pin
FlyingTinman27-Jun-05 14:07
FlyingTinman27-Jun-05 14:07 
Questiondoes BHO have max memory limit? Pin
petevam26-Jun-05 23:04
petevam26-Jun-05 23:04 
Hi,

I've trying to create a browser helper object (BHO) for explorer. I've got a main "manager" class that initializes two objects. Each of these uses an simple XML parser (using MSXML). Now, when parsing XML files, I want to store the results to a struct array (not a class). The struct array is in turn comprised of a few other struct arrays. All mem allocation is static, only the topmost parent struct array is dynamically allocated. That's where the problem is: When I allocate (using new) the struct arr in the first object, its ok. Then when I init the second obj, the new fails and crushes the explorer. I did a simple test in the second obj:

int *i = new int[x];

when x is <255 it's ok. if x>=255 then it crashes (and of course, my struct arr is bigger than 255*sizeof(int) bytes). I don't think I have any serious mem leaks in the code before this.

Has anyone seen this before? Is there a memory limit imposed by explorer (unlikely as it sounds)? I would appreciate any comments.

Thanks,
Pete
GeneralEditing flexgrid Pin
emmatty26-Jun-05 22:27
emmatty26-Jun-05 22:27 
GeneralRe: Editing flexgrid Pin
erkanina28-Jun-05 2:11
erkanina28-Jun-05 2:11 
GeneralHey Guys Its me Psycho the Newbie again *DOH* Pin
Psych0hans26-Jun-05 22:04
Psych0hans26-Jun-05 22:04 
GeneralRe: Hey Guys Its me Psycho the Newbie again *DOH* Pin
One Stone26-Jun-05 22:06
One Stone26-Jun-05 22:06 
GeneralRe: Hey Guys Its me Psycho the Newbie again *DOH* Pin
Psych0hans26-Jun-05 22:11
Psych0hans26-Jun-05 22:11 
GeneralRe: Hey Guys Its me Psycho the Newbie again *DOH* Pin
Rahim Rattani26-Jun-05 22:13
Rahim Rattani26-Jun-05 22:13 

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.