Click here to Skip to main content
15,901,035 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Icon to Bitmap conversion Pin
Ed Gadziemski4-Jun-03 13:14
professionalEd Gadziemski4-Jun-03 13:14 
GeneralRe: Icon to Bitmap conversion Pin
Michael Dunn4-Jun-03 15:32
sitebuilderMichael Dunn4-Jun-03 15:32 
GeneralRe: Icon to Bitmap conversion Pin
Ed Gadziemski4-Jun-03 16:32
professionalEd Gadziemski4-Jun-03 16:32 
GeneralI'm a beginner.... Pin
Jhon29-May-03 15:08
Jhon29-May-03 15:08 
GeneralRe: I'm a beginner.... Pin
Anonymous29-May-03 16:51
Anonymous29-May-03 16:51 
GeneralRe: I'm a beginner.... Pin
geo_m30-May-03 22:20
geo_m30-May-03 22:20 
GeneralRe: I'm a beginner.... Pin
sunjohn1-Jun-03 22:43
sunjohn1-Jun-03 22:43 
GeneralCompilation Error on map Pin
projyal27-May-03 21:16
projyal27-May-03 21:16 
Hi
I'm getting the following error:
parse error before ';' for the following program. It is a stripped down version.
<<header file>>
template <class T>
class C
{
private:
......
protected:
typedef struct _slot
{
T* obj;
int l;
} slot;
public:
........
};

template class C <char*> //forced instantiation.
<<cpp file>>

template <class T>
int C<T>::func(T* obj,int id)
{
slot* s = new slot; //This works.
.....
map<int,slot<T>*>::iterator it; //I get the error here <-------
....
}

Any idea ?

cheers
Projyal
GeneralRe: Compilation Error on map Pin
projyal27-May-03 22:05
projyal27-May-03 22:05 
GeneralRe: Compilation Error on map Pin
Joaquín M López Muñoz28-May-03 2:30
Joaquín M López Muñoz28-May-03 2:30 
Generaladd a DIALOGBAR Pin
aguest27-May-03 19:37
aguest27-May-03 19:37 
GeneralWTL: CFrameWindow question Pin
João Paulo Figueira27-May-03 1:28
professionalJoão Paulo Figueira27-May-03 1:28 
QuestionHow to Implement &quot;Drag&quot; in List View without using MFC Pin
Pious26-May-03 22:00
Pious26-May-03 22:00 
AnswerRe: How to Implement &quot;Drag&quot; in List View without using MFC Pin
AlexO27-May-03 6:30
AlexO27-May-03 6:30 
QuestionATL CString in C++ .net/2003 - to export or not? Pin
Peter Weyzen26-May-03 18:45
Peter Weyzen26-May-03 18:45 
AnswerRe: ATL CString in C++ .net/2003 - to export or not? Pin
27-May-03 7:35
suss27-May-03 7:35 
GeneralWTL/STL Pin
bsanoop1726-May-03 7:30
bsanoop1726-May-03 7:30 
GeneralLong Atl Build-times Pin
Hugo Hallman25-May-03 11:07
Hugo Hallman25-May-03 11:07 
Generalerror C2065: 'ImageList_Read' : undeclared identifier Pin
szarea23-May-03 12:33
szarea23-May-03 12:33 
GeneralRe: error C2065: 'ImageList_Read' : undeclared identifier Pin
Tim Smith24-May-03 3:11
Tim Smith24-May-03 3:11 
GeneralVector Iterator Pin
ironhead23-May-03 4:10
ironhead23-May-03 4:10 
GeneralRe: Vector Iterator Pin
Joaquín M López Muñoz23-May-03 4:15
Joaquín M López Muñoz23-May-03 4:15 
GeneralRe: Vector Iterator Pin
ironhead23-May-03 13:40
ironhead23-May-03 13:40 
GeneralList view problem in Explorer like application Pin
Derick Cyril Thomas23-May-03 3:48
Derick Cyril Thomas23-May-03 3:48 
QuestionAbout Implement IDocHostUIHandler Interface funtion ShowContextMenu? Pin
Boyren20-May-03 4:49
Boyren20-May-03 4:49 

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.