Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem with unicode and XML Pin
Alois Kraus12-Nov-02 21:47
Alois Kraus12-Nov-02 21:47 
GeneralRe: problem with unicode and XML Pin
Anonymous12-Nov-02 22:47
Anonymous12-Nov-02 22:47 
GeneralRe: problem with unicode and XML Pin
Alois Kraus13-Nov-02 7:06
Alois Kraus13-Nov-02 7:06 
GeneralRe: problem with unicode and XML Pin
Ernesto Perales Soto13-Nov-02 14:03
Ernesto Perales Soto13-Nov-02 14:03 
GeneralCommandBars missing... Pin
Daniel Strigl12-Nov-02 20:38
Daniel Strigl12-Nov-02 20:38 
GeneralInt2Type Generic Programming :: C++ Pin
valikac12-Nov-02 20:34
valikac12-Nov-02 20:34 
GeneralRe: Int2Type Generic Programming :: C++ Pin
Christian Graus12-Nov-02 20:48
protectorChristian Graus12-Nov-02 20:48 
GeneralRe: Int2Type Generic Programming :: C++ Pin
Joaquín M López Muñoz12-Nov-02 21:49
Joaquín M López Muñoz12-Nov-02 21:49 
It is not entirely clear to me what you're after. Anyway, the lines of code
TypeA myType;
myType = WIN;

XYZ<MyClass, myType> zyx;
can't compile because template parameters must be either types (classes, primitive types) or compile-time constants. If you want to hold a variable, pass it on to the object in its constructor. If you specify with a little more detail your problem maybe I can be of any real help Smile | :)

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Int2Type Generic Programming :: C++ Pin
valikac13-Nov-02 11:11
valikac13-Nov-02 11:11 
GeneralRe: Int2Type Generic Programming :: C++ Pin
Joaquín M López Muñoz13-Nov-02 11:17
Joaquín M López Muñoz13-Nov-02 11:17 
GeneralRe: Int2Type Generic Programming :: C++ Pin
valikac13-Nov-02 11:29
valikac13-Nov-02 11:29 
GeneralRe: Int2Type Generic Programming :: C++ Pin
Joaquín M López Muñoz13-Nov-02 11:44
Joaquín M López Muñoz13-Nov-02 11:44 
GeneralRe: Int2Type Generic Programming :: C++ Pin
valikac13-Nov-02 12:17
valikac13-Nov-02 12:17 
Questionlightweight replacement for std::vector? Pin
Chris Losinger12-Nov-02 20:12
professionalChris Losinger12-Nov-02 20:12 
AnswerRe: lightweight replacement for std::vector? Pin
Joaquín M López Muñoz12-Nov-02 21:28
Joaquín M López Muñoz12-Nov-02 21:28 
GeneralRe: lightweight replacement for std::vector? Pin
Chris Losinger13-Nov-02 5:13
professionalChris Losinger13-Nov-02 5:13 
AnswerRe: lightweight replacement for std::vector? Pin
peterchen12-Nov-02 23:38
peterchen12-Nov-02 23:38 
GeneralRe: lightweight replacement for std::vector? Pin
Chris Losinger13-Nov-02 5:15
professionalChris Losinger13-Nov-02 5:15 
AnswerRe: lightweight replacement for std::vector? Pin
Tim Smith13-Nov-02 6:20
Tim Smith13-Nov-02 6:20 
QuestionHow to chk dialog instance Pin
Prateeti12-Nov-02 19:48
Prateeti12-Nov-02 19:48 
Generalget 2 menus at same time Pin
includeh1012-Nov-02 18:11
includeh1012-Nov-02 18:11 
GeneralRe: get 2 menus at same time Pin
Maximilien13-Nov-02 3:12
Maximilien13-Nov-02 3:12 
GeneralSetting Color background in CClientDC Pin
WayneJ12-Nov-02 17:45
WayneJ12-Nov-02 17:45 
GeneralRe: Setting Color background in CClientDC Pin
dabs13-Nov-02 0:13
dabs13-Nov-02 0:13 
Generalsimple listctrl doubt Pin
fordge12-Nov-02 17:17
fordge12-Nov-02 17:17 

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.