Click here to Skip to main content
15,919,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A question on deleting entries in win registry Pin
David Crow13-Apr-05 2:30
David Crow13-Apr-05 2:30 
GeneralRe: A question on deleting entries in win registry Pin
PrashantJ13-Apr-05 2:32
PrashantJ13-Apr-05 2:32 
GeneralRe: A question on deleting entries in win registry Pin
David Crow13-Apr-05 2:39
David Crow13-Apr-05 2:39 
GeneralRe: A question on deleting entries in win registry Pin
PrashantJ13-Apr-05 3:22
PrashantJ13-Apr-05 3:22 
GeneralRe: A question on deleting entries in win registry Pin
Blake Miller13-Apr-05 6:37
Blake Miller13-Apr-05 6:37 
GeneralUnicode C++ Problem Pin
nitinmahajan8013-Apr-05 1:21
nitinmahajan8013-Apr-05 1:21 
GeneralRe: Unicode C++ Problem Pin
ThatsAlok13-Apr-05 1:36
ThatsAlok13-Apr-05 1:36 
GeneralRe: Unicode C++ Problem Pin
nitinmahajan8013-Apr-05 18:57
nitinmahajan8013-Apr-05 18:57 
#include <conio.h>

#include <locale.h>
#include <iostream.h>
#include <stdlib.h>
#include <stdio.h>

int wmain( int argc, wchar_t *argv[ ], wchar_t *envp[ ] )
{
wchar_t wc = '\x0907';

cout<<wc;
getch();
}

now="" i="" am="" getting="" the="" error=""
ibcd.lib(wwincrt0.obj)="" :="" lnk2001:="" unresolved="" external="" symbol="" _wwinmain@16
and="" want="" to="" send="" this="" character="" <b="">wc to a notepad window for displaying the it there by pressing a button from my application. Is there any way you have for that?
I have tries the postmesage API but it doesn't work as:

PostMessage(HWND_BROADCAST,ch,WM_CHAR,0);

Thanks 4 Ur Reply
GeneralRe: Unicode C++ Problem Pin
ThatsAlok13-Apr-05 19:15
ThatsAlok13-Apr-05 19:15 
GeneralRe: Unicode C++ Problem Pin
nitinmahajan8014-Apr-05 0:36
nitinmahajan8014-Apr-05 0:36 
GeneralRe: Unicode C++ Problem Pin
Michael Dunn13-Apr-05 2:04
sitebuilderMichael Dunn13-Apr-05 2:04 
GeneralRe: Unicode C++ Problem Pin
nitinmahajan8014-Apr-05 0:44
nitinmahajan8014-Apr-05 0:44 
QuestionHow to configure Baudrate 76800 Pin
Adi Narayana Vemuru13-Apr-05 0:45
Adi Narayana Vemuru13-Apr-05 0:45 
AnswerRe: How to configure Baudrate 76800 Pin
Roger Allen13-Apr-05 5:40
Roger Allen13-Apr-05 5:40 
GeneralRe: How to configure Baudrate 76800 Pin
Adi Narayana Vemuru13-Apr-05 18:13
Adi Narayana Vemuru13-Apr-05 18:13 
GeneralRe: How to configure Baudrate 76800 Pin
Trollslayer13-Apr-05 23:40
mentorTrollslayer13-Apr-05 23:40 
GeneralRe: How to configure Baudrate 76800 Pin
Adi Narayana Vemuru13-Apr-05 23:56
Adi Narayana Vemuru13-Apr-05 23:56 
GeneralBlock Files or Give permiss to files Pin
densitet13-Apr-05 0:45
densitet13-Apr-05 0:45 
GeneralRe: Block Files or Give permiss to files Pin
Cedric Moonen13-Apr-05 1:16
Cedric Moonen13-Apr-05 1:16 
GeneralRe: Block Files or Give permiss to files Pin
densitet13-Apr-05 3:57
densitet13-Apr-05 3:57 
GeneralRe: Block Files or Give permiss to files Pin
Cedric Moonen13-Apr-05 4:16
Cedric Moonen13-Apr-05 4:16 
GeneralRe: Block Files or Give permiss to files Pin
densitet14-Apr-05 1:40
densitet14-Apr-05 1:40 
GeneralRe: Block Files or Give permiss to files Pin
Cedric Moonen14-Apr-05 1:46
Cedric Moonen14-Apr-05 1:46 
GeneralRe: Block Files or Give permiss to files Pin
densitet14-Apr-05 3:01
densitet14-Apr-05 3:01 
Generalaccess denied problem Pin
montu337713-Apr-05 0:04
montu337713-Apr-05 0:04 

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.