Click here to Skip to main content
16,004,890 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Redistributing Files(.ocx) Problem Pin
ashishbhatt16-Nov-07 21:55
ashishbhatt16-Nov-07 21:55 
GeneralRe: Redistributing Files(.ocx) Problem Pin
bob1697217-Nov-07 4:45
bob1697217-Nov-07 4:45 
QuestionDeployment of MFC application on to Linux machine? Pin
H4u3216-Nov-07 18:06
H4u3216-Nov-07 18:06 
AnswerRe: Deployment of MFC application on to Linux machine? Pin
ThatsAlok17-Nov-07 0:11
ThatsAlok17-Nov-07 0:11 
AnswerRe: Deployment of MFC application on to Linux machine? Pin
JudyL_MD17-Nov-07 8:02
JudyL_MD17-Nov-07 8:02 
AnswerRe: Deployment of MFC application on to Linux machine? Pin
mav@octaval18-Nov-07 11:50
mav@octaval18-Nov-07 11:50 
QuestionZLib Compatibility problem in VISTA Pin
neha.agarwal2716-Nov-07 17:47
neha.agarwal2716-Nov-07 17:47 
QuestionRe: ZLib Compatibility problem in VISTA Pin
bob1697217-Nov-07 5:02
bob1697217-Nov-07 5:02 
Your attempt to decompress/compress an .exe gives the error, or trying to run the .exe gives the error?

Where are you compressing/decompressing the files to?
Is the compress/decompress being run on the Vista box?

Is UAC turned on? Is File Virtualization active?
Are you an administrator or user?

Are you deleting the old .exe to verify current attempts are generating files? Sometimes, if the file write is failing and there was previous file from a previous test in the directory I'm trying to create it to, it's easy to think the old file is the newly created on from the last attempt.

Are you sure it's Vista or is it because your running it on another machine with a different initial memory at locations of your pointers. Sometimes, if you fail to initialize pointers, and the program is run in the same context on many boxes with the same ghost image, you'll get lucky and the memory that just happens to be lying at the location of a pointer is null, you get by for months until someone runs it on a different context, different box with a different OS, etc...

It's usually time well spent to check your pointer initializations when code seems to work fine on one set of boxes then acts strange on other images or boxes.

Just some thoughts.
AnswerRe: ZLib Compatibility problem in VISTA Pin
Moak18-Nov-07 12:28
Moak18-Nov-07 12:28 
QuestionHow to get data from CString object Pin
Max++16-Nov-07 17:41
Max++16-Nov-07 17:41 
AnswerRe: How to get data from CString object Pin
followait16-Nov-07 19:44
followait16-Nov-07 19:44 
AnswerRe: How to get data from CString object Pin
chandu00416-Nov-07 21:04
chandu00416-Nov-07 21:04 
AnswerRe: How to get data from CString object Pin
ThatsAlok17-Nov-07 0:14
ThatsAlok17-Nov-07 0:14 
QuestionHow to update the screen continuously when I keep the key pressing [modified] Pin
followait16-Nov-07 17:41
followait16-Nov-07 17:41 
QuestionRe: How to update the screen continuously when I keep the key pressing Pin
Hamid_RT16-Nov-07 21:04
Hamid_RT16-Nov-07 21:04 
AnswerRe: How to update the screen continuously when I keep the key pressing [modified] Pin
followait17-Nov-07 0:52
followait17-Nov-07 0:52 
GeneralRe: How to update the screen continuously when I keep the key pressing Pin
Nelek18-Nov-07 22:09
protectorNelek18-Nov-07 22:09 
GeneralRe: How to update the screen continuously when I keep the key pressing Pin
followait19-Nov-07 3:40
followait19-Nov-07 3:40 
GeneralRe: How to update the screen continuously when I keep the key pressing Pin
Nelek19-Nov-07 21:44
protectorNelek19-Nov-07 21:44 
GeneralRe: How to update the screen continuously when I keep the key pressing Pin
followait20-Nov-07 1:40
followait20-Nov-07 1:40 
QuestionDifferent displays on two computers with same screen resolution. [modified] Pin
followait16-Nov-07 16:57
followait16-Nov-07 16:57 
AnswerRe: Different displays on two computers with same screen resolution. Pin
Nelek18-Nov-07 22:07
protectorNelek18-Nov-07 22:07 
Questiona pointer i can not delete! Pin
King Tran16-Nov-07 16:17
King Tran16-Nov-07 16:17 
AnswerRe: a pointer i can not delete! Pin
followait16-Nov-07 17:09
followait16-Nov-07 17:09 
AnswerRe: a pointer i can not delete! Pin
Jheriko++17-Nov-07 16:00
Jheriko++17-Nov-07 16:00 

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.