Click here to Skip to main content
15,908,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionOwner Drawn Pin
BlitzPackage28-Oct-06 13:28
BlitzPackage28-Oct-06 13:28 
AnswerRe: Owner Drawn Pin
Christian Graus28-Oct-06 13:37
protectorChristian Graus28-Oct-06 13:37 
GeneralRe: Owner Drawn Pin
BlitzPackage28-Oct-06 13:41
BlitzPackage28-Oct-06 13:41 
GeneralRe: Owner Drawn Pin
Jörgen Sigvardsson29-Oct-06 9:17
Jörgen Sigvardsson29-Oct-06 9:17 
AnswerRe: Owner Drawn Pin
peterchen29-Oct-06 4:18
peterchen29-Oct-06 4:18 
QuestionRasSetEntryProperties runtime error. Access Violation Pin
cfo5ter28-Oct-06 11:11
cfo5ter28-Oct-06 11:11 
AnswerRe: RasSetEntryProperties runtime error. Access Violation Pin
PJ Arends28-Oct-06 11:46
professionalPJ Arends28-Oct-06 11:46 
AnswerRe: RasSetEntryProperties runtime error. Access Violation Pin
PJ Arends28-Oct-06 11:56
professionalPJ Arends28-Oct-06 11:56 
Also I noticed that you are not setting all the RASENTRY variables that you are not using to zero. They will have random values in them and that could also be the cause of your problem.
LPRASENTRY myRasEntry = new RASENTRY;
memset (myRasEntry, 0, sizeof(RASENTRY); // zero out the structure
...



You may be right
I may be crazy
-- Billy Joel --


Within you lies the power for good, use it!!!

GeneralRe: RasSetEntryProperties runtime error. Access Violation Pin
cfo5ter28-Oct-06 12:40
cfo5ter28-Oct-06 12:40 
GeneralRe: RasSetEntryProperties runtime error. Access Violation Pin
PJ Arends28-Oct-06 12:49
professionalPJ Arends28-Oct-06 12:49 
GeneralRe: RasSetEntryProperties runtime error. Access Violation Pin
cfo5ter28-Oct-06 13:19
cfo5ter28-Oct-06 13:19 
GeneralRe: RasSetEntryProperties runtime error. Access Violation Pin
PJ Arends28-Oct-06 21:31
professionalPJ Arends28-Oct-06 21:31 
Questioncombining chars Pin
legit28-Oct-06 9:42
legit28-Oct-06 9:42 
AnswerRe: combining chars Pin
Mohammad A Gdeisat28-Oct-06 10:28
Mohammad A Gdeisat28-Oct-06 10:28 
GeneralRe: combining chars Pin
Mark Salsbery29-Oct-06 7:38
Mark Salsbery29-Oct-06 7:38 
GeneralRe: combining chars Pin
Mohammad A Gdeisat29-Oct-06 10:18
Mohammad A Gdeisat29-Oct-06 10:18 
AnswerRe: combining chars Pin
S Douglas28-Oct-06 22:52
professionalS Douglas28-Oct-06 22:52 
AnswerRe: combining chars Pin
Mark Salsbery29-Oct-06 6:42
Mark Salsbery29-Oct-06 6:42 
QuestionLoad image Pin
Kiethnt28-Oct-06 8:55
Kiethnt28-Oct-06 8:55 
AnswerRe: Load image Pin
Hamid_RT28-Oct-06 9:09
Hamid_RT28-Oct-06 9:09 
QuestionDynamic Context Menus Pin
Mohammad A Gdeisat28-Oct-06 7:25
Mohammad A Gdeisat28-Oct-06 7:25 
AnswerRe: Dynamic Context Menus Pin
Mark Salsbery28-Oct-06 8:35
Mark Salsbery28-Oct-06 8:35 
GeneralRe: Dynamic Context Menus Pin
Mohammad A Gdeisat28-Oct-06 9:36
Mohammad A Gdeisat28-Oct-06 9:36 
GeneralRe: Dynamic Context Menus Pin
Mark Salsbery29-Oct-06 6:47
Mark Salsbery29-Oct-06 6:47 
AnswerRe: Dynamic Context Menus Pin
Hamid_RT28-Oct-06 8:37
Hamid_RT28-Oct-06 8:37 

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.