Click here to Skip to main content
15,891,253 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to diable ok button of property sheet Pin
o.sanchez9-Jul-06 21:03
o.sanchez9-Jul-06 21:03 
AnswerRe: How to diable ok button of property sheet Pin
Naveen9-Jul-06 20:53
Naveen9-Jul-06 20:53 
AnswerRe: How to diable ok button of property sheet Pin
ThatsAlok9-Jul-06 21:01
ThatsAlok9-Jul-06 21:01 
QuestionUsing check box in Dialog Pin
sdhtyjnniutnbjnhbghb9-Jul-06 20:18
sdhtyjnniutnbjnhbghb9-Jul-06 20:18 
AnswerRe: Using check box in Dialog [modified] Pin
Naveen9-Jul-06 20:27
Naveen9-Jul-06 20:27 
AnswerRe: Using check box in Dialog Pin
Hamid_RT9-Jul-06 20:27
Hamid_RT9-Jul-06 20:27 
AnswerRe: Using check box in Dialog Pin
FarPointer9-Jul-06 20:48
FarPointer9-Jul-06 20:48 
QuestionActivating global function Pin
AlonYair9-Jul-06 20:05
AlonYair9-Jul-06 20:05 
Hi,
I'm trying to activate a global function for several times (template function).
The only way I can figure how to do it is through a global variable, e.g.:
int dummy = SomeGlobalFunc();
I've wrapped this global variable definition with a preprocessed macro because I want to call the global function several times and for that I need to define a different global variable each time.
The problem is how to define a global variable with a different name each time (I can't use the predefined __COUNTER__ of VS beacause I need this code to be portable).

thanks,
Alon.
AnswerRe: Activating global function Pin
Viorel.9-Jul-06 22:29
Viorel.9-Jul-06 22:29 
GeneralRe: Activating global function Pin
AlonYair9-Jul-06 23:07
AlonYair9-Jul-06 23:07 
GeneralRe: Activating global function Pin
Viorel.9-Jul-06 23:40
Viorel.9-Jul-06 23:40 
GeneralRe: Activating global function Pin
AlonYair10-Jul-06 3:22
AlonYair10-Jul-06 3:22 
GeneralRe: Activating global function Pin
Viorel.10-Jul-06 3:43
Viorel.10-Jul-06 3:43 
QuestionStructure and CPtrList Pin
Anu_Bala9-Jul-06 19:58
Anu_Bala9-Jul-06 19:58 
AnswerRe: Structure and CPtrList Pin
Sarath C9-Jul-06 21:02
Sarath C9-Jul-06 21:02 
Questionedit box with read only properties and color text Pin
Manjunath S9-Jul-06 19:56
Manjunath S9-Jul-06 19:56 
AnswerRe: edit box with read only properties and color text Pin
Naveen9-Jul-06 20:08
Naveen9-Jul-06 20:08 
QuestionRe: edit box with read only properties and color text Pin
Manjunath S9-Jul-06 21:01
Manjunath S9-Jul-06 21:01 
AnswerRe: edit box with read only properties and color text Pin
Naveen9-Jul-06 21:23
Naveen9-Jul-06 21:23 
AnswerRe: edit box with read only properties and color text Pin
Hamid_RT9-Jul-06 21:32
Hamid_RT9-Jul-06 21:32 
AnswerRe: edit box with read only properties and color text Pin
Hamid_RT9-Jul-06 20:23
Hamid_RT9-Jul-06 20:23 
QuestionCreating Win32 DLL in Vs.Net Pin
Abhi Lahare9-Jul-06 19:56
Abhi Lahare9-Jul-06 19:56 
AnswerRe: Creating Win32 DLL in Vs.Net Pin
AlonYair9-Jul-06 20:13
AlonYair9-Jul-06 20:13 
GeneralRe: Creating Win32 DLL in Vs.Net Pin
Abhi Lahare10-Jul-06 18:51
Abhi Lahare10-Jul-06 18:51 
AnswerRe: Creating Win32 DLL in Vs.Net Pin
Hamid_RT9-Jul-06 20:25
Hamid_RT9-Jul-06 20:25 

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.