Click here to Skip to main content
15,901,284 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can't call a VB6 function from C Pin
Arm5524-Dec-13 7:11
Arm5524-Dec-13 7:11 
GeneralRe: Can't call a VB6 function from C Pin
Randor 24-Dec-13 18:12
professional Randor 24-Dec-13 18:12 
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 
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 
Did you add the file "WinUtils.cpp" (and optionally WinUtils.h) to the new projects?

Including the header file will make your project compile, but when linking will fail if the code is not there.
I'd rather be phishing!

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 

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.