Click here to Skip to main content
15,918,243 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: How to show the SIP automaticly at startup? Pin
Daniel Strigl5-Apr-03 23:00
Daniel Strigl5-Apr-03 23:00 
GeneralDatatype Misalignment Pin
PaulJ3-Apr-03 10:33
PaulJ3-Apr-03 10:33 
GeneralRe: Datatype Misalignment Pin
Jonas Larsson4-Apr-03 2:17
Jonas Larsson4-Apr-03 2:17 
GeneralUnable to free memory in the destructor of a class exported in a dll. Pls Help Pin
Anand Vinod3-Apr-03 4:12
Anand Vinod3-Apr-03 4:12 
GeneralRe: Unable to free memory in the destructor of a class exported in a dll. Pls Help Pin
João Paulo Figueira3-Apr-03 5:02
professionalJoão Paulo Figueira3-Apr-03 5:02 
GeneralRe: Unable to free memory in the destructor of a class exported in a dll. Pls Help Pin
Anand Vinod3-Apr-03 23:59
Anand Vinod3-Apr-03 23:59 
GeneralRe: Unable to free memory in the destructor of a class exported in a dll. Pls Help Pin
João Paulo Figueira4-Apr-03 1:36
professionalJoão Paulo Figueira4-Apr-03 1:36 
GeneralRe: Unable to free memory in the destructor of a class exported in a dll. Pls Help Pin
João Paulo Figueira4-Apr-03 1:45
professionalJoão Paulo Figueira4-Apr-03 1:45 
Well, I think my recent post might actually be a good starting point. You see, MFC does redefine operator new in afxmem.cpp. Looking at the code you can see that there are special provisions for when you are using MFC in a shared DLL. As a matter of fact, operator new is implemented in the MFC DLL (if you are using it at all). So this might be the source of your problems: your app is using one operator new and your DLL is using another... Eek! | :eek:
GeneralDate Time Picket in a PropertyPage... Pin
Joshua Guy3-Apr-03 3:34
Joshua Guy3-Apr-03 3:34 
GeneralRe: Date Time Picket in a PropertyPage... Pin
João Paulo Figueira3-Apr-03 3:47
professionalJoão Paulo Figueira3-Apr-03 3:47 
GeneralRe: Date Time Picket in a PropertyPage... Pin
Joshua Guy3-Apr-03 4:53
Joshua Guy3-Apr-03 4:53 
GeneralList Control with Check box option Pin
Kyle P1-Apr-03 15:25
Kyle P1-Apr-03 15:25 
GeneralCompareItem Pin
Anthony988731-Mar-03 3:25
Anthony988731-Mar-03 3:25 
GeneralCreating a simple CSV file Pin
PaulJ27-Mar-03 11:10
PaulJ27-Mar-03 11:10 
GeneralRe: Creating a simple CSV file Pin
João Paulo Figueira27-Mar-03 12:07
professionalJoão Paulo Figueira27-Mar-03 12:07 
GeneralRe: Creating a simple CSV file Pin
UKTrebor10-Apr-03 4:52
UKTrebor10-Apr-03 4:52 
GeneralDisplay objects of the same type Pin
Mariz27-Mar-03 8:15
Mariz27-Mar-03 8:15 
GeneralRe: Display objects of the same type Pin
João Paulo Figueira27-Mar-03 12:02
professionalJoão Paulo Figueira27-Mar-03 12:02 
GeneralCWindow over CView Pin
Mariz27-Mar-03 7:59
Mariz27-Mar-03 7:59 
GeneralGetSystemPowerStatusEx() Pin
Joshua Guy27-Mar-03 6:18
Joshua Guy27-Mar-03 6:18 
GeneralRe: GetSystemPowerStatusEx() Pin
MiteK19818-May-09 0:31
MiteK19818-May-09 0:31 
Generalhtml control as an output window Pin
benjymous26-Mar-03 5:06
benjymous26-Mar-03 5:06 
GeneralRe: html control as an output window Pin
João Paulo Figueira26-Mar-03 7:18
professionalJoão Paulo Figueira26-Mar-03 7:18 
GeneralRe: html control as an output window Pin
benjymous26-Mar-03 7:31
benjymous26-Mar-03 7:31 
GeneralRe: html control as an output window Pin
João Paulo Figueira26-Mar-03 8:31
professionalJoão Paulo Figueira26-Mar-03 8:31 

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.