Click here to Skip to main content
15,895,256 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: view menu is changing while opening Dialog Pin
Saurabh.Garg21-Sep-09 19:30
Saurabh.Garg21-Sep-09 19:30 
GeneralRe: view menu is changing while opening Dialog Pin
002comp21-Sep-09 20:29
002comp21-Sep-09 20:29 
GeneralRe: view menu is changing while opening Dialog Pin
Saurabh.Garg21-Sep-09 20:38
Saurabh.Garg21-Sep-09 20:38 
Questionautomation using xl5en32.h Pin
prithaa21-Sep-09 19:00
prithaa21-Sep-09 19:00 
AnswerRe: automation using xl5en32.h Pin
KarstenK21-Sep-09 21:22
mveKarstenK21-Sep-09 21:22 
GeneralRe: automation using xl5en32.h Pin
prithaa21-Sep-09 23:37
prithaa21-Sep-09 23:37 
AnswerRe: automation using xl5en32.h Pin
KarstenK22-Sep-09 0:11
mveKarstenK22-Sep-09 0:11 
QuestionHow to Get List Box Control Varibale from a Dlg Class To UI Thread Class [modified] Pin
Hari_1621-Sep-09 18:12
Hari_1621-Sep-09 18:12 
AnswerRe: How to Get List Box Control Varibale from a Dlg Class To UI Thread Class Pin
«_Superman_»21-Sep-09 19:55
professional«_Superman_»21-Sep-09 19:55 
GeneralRe: How to Get List Box Control Varibale from a Dlg Class To UI Thread Class Pin
Hari_1621-Sep-09 20:41
Hari_1621-Sep-09 20:41 
GeneralRe: How to Get List Box Control Varibale from a Dlg Class To UI Thread Class Pin
«_Superman_»21-Sep-09 22:35
professional«_Superman_»21-Sep-09 22:35 
GeneralRe: How to Get List Box Control Varibale from a Dlg Class To UI Thread Class Pin
Hari_1622-Sep-09 1:58
Hari_1622-Sep-09 1:58 
GeneralRe: How to Get List Box Control Varibale from a Dlg Class To UI Thread Class Pin
David Crow22-Sep-09 3:11
David Crow22-Sep-09 3:11 
GeneralRe: How to Get List Box Control Varibale from a Dlg Class To UI Thread Class Pin
David Crow22-Sep-09 3:08
David Crow22-Sep-09 3:08 
QuestionName Decoration Pin
Bram van Kampen21-Sep-09 12:30
Bram van Kampen21-Sep-09 12:30 
AnswerRe: Name Decoration Pin
Luc Pattyn21-Sep-09 13:09
sitebuilderLuc Pattyn21-Sep-09 13:09 
AnswerRe: Name Decoration Pin
Joe Woodbury21-Sep-09 20:10
professionalJoe Woodbury21-Sep-09 20:10 
What I do is use extern "C" {} around the functions I want to export and then use a .def file. (One reason I use a .def file is to control the ordinals of the exported functions which is critical when adding to a DLL that you or third parties will use without relinking. MFC does the same thing with decorated functions for the same reason, though without the extern "C" keyword.)
QuestionNewbie needs help WriteFile() Function Pin
egerving21-Sep-09 12:15
egerving21-Sep-09 12:15 
AnswerRe: Newbie needs help WriteFile() Function Pin
«_Superman_»21-Sep-09 17:20
professional«_Superman_»21-Sep-09 17:20 
AnswerRe: Newbie needs help WriteFile() Function Pin
norish21-Sep-09 18:02
norish21-Sep-09 18:02 
GeneralRe: Newbie needs help WriteFile() Function Pin
Joe Woodbury21-Sep-09 19:58
professionalJoe Woodbury21-Sep-09 19:58 
AnswerRe: Newbie needs help WriteFile() Function Pin
Joe Woodbury21-Sep-09 20:04
professionalJoe Woodbury21-Sep-09 20:04 
QuestionHow to get a specified message from message loop? Pin
includeh1021-Sep-09 12:06
includeh1021-Sep-09 12:06 
AnswerRe: How to get a specified message from message loop? Pin
«_Superman_»21-Sep-09 17:25
professional«_Superman_»21-Sep-09 17:25 
QuestionData Encryption Suggestion needed. [modified] Pin
transoft21-Sep-09 9:44
transoft21-Sep-09 9: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.