Click here to Skip to main content
15,904,817 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to change the Background color of AfxMessageBox? Pin
LaHaHa28-Dec-05 18:39
LaHaHa28-Dec-05 18:39 
GeneralRe: How to change the Background color of AfxMessageBox? Pin
Owner drawn28-Dec-05 18:44
Owner drawn28-Dec-05 18:44 
GeneralRe: How to change the Background color of AfxMessageBox? Pin
LaHaHa28-Dec-05 20:32
LaHaHa28-Dec-05 20:32 
QuestionHow to Write a function which will execute before the main function in C! No Pragma's! Pin
Owner drawn28-Dec-05 17:17
Owner drawn28-Dec-05 17:17 
AnswerRe: How to Write a function which will execute before the main function in C! No Pragma's! Pin
Prakash Nadar28-Dec-05 17:23
Prakash Nadar28-Dec-05 17:23 
GeneralRe: How to Write a function which will execute before the main function in C! No Pragma's! Pin
Owner drawn28-Dec-05 17:42
Owner drawn28-Dec-05 17:42 
GeneralRe: How to Write a function which will execute before the main function in C! No Pragma's! Pin
Prakash Nadar28-Dec-05 17:42
Prakash Nadar28-Dec-05 17:42 
GeneralRe: How to Write a function which will execute before the main function in C! No Pragma's! Pin
yourbuddy7728-Dec-05 17:45
yourbuddy7728-Dec-05 17:45 
GeneralRe: How to Write a function which will execute before the main function in C! No Pragma's! Pin
Prakash Nadar28-Dec-05 17:52
Prakash Nadar28-Dec-05 17:52 
QuestionBut how to call it before main is called... Pin
Owner drawn28-Dec-05 17:53
Owner drawn28-Dec-05 17:53 
AnswerRe: How to Write a function which will execute before the main function in C! No Pragma's! Pin
vikas amin28-Dec-05 18:25
vikas amin28-Dec-05 18:25 
GeneralRe: How to Write a function which will execute before the main function in C! No Pragma's! Pin
Owner drawn28-Dec-05 18:36
Owner drawn28-Dec-05 18:36 
GeneralRe: How to Write a function which will execute before the main function in C! No Pragma's! Pin
vikas amin28-Dec-05 19:05
vikas amin28-Dec-05 19:05 
GeneralNot the answer that I wanted... Pin
Owner drawn28-Dec-05 19:14
Owner drawn28-Dec-05 19:14 
GeneralRe: Not the answer that I wanted... Pin
vikas amin28-Dec-05 20:31
vikas amin28-Dec-05 20:31 
GeneralRe: Not the answer that I wanted... Pin
Owner drawn28-Dec-05 20:55
Owner drawn28-Dec-05 20:55 
GeneralRe: Not the answer that I wanted... Pin
vikas amin28-Dec-05 22:18
vikas amin28-Dec-05 22:18 
GeneralRe: Not the answer that I wanted... Pin
Owner drawn29-Dec-05 16:54
Owner drawn29-Dec-05 16:54 
QuestionMFC + VC2005 Express? Pin
SPB_BR28-Dec-05 17:08
SPB_BR28-Dec-05 17:08 
QuestionHow to change the Background color of Progress Bar Pin
LaHaHa28-Dec-05 15:38
LaHaHa28-Dec-05 15:38 
AnswerRe: How to change the Background color of Progress Bar Pin
Owner drawn28-Dec-05 16:28
Owner drawn28-Dec-05 16:28 
GeneralRe: How to change the Background color of Progress Bar Pin
LaHaHa28-Dec-05 17:34
LaHaHa28-Dec-05 17:34 
GeneralRe: How to change the Background color of Progress Bar Pin
Owner drawn28-Dec-05 18:06
Owner drawn28-Dec-05 18:06 
QuestionMulti-byte Program access UNICODE DLL Pin
FFKONG28-Dec-05 15:30
FFKONG28-Dec-05 15:30 
QuestionHowto Run win32 console c++ app. in a machine without VS 2003? Pin
sree8228-Dec-05 11:32
sree8228-Dec-05 11:32 
Hello all,

I have a working win32 console c++ application. I developed the application
in a machine(XP Professional) which had an installed copy of visual studio
.NET 2003.

now my question is this? Is there a way in which I can statically load all
the required libaries into the executable while building it itself, such th
at i can just grab the executable and run it in another machine(windows XP P
rofessional, but does not have visual Studio .NET 2003 installed)??

Or does every system that executes the c++ application, needs to have a co
py of VS.NET 2003 installed?

Or is there any other alternative?

Kindly help me out. It's kinda urgent.


Sree

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.