Click here to Skip to main content
15,900,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GDI rendering on top of OpenGL Pin
Code-o-mat11-Dec-08 0:47
Code-o-mat11-Dec-08 0:47 
GeneralRe: GDI rendering on top of OpenGL Pin
Dave Calkins11-Dec-08 2:12
Dave Calkins11-Dec-08 2:12 
GeneralRe: GDI rendering on top of OpenGL Pin
Code-o-mat11-Dec-08 2:18
Code-o-mat11-Dec-08 2:18 
QuestionUDP socket and IP: Port [modified] Pin
nahitan10-Dec-08 9:32
nahitan10-Dec-08 9:32 
AnswerRe: UDP socket and IP: Port Pin
led mike10-Dec-08 10:10
led mike10-Dec-08 10:10 
GeneralRe: UDP socket and IP: Port Pin
nahitan10-Dec-08 10:27
nahitan10-Dec-08 10:27 
AnswerRe: UDP socket and IP: Port Pin
Code-o-mat10-Dec-08 10:27
Code-o-mat10-Dec-08 10:27 
QuestionHow to get OSVersion (C/C++ Non-.Net) Pin
Spacedmc10-Dec-08 8:31
Spacedmc10-Dec-08 8:31 
I'm hoping someone can help, I'm using a visual studio MSI file to deploy an applicaton that was written purely in C some time ago. I need to deploy the application without using the .Net framework in any way as it has to be deployed on a corporate XP build that doesn't have .net installed. I can get the application to install ok but when it comes to the reinstall I need to delete the previously installed directory along with its contents before the application can be reinstalled. I've created a custom action and will be placing the cleanup code inside a dll.

My current thinking is centered around:
1. Calling the dll cleanup function from a custom action (got this working)
2. Getting the OSVersion and current user's username (the install dir resides in the user's documents folder, don't know how to do this)
3. Using a switch case to delete the application folder and its contents (as it will be installed on XP and Vista)

I've been coding in C# for the last 3 years and haven't had much exposure to C/C++. If anyone can help me (suggestions or code Smile | :) )I'd be most grateful.

Cheers,
Drew
AnswerRe: How to get OSVersion (C/C++ Non-.Net) Pin
Jijo.Raj10-Dec-08 10:03
Jijo.Raj10-Dec-08 10:03 
QuestionSpeed problem with MDI Pin
Laan8210-Dec-08 7:19
Laan8210-Dec-08 7:19 
QuestionRe: Speed problem with MDI Pin
Mark Salsbery10-Dec-08 8:27
Mark Salsbery10-Dec-08 8:27 
AnswerRe: Speed problem with MDI Pin
led mike10-Dec-08 8:31
led mike10-Dec-08 8:31 
AnswerRe: Speed problem with MDI Pin
bob1697210-Dec-08 10:44
bob1697210-Dec-08 10:44 
AnswerRe: Speed problem with MDI Pin
bob1697210-Dec-08 10:47
bob1697210-Dec-08 10:47 
AnswerRe: Speed problem with MDI Pin
Laan8211-Dec-08 0:08
Laan8211-Dec-08 0:08 
Questionabout size of file Pin
indiraagandhi10-Dec-08 7:04
indiraagandhi10-Dec-08 7:04 
AnswerRe: about size of file Pin
David Crow10-Dec-08 7:39
David Crow10-Dec-08 7:39 
QuestionRe: about size of file Pin
CPallini10-Dec-08 7:59
mveCPallini10-Dec-08 7:59 
AnswerRe: about size of file Pin
indiraagandhi11-Dec-08 6:08
indiraagandhi11-Dec-08 6:08 
AnswerRe: about size of file Pin
Jijo.Raj10-Dec-08 8:20
Jijo.Raj10-Dec-08 8:20 
QuestionHow to modify Global System Menu? Pin
Jijo.Raj10-Dec-08 5:02
Jijo.Raj10-Dec-08 5:02 
JokeRe: How to modify Global System Menu? Pin
CPallini10-Dec-08 5:57
mveCPallini10-Dec-08 5:57 
JokeRe: How to modify Global System Menu? Pin
Jijo.Raj10-Dec-08 6:19
Jijo.Raj10-Dec-08 6:19 
GeneralRe: How to modify Global System Menu? Pin
CPallini10-Dec-08 7:57
mveCPallini10-Dec-08 7:57 
GeneralRe: How to modify Global System Menu? Pin
Jijo.Raj10-Dec-08 8:23
Jijo.Raj10-Dec-08 8:23 

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.