Click here to Skip to main content
15,910,980 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to change text in a text box while user is typing in another edit box in MFC.? Pin
mbatra3112-Aug-12 23:42
mbatra3112-Aug-12 23:42 
AnswerRe: How to change text in a text box while user is typing in another edit box in MFC.? Pin
Richard MacCutchan13-Aug-12 0:38
mveRichard MacCutchan13-Aug-12 0:38 
QuestionHow to generate Crystal Report in VC++ (VS2008) Pin
shiokbarnabas12-Aug-12 18:00
shiokbarnabas12-Aug-12 18:00 
AnswerRe: How to generate Crystal Report in VC++ (VS2008) Pin
Software_Developer12-Aug-12 23:18
Software_Developer12-Aug-12 23:18 
QuestionRichedit is displayed and Immediately aborts Pin
ForNow11-Aug-12 17:53
ForNow11-Aug-12 17:53 
AnswerRe: Richedit is displayed and Immediately aborts Pin
Richard MacCutchan11-Aug-12 21:44
mveRichard MacCutchan11-Aug-12 21:44 
GeneralRe: Richedit is displayed and Immediately aborts Pin
ForNow12-Aug-12 3:07
ForNow12-Aug-12 3:07 
GeneralRe: Richedit is displayed and Immediately aborts Pin
Richard MacCutchan12-Aug-12 4:01
mveRichard MacCutchan12-Aug-12 4:01 
GeneralRe: Out of Memory help Pin
ForNow12-Aug-12 12:47
ForNow12-Aug-12 12:47 
GeneralRe: Out of Memory help Pin
Bram van Kampen12-Aug-12 14:45
Bram van Kampen12-Aug-12 14:45 
QuestionRe: Out of Memory help Pin
Richard Andrew x6412-Aug-12 15:12
professionalRichard Andrew x6412-Aug-12 15:12 
AnswerRe: Out of Memory help Pin
Bram van Kampen13-Aug-12 11:24
Bram van Kampen13-Aug-12 11:24 
GeneralRe: Out of Memory help Pin
Richard Andrew x6413-Aug-12 12:10
professionalRichard Andrew x6413-Aug-12 12:10 
GeneralRe: Out of Memory help Pin
Richard MacCutchan12-Aug-12 21:44
mveRichard MacCutchan12-Aug-12 21:44 
GeneralRe: Out of Memory help Pin
ForNow13-Aug-12 2:56
ForNow13-Aug-12 2:56 
GeneralRe: Out of Memory help Pin
Richard MacCutchan13-Aug-12 3:02
mveRichard MacCutchan13-Aug-12 3:02 
GeneralRe: Out of Memory help Pin
ForNow13-Aug-12 7:01
ForNow13-Aug-12 7:01 
GeneralRe: Richedit is displayed and Immediately aborts Pin
VINSON_13-Aug-12 20:54
VINSON_13-Aug-12 20:54 
GeneralRe: Richedit is displayed and Immediately aborts Pin
Richard MacCutchan13-Aug-12 21:26
mveRichard MacCutchan13-Aug-12 21:26 
QuestionCSplitterWnd::GetPane asserts with CFormView pane Pin
Vaclav_11-Aug-12 5:14
Vaclav_11-Aug-12 5:14 
AnswerRe: CSplitterWnd::GetPane asserts with CFormView pane Pin
Stephen Hewitt11-Aug-12 7:28
Stephen Hewitt11-Aug-12 7:28 
Questionhow to reference a c# DLL from a c++ DLL Pin
gs_murphy@ntlworld.com10-Aug-12 2:55
gs_murphy@ntlworld.com10-Aug-12 2:55 
Hello

This is my first post, so excuse me if its in the wrong place, I need to reference a public class within a c# dll, Let me set the scene,

lets call the c# dll 2 and the c++ DLL 1, Within dll 1 i have an int main(void) and I have referenced DLL 2 in the project, I have referenced the namespace in DLL 2 thus using namespace startProc, within that I have two classes the class i wish to get to is called Processstarter, within there there is a public static void run(args1,args2)

When i try and access run from within the in main(void)I get an error "Error c3861:Run: Identifier Not found", Please forgive me as I'm new to C++, I prefer c# instead.

Does this make sense what I'm trying to do?

All i want to do is call a method in a class in a namespace in a c# dll.

Help!!!
AnswerRe: how to reference a c# DLL from a c++ DLL Pin
Software_Developer10-Aug-12 4:21
Software_Developer10-Aug-12 4:21 
AnswerRe: how to reference a c# DLL from a c++ DLL Pin
Richard MacCutchan10-Aug-12 21:42
mveRichard MacCutchan10-Aug-12 21:42 
QuestionHelp! Crystal Report for VC++ project (VS2008) Pin
shiokbarnabas9-Aug-12 17:11
shiokbarnabas9-Aug-12 17:11 

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.