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

C / C++ / MFC

 
AnswerRe: How to create a Halo effect on Text using window GDI functions Pin
Jim Crafton30-Jun-05 7:41
Jim Crafton30-Jun-05 7:41 
QuestionTCHAR or _TCHAR, _T or TEXT? Pin
Chintoo72329-Jun-05 18:43
Chintoo72329-Jun-05 18:43 
AnswerRe: TCHAR or _TCHAR, _T or TEXT? Pin
toxcct29-Jun-05 20:32
toxcct29-Jun-05 20:32 
AnswerRe: TCHAR or _TCHAR, _T or TEXT? Pin
ThatsAlok29-Jun-05 20:42
ThatsAlok29-Jun-05 20:42 
GeneralRegOpenKeyEx and _UNICODE Pin
Chintoo72329-Jun-05 17:50
Chintoo72329-Jun-05 17:50 
GeneralRe: RegOpenKeyEx and _UNICODE Pin
Jose Lamas Rios29-Jun-05 17:58
Jose Lamas Rios29-Jun-05 17:58 
GeneralRe: RegOpenKeyEx and _UNICODE Pin
Chintoo72329-Jun-05 18:04
Chintoo72329-Jun-05 18:04 
GeneralRe: RegOpenKeyEx and _UNICODE Pin
Jose Lamas Rios29-Jun-05 18:12
Jose Lamas Rios29-Jun-05 18:12 
Flace wrote:
Note that _TCHAR is getting resolved to unsigned short, I am wondering whats going wrong with RegOpenKeyEx...

Try defining UNICODE (with no leading underscore) too. It seems like _UNICODE affects MFC headers, while UNICODE affects Win32 API headers.

--
jlr
http://jlamas.blogspot.com/[^]
GeneralRe: RegOpenKeyEx and _UNICODE Pin
Chintoo72329-Jun-05 18:17
Chintoo72329-Jun-05 18:17 
GeneralRe: RegOpenKeyEx and _UNICODE Pin
Chintoo72329-Jun-05 18:23
Chintoo72329-Jun-05 18:23 
GeneralRe: RegOpenKeyEx and _UNICODE Pin
Jose Lamas Rios29-Jun-05 18:31
Jose Lamas Rios29-Jun-05 18:31 
GeneralRe: RegOpenKeyEx and _UNICODE Pin
Anonymous29-Jun-05 18:24
Anonymous29-Jun-05 18:24 
GeneralRe: RegOpenKeyEx and _UNICODE Pin
Anonymous29-Jun-05 18:25
Anonymous29-Jun-05 18:25 
GeneralRe: RegOpenKeyEx and _UNICODE Pin
ThatsAlok29-Jun-05 20:57
ThatsAlok29-Jun-05 20:57 
GeneralRe: RegOpenKeyEx and _UNICODE Pin
One Stone29-Jun-05 21:50
One Stone29-Jun-05 21:50 
GeneralRe: RegOpenKeyEx and _UNICODE Pin
ThatsAlok29-Jun-05 23:12
ThatsAlok29-Jun-05 23:12 
GeneralGDI+ questions Pin
EastMohican29-Jun-05 17:39
EastMohican29-Jun-05 17:39 
GeneralRe: GDI+ questions Pin
Christian Graus29-Jun-05 18:16
protectorChristian Graus29-Jun-05 18:16 
GeneralRe: GDI+ questions Pin
EastMohican29-Jun-05 18:52
EastMohican29-Jun-05 18:52 
GeneralRe: GDI+ questions Pin
Christian Graus29-Jun-05 19:22
protectorChristian Graus29-Jun-05 19:22 
GeneralRe: GDI+ questions Pin
Jim Crafton30-Jun-05 7:44
Jim Crafton30-Jun-05 7:44 
GeneralRe: GDI+ questions Pin
EastMohican2-Jul-05 15:35
EastMohican2-Jul-05 15:35 
GeneralRe: GDI+ questions Pin
Andrew Kirillov29-Jun-05 21:06
Andrew Kirillov29-Jun-05 21:06 
GeneralRe: GDI+ questions Pin
EastMohican29-Jun-05 21:34
EastMohican29-Jun-05 21:34 
GeneralRe: GDI+ questions Pin
Andrew Kirillov29-Jun-05 21:44
Andrew Kirillov29-Jun-05 21:44 

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.