Click here to Skip to main content
15,899,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: consecutive sums Pin
Christian Graus19-Sep-01 16:32
protectorChristian Graus19-Sep-01 16:32 
QuestionHow do you remove help from a project? Pin
Cathy18-Sep-01 14:21
Cathy18-Sep-01 14:21 
AnswerRe: How do you remove help from a project? Pin
Tomasz Sowinski19-Sep-01 2:02
Tomasz Sowinski19-Sep-01 2:02 
GeneralRe: How do you remove help from a project? Pin
Cathy19-Sep-01 10:52
Cathy19-Sep-01 10:52 
Questionhelp, Implement Flashwindow like MNS Msg? Pin
OGIR18-Sep-01 12:30
OGIR18-Sep-01 12:30 
AnswerRe: help, Implement Flashwindow like MNS Msg? Pin
Michael P Butler18-Sep-01 22:21
Michael P Butler18-Sep-01 22:21 
Generalchar* as template parameter Pin
Aaron Schaefer18-Sep-01 12:22
Aaron Schaefer18-Sep-01 12:22 
GeneralRe: char* as template parameter Pin
Michael Dunn18-Sep-01 21:16
sitebuilderMichael Dunn18-Sep-01 21:16 
Const objects have internal linkage by default (meaning the object is only visible in that translation unit [.CPP file]). Template params cannot have internal linkage.
You may be able to fix the error by adding extern to the declaration, or putting the array in an unnamed namespace.
Also, check out my C++ FAQ - I just added a link to a template FAQ that covers this particular issue.

--Mike--
http://home.inreach.com/mdunn/
Ford: How would you react if I said that I'm not from Guildford after all, but from a small planet somewhere in the vicinity of Betelguese?
Arthur: I don't know. Why, do you think it's the sort of thing you're likely to say?
GeneralRe: char* as template parameter Pin
Aaron Schaefer19-Sep-01 3:48
Aaron Schaefer19-Sep-01 3:48 
GeneralDebug vs Release Pin
18-Sep-01 11:58
suss18-Sep-01 11:58 
GeneralRe: Debug vs Release Pin
Tomasz Sowinski19-Sep-01 1:06
Tomasz Sowinski19-Sep-01 1:06 
GeneralWin32 Printing Problems - 32character device names. Pin
Mike Doner18-Sep-01 11:19
Mike Doner18-Sep-01 11:19 
GeneralWin2000/XP Job Kernel Object Pin
18-Sep-01 11:12
suss18-Sep-01 11:12 
GeneralMFC Extension DLL Pin
sfanjoy18-Sep-01 10:56
sfanjoy18-Sep-01 10:56 
GeneralRe: MFC Extension DLL Pin
Tomasz Sowinski18-Sep-01 11:10
Tomasz Sowinski18-Sep-01 11:10 
GeneralExecuting a database macro from VC++ Pin
duggie18-Sep-01 10:55
duggie18-Sep-01 10:55 
GeneralRe: Executing a database macro from VC++ Pin
Carlos Antollini18-Sep-01 11:01
Carlos Antollini18-Sep-01 11:01 
GeneralRe: Executing a database macro from VC++ Pin
duggie18-Sep-01 11:11
duggie18-Sep-01 11:11 
GeneralRe: Executing a database macro from VC++ Pin
Carlos Antollini18-Sep-01 11:24
Carlos Antollini18-Sep-01 11:24 
GeneralRe: Executing a database macro from VC++ Pin
duggie19-Sep-01 4:01
duggie19-Sep-01 4:01 
GeneralRe: Executing a database macro from VC++ Pin
Carlos Antollini19-Sep-01 4:23
Carlos Antollini19-Sep-01 4:23 
GeneralRe: Executing a database macro from VC++ Pin
Todd Smith18-Sep-01 11:57
Todd Smith18-Sep-01 11:57 
GeneralRe: Executing a database macro from VC++ Pin
duggie19-Sep-01 4:06
duggie19-Sep-01 4:06 
GeneralRe: Executing a database macro from VC++ Pin
Steen Krogsgaard18-Sep-01 23:06
Steen Krogsgaard18-Sep-01 23:06 
GeneralPosition of SystemTray area Pin
Michael P Butler18-Sep-01 10:45
Michael P Butler18-Sep-01 10:45 

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.