Click here to Skip to main content
15,892,674 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalnebulous TRACE output Pin
moredip11-Mar-02 13:37
moredip11-Mar-02 13:37 
GeneralRe: nebulous TRACE output Pin
Shog911-Mar-02 14:07
sitebuilderShog911-Mar-02 14:07 
GeneralRe: nebulous TRACE output Pin
Roger Allen11-Mar-02 22:12
Roger Allen11-Mar-02 22:12 
GeneralRe: nebulous TRACE output Pin
moredip12-Mar-02 5:23
moredip12-Mar-02 5:23 
GeneralRe: nebulous TRACE output Pin
Stephen C. Steel12-Mar-02 11:58
Stephen C. Steel12-Mar-02 11:58 
GeneralRe: nebulous TRACE output Pin
Stephen C. Steel12-Mar-02 12:12
Stephen C. Steel12-Mar-02 12:12 
GeneralRe: nebulous TRACE output Pin
moredip12-Mar-02 12:20
moredip12-Mar-02 12:20 
Questiontoo simple to work? Pin
11-Mar-02 13:18
suss11-Mar-02 13:18 
Can sombody tell me why this won't Beep? Cw is derived from CWinThread and Run() is supposed to be executed so what gives?

//////////////////////////////////
class Cw : public CWinThread
{
public:
int Run();
Cw();
virtual ~Cw();
};

Cw::Cw(){}

Cw::~Cw(){}

int Cw::Run()
{
Beep(1000,500);
return 0;
}
///////////////////////

elsewhere in the program:

Cw* w = new Cw();
w->CreateThread();





AnswerRe: too simple to work? Pin
Joaquín M López Muñoz11-Mar-02 20:14
Joaquín M López Muñoz11-Mar-02 20:14 
GeneralRe: too simple to work? Pin
12-Mar-02 4:47
suss12-Mar-02 4:47 
GeneralRe: too simple to work? Pin
Atila12-Mar-02 5:25
Atila12-Mar-02 5:25 
GeneralRe: too simple to work? Pin
12-Mar-02 5:27
suss12-Mar-02 5:27 
GeneralRe: too simple to work? Pin
12-Mar-02 5:41
suss12-Mar-02 5:41 
GeneralRe: Hello again ! Pin
Atila12-Mar-02 5:57
Atila12-Mar-02 5:57 
GeneralUsing Property Pages to Display ODBC Database Pin
dsouthard11-Mar-02 12:39
dsouthard11-Mar-02 12:39 
GeneralCHtmlView question Pin
Chris Losinger11-Mar-02 12:22
professionalChris Losinger11-Mar-02 12:22 
GeneralAfxGetMainWnd() from a Worker Thread Pin
Giles11-Mar-02 11:03
Giles11-Mar-02 11:03 
GeneralRe: AfxGetMainWnd() from a Worker Thread Pin
Morozov Alexey11-Mar-02 12:20
Morozov Alexey11-Mar-02 12:20 
GeneralRe: AfxGetMainWnd() from a Worker Thread Pin
Giles12-Mar-02 12:29
Giles12-Mar-02 12:29 
GeneralRe: AfxGetMainWnd() from a Worker Thread Pin
Nish Nishant11-Mar-02 14:04
sitebuilderNish Nishant11-Mar-02 14:04 
GeneralRe: AfxGetMainWnd() from a Worker Thread Pin
Giles12-Mar-02 12:26
Giles12-Mar-02 12:26 
GeneralCObArray - Destructors for CObject Pin
dazinith11-Mar-02 10:36
dazinith11-Mar-02 10:36 
GeneralODBC and ExecuteSQL Pin
Yousuf11-Mar-02 10:04
Yousuf11-Mar-02 10:04 
GeneralRe: ODBC and ExecuteSQL Pin
Carlos Antollini11-Mar-02 10:46
Carlos Antollini11-Mar-02 10:46 
GeneralRe: ODBC and ExecuteSQL Pin
Yousuf12-Mar-02 9:21
Yousuf12-Mar-02 9:21 

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.