Click here to Skip to main content
15,896,285 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: ActiveX??? Pin
Paul Conrad22-Jul-07 19:44
professionalPaul Conrad22-Jul-07 19:44 
AnswerRe: ActiveX??? Pin
mcnam23-Jul-07 18:53
mcnam23-Jul-07 18:53 
GeneralRe: ActiveX??? Pin
User 21559723-Jul-07 21:10
User 21559723-Jul-07 21:10 
Questionneed documentation of tidyatl.dll Pin
turoi19-Jul-07 6:04
turoi19-Jul-07 6:04 
QuestionOnComm Events in MSCOMM OCX control Pin
AmarjeetSinghMatharu13-Jul-07 18:40
AmarjeetSinghMatharu13-Jul-07 18:40 
AnswerRe: OnComm Events in MSCOMM OCX control Pin
ScottMcP15-Jul-07 7:34
ScottMcP15-Jul-07 7:34 
QuestionHow to Generate OLE dispatch map functions Pin
KASR111-Jul-07 23:01
KASR111-Jul-07 23:01 
QuestionPlease help me debug.... Pin
sscow11-Jul-07 0:18
sscow11-Jul-07 0:18 
I edit a sample program. To exercise container's function. I compiler the program is ok. When run the code "mPacket[uid_] = Finishtime;". Then the memory is error. Why? How to update it? Show my program below(flow.h & flow.cc).

---------------------flow.h------------------------
#ifndef FLOW_H
#define FLOW_H

#include

class flow
{
public:
flow();
~flow();
void addPacket(int uid_, int Finshtime);
std::map<unsigned int,="" int=""> mPacket;
};

void flow::addPacket(int uid_, int Finishtime)
{
mPacket[uid_] = Finishtime;
};
#endif

---------------------flow.cc------------------------
#include "flow.h"

int main()
{
flow *mflow;
mflow->addPacket(1,33);
mflow->addPacket(2,55);

return 0;
}
AnswerRe: Please help me debug.... Pin
Lim Bio Liong11-Jul-07 6:13
Lim Bio Liong11-Jul-07 6:13 
QuestionATL ActiveX control initialise Pin
Bart10-Jul-07 7:17
Bart10-Jul-07 7:17 
AnswerRe: ATL ActiveX control initialise Pin
mcnam23-Jul-07 22:27
mcnam23-Jul-07 22:27 
QuestionIContextMenu and ATL 7.1 Pin
dSolariuM7-Jul-07 22:02
dSolariuM7-Jul-07 22:02 
QuestionWindowless Activex Controls Pin
ArunKumar Yalamarthy5-Jul-07 4:19
ArunKumar Yalamarthy5-Jul-07 4:19 
QuestionATL wizard not adding Get and Put function prototypes to the class definition. Pin
KASR14-Jul-07 23:16
KASR14-Jul-07 23:16 
AnswerRe: ATL wizard not adding Get and Put function prototypes to the class definition. Pin
Bart10-Jul-07 7:12
Bart10-Jul-07 7:12 
GeneralRe: ATL wizard not adding Get and Put function prototypes to the class definition. Pin
KASR110-Jul-07 18:25
KASR110-Jul-07 18:25 
GeneralRe: ATL wizard not adding Get and Put function prototypes to the class definition. Pin
Bart10-Jul-07 18:37
Bart10-Jul-07 18:37 
GeneralRe: ATL wizard not adding Get and Put function prototypes to the class definition. Pin
KASR110-Jul-07 18:55
KASR110-Jul-07 18:55 
QuestionAdding bitmap images to toolbar buttons programmatically Pin
rindam28-Jun-07 0:29
rindam28-Jun-07 0:29 
AnswerRe: Adding bitmap images to toolbar buttons programmatically Pin
khan++12-Jul-07 2:33
khan++12-Jul-07 2:33 
QuestionHow Can I Pass Struct between ATL and client Pin
kasinli26-Jun-07 20:40
kasinli26-Jun-07 20:40 
AnswerRe: How Can I Pass Struct between ATL and client Pin
CPallini5-Jul-07 1:42
mveCPallini5-Jul-07 1:42 
QuestionHow to make drop down part of toolbar button more wider? Pin
Padmanabh Sharma26-Jun-07 18:54
Padmanabh Sharma26-Jun-07 18:54 
AnswerRe: How to make drop down part of toolbar button more wider? Pin
khan++12-Jul-07 2:51
khan++12-Jul-07 2:51 
QuestionDispatch map methods not correctly exported Pin
volker.holzbach25-Jun-07 0:12
volker.holzbach25-Jun-07 0:12 

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.