Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMultimedia netwok Pin
21-Jun-02 8:32
suss21-Jun-02 8:32 
GeneralRe: Multimedia netwok Pin
dazinith21-Jun-02 8:36
dazinith21-Jun-02 8:36 
GeneralRe: Multimedia netwok Pin
Anonymous10-Oct-02 6:06
Anonymous10-Oct-02 6:06 
GeneralTemplate Troubles (Solved) Pin
Raskolnikov21-Jun-02 8:32
Raskolnikov21-Jun-02 8:32 
GeneralRe: Template Troubles Pin
sultan_of_6string21-Jun-02 9:04
sultan_of_6string21-Jun-02 9:04 
GeneralRe: Template Troubles Pin
redeemer21-Jun-02 12:57
redeemer21-Jun-02 12:57 
GeneralRe: Template Troubles Pin
sultan_of_6string21-Jun-02 15:51
sultan_of_6string21-Jun-02 15:51 
GeneralRe: Template Troubles Pin
jbarton21-Jun-02 10:36
jbarton21-Jun-02 10:36 
First, you probably should send the source again with the "Display this message as-is (no HTML)" checked, so that it can be read.

Second, you need to have the template code available when you are compiling main.cpp - if you just have the template code in test.cpp but no actual code using it for a specific type, nothing gets expanded. Typically, you would put your template code in the test.h include file. You should not have a test.cpp file for this template class. Any source file that needs to use the templated class can then include test.h, and the templated functions will be expanded as needed.

Best regards,
John
GeneralRe: Template Troubles (Solved) Pin
Raskolnikov21-Jun-02 13:27
Raskolnikov21-Jun-02 13:27 
GeneralRe: Template Troubles (Solved) Pin
Paul M Watt21-Jun-02 18:30
mentorPaul M Watt21-Jun-02 18:30 
GeneralRe: Template Troubles (Solved) Pin
Tim Smith22-Jun-02 4:56
Tim Smith22-Jun-02 4:56 
GeneralRe: Template Troubles (Solved) Pin
Raskolnikov22-Jun-02 10:09
Raskolnikov22-Jun-02 10:09 
Generalimage copying problem Pin
SilentWarrior21-Jun-02 8:12
SilentWarrior21-Jun-02 8:12 
GeneralRe: image copying problem Pin
Speedy21-Jun-02 11:33
Speedy21-Jun-02 11:33 
GeneralConfused about Bound sockets and deamons Pin
Jason Hihn21-Jun-02 7:51
Jason Hihn21-Jun-02 7:51 
GeneralRe: Confused about Bound sockets and deamons Pin
21-Jun-02 10:28
suss21-Jun-02 10:28 
GeneralRe: Confused about Bound sockets and deamons Pin
jferrell121123-Jun-02 3:37
jferrell121123-Jun-02 3:37 
GeneralSend Message WM_CLOSE Pin
MyEden21-Jun-02 7:16
MyEden21-Jun-02 7:16 
GeneralRe: Send Message WM_CLOSE Pin
21-Jun-02 9:34
suss21-Jun-02 9:34 
GeneralRe: Send Message WM_CLOSE Pin
MyEden21-Jun-02 22:01
MyEden21-Jun-02 22:01 
GeneralMySql++ Pin
klawipo21-Jun-02 6:37
klawipo21-Jun-02 6:37 
GeneralA printing problem Pin
Vincent Ye21-Jun-02 6:08
Vincent Ye21-Jun-02 6:08 
GeneralRe: A printing problem Pin
Carlos Antollini21-Jun-02 6:23
Carlos Antollini21-Jun-02 6:23 
GeneralRe: A printing problem Pin
Roger Allen21-Jun-02 6:27
Roger Allen21-Jun-02 6:27 
GeneralRe: A printing problem Pin
Vincent Ye21-Jun-02 9:02
Vincent Ye21-Jun-02 9:02 

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.