Click here to Skip to main content
15,887,477 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: code for getting full file path in dialogbased application Pin
Madhu Nair6-May-09 19:56
Madhu Nair6-May-09 19:56 
AnswerRe: code for getting full file path in dialogbased application Pin
David Crow7-May-09 3:27
David Crow7-May-09 3:27 
QuestionUsing STANDARD C++ within another Projects like C# Pin
cppwxwidgetsss6-May-09 19:39
cppwxwidgetsss6-May-09 19:39 
AnswerRe: Using STANDARD C++ within another Projects like C# Pin
Madhu Nair6-May-09 19:52
Madhu Nair6-May-09 19:52 
AnswerRe: Using STANDARD C++ within another Projects like C# Pin
«_Superman_»6-May-09 19:53
professional«_Superman_»6-May-09 19:53 
GeneralRe: Using STANDARD C++ within another Projects like C# Pin
cppwxwidgetsss6-May-09 21:07
cppwxwidgetsss6-May-09 21:07 
GeneralRe: Using STANDARD C++ within another Projects like C# Pin
«_Superman_»6-May-09 23:21
professional«_Superman_»6-May-09 23:21 
AnswerRe: Using STANDARD C++ within another Projects like C# Pin
Rajesh R Subramanian6-May-09 21:27
professionalRajesh R Subramanian6-May-09 21:27 
Hi,

I'll recommend that you write everything in managed code, or everything in native language as much as possible. If you mix them both, you don't get the best of both worlds, but in most cases, you get the worst of both worlds. Like the other person said, you cannot directly use C++ code in a managed application. Try converting that to managed C++. Keep COM interop as the last option (there are several articles on CP and msdn, if you decide to, just do a search).


It is a crappy thing, but it's life -^ Carlo Pallini

QuestionCMFCOutlookbarTabCtrl SetTabBkColor problem Pin
Prasann Mayekar6-May-09 19:21
Prasann Mayekar6-May-09 19:21 
Questionconvert file pcl (style text) to file pcl (style image) ? Pin
aa_zz6-May-09 19:18
aa_zz6-May-09 19:18 
Questionadding mspaint in an MFC Pin
vvlnkishore6-May-09 19:07
vvlnkishore6-May-09 19:07 
AnswerRe: adding mspaint in an MFC [modified] Pin
Madhu Nair6-May-09 19:38
Madhu Nair6-May-09 19:38 
GeneralRe: adding mspaint in an MFC Pin
vvlnkishore6-May-09 20:13
vvlnkishore6-May-09 20:13 
Questionfind .lib, .dll etc files in an exe Pin
RKP7286-May-09 18:55
RKP7286-May-09 18:55 
AnswerRe: find .lib, .dll etc files in an exe Pin
«_Superman_»6-May-09 19:06
professional«_Superman_»6-May-09 19:06 
AnswerRe: find .lib, .dll etc files in an exe Pin
Chandrasekharan P6-May-09 19:07
Chandrasekharan P6-May-09 19:07 
GeneralRe: find .lib, .dll etc files in an exe Pin
RKP7286-May-09 19:58
RKP7286-May-09 19:58 
GeneralRe: find .lib, .dll etc files in an exe Pin
Stuart Dootson6-May-09 20:31
professionalStuart Dootson6-May-09 20:31 
GeneralRe: find .lib, .dll etc files in an exe Pin
RKP7286-May-09 21:05
RKP7286-May-09 21:05 
QuestionRead/Write Files(ex:music files) meta data Pin
A&Ms6-May-09 18:49
A&Ms6-May-09 18:49 
AnswerRe: Read/Write Files(ex:music files) meta data Pin
Stuart Dootson6-May-09 20:22
professionalStuart Dootson6-May-09 20:22 
AnswerRe: Read/Write Files(ex:music files) meta data Pin
A&Ms6-May-09 21:11
A&Ms6-May-09 21:11 
QuestionFile Deletion using SHFILEOPSTRUCT & SHFileOperation Pin
Padmanabha_M6-May-09 18:35
Padmanabha_M6-May-09 18:35 
AnswerRe: File Deletion using SHFILEOPSTRUCT & SHFileOperation Pin
«_Superman_»6-May-09 19:17
professional«_Superman_»6-May-09 19:17 
GeneralRe: File Deletion using SHFILEOPSTRUCT & SHFileOperation Pin
Padmanabha_M6-May-09 20:08
Padmanabha_M6-May-09 20:08 

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.