Click here to Skip to main content
15,904,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can't call a VB6 function from C Pin
Arm5525-Dec-13 9:25
Arm5525-Dec-13 9:25 
QuestionFrom where start? Pin
Le@rner20-Dec-13 21:15
Le@rner20-Dec-13 21:15 
AnswerRe: From where start? Pin
Richard MacCutchan20-Dec-13 22:05
mveRichard MacCutchan20-Dec-13 22:05 
GeneralRe: From where start? Pin
Le@rner20-Dec-13 22:34
Le@rner20-Dec-13 22:34 
GeneralRe: From where start? Pin
Richard MacCutchan20-Dec-13 22:40
mveRichard MacCutchan20-Dec-13 22:40 
GeneralRe: From where start? Pin
Le@rner20-Dec-13 22:44
Le@rner20-Dec-13 22:44 
GeneralRe: From where start? Pin
Richard MacCutchan20-Dec-13 23:12
mveRichard MacCutchan20-Dec-13 23:12 
GeneralRe: From where start? Pin
Le@rner20-Dec-13 23:58
Le@rner20-Dec-13 23:58 
GeneralRe: From where start? Pin
Richard MacCutchan21-Dec-13 0:18
mveRichard MacCutchan21-Dec-13 0:18 
Questionhow to detect ms office files are password protected? Pin
Le@rner19-Dec-13 20:26
Le@rner19-Dec-13 20:26 
AnswerRe: how to detect ms office files are password protected? Pin
Richard Andrew x6420-Dec-13 9:38
professionalRichard Andrew x6420-Dec-13 9:38 
GeneralRe: how to detect ms office files are password protected? Pin
Le@rner20-Dec-13 17:23
Le@rner20-Dec-13 17:23 
GeneralRe: how to detect ms office files are password protected? Pin
Richard MacCutchan20-Dec-13 22:03
mveRichard MacCutchan20-Dec-13 22:03 
GeneralRe: how to detect ms office files are password protected? Pin
Le@rner20-Dec-13 22:45
Le@rner20-Dec-13 22:45 
AnswerRe: how to detect ms office files are password protected? Pin
David Crow23-Dec-13 5:47
David Crow23-Dec-13 5:47 
GeneralRe: how to detect ms office files are password protected? Pin
Le@rner23-Dec-13 21:19
Le@rner23-Dec-13 21:19 
QuestionBasic Question About Interfaces Pin
Django_Untaken19-Dec-13 19:07
Django_Untaken19-Dec-13 19:07 
AnswerRe: Basic Question About Interfaces Pin
Jonathan Davies20-Dec-13 2:13
Jonathan Davies20-Dec-13 2:13 
It's not an interface that gets created, though an interface will be made available for you to call, its an object that implements the interface that gets created, in this case an object implementing the IMFSourceReader interface. The object created just exposes the interface to the outside world as a known means of using it but when you call a method (or function) on the interface, the call is immediately passed on to the object to carry out the actual work.
Question[Two projects use one file on visual studio 2008] [C++] Pin
Thong LeTrung18-Dec-13 5:40
Thong LeTrung18-Dec-13 5:40 
AnswerRe: [Two projects use one file on visual studio 2008] [C++] Pin
Maximilien18-Dec-13 5:54
Maximilien18-Dec-13 5:54 
GeneralRe: [Two projects use one file on visual studio 2008] [C++] Pin
Thong LeTrung18-Dec-13 6:15
Thong LeTrung18-Dec-13 6:15 
GeneralRe: [Two projects use one file on visual studio 2008] [C++] Pin
Maximilien18-Dec-13 6:23
Maximilien18-Dec-13 6:23 
AnswerRe: [Two projects use one file on visual studio 2008] [C++] Pin
Albert Holguin18-Dec-13 9:23
professionalAlbert Holguin18-Dec-13 9:23 
GeneralRe: [Two projects use one file on visual studio 2008] [C++] Pin
Thong LeTrung18-Dec-13 16:04
Thong LeTrung18-Dec-13 16:04 
GeneralRe: [Two projects use one file on visual studio 2008] [C++] Pin
Albert Holguin19-Dec-13 4:23
professionalAlbert Holguin19-Dec-13 4:23 

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.