Click here to Skip to main content
16,006,535 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralAccessing OLE object from Database in VC++.Net Pin
sivaramakrishna16-Sep-03 23:24
sivaramakrishna16-Sep-03 23:24 
GeneralRe: Accessing OLE object from Database in VC++.Net Pin
Tom Archer22-Sep-03 16:49
Tom Archer22-Sep-03 16:49 
GeneralRe: Accessing OLE object from Database in VC++.Net Pin
sivaramakrishna22-Sep-03 21:38
sivaramakrishna22-Sep-03 21:38 
GeneralApp.Config File Pin
DR Clevenger11-Sep-03 7:44
DR Clevenger11-Sep-03 7:44 
GeneralRe: App.Config File Pin
Mazdak11-Sep-03 8:17
Mazdak11-Sep-03 8:17 
GeneralRe: App.Config File Pin
DR Clevenger11-Sep-03 8:36
DR Clevenger11-Sep-03 8:36 
GeneralRe: App.Config File Pin
DR Clevenger11-Sep-03 9:05
DR Clevenger11-Sep-03 9:05 
GeneralUsing a function across code Pin
monrobot1310-Sep-03 14:16
monrobot1310-Sep-03 14:16 
I have a main form class that I'm writing in MC++ and I have an options form that's written with C#. The problem: I have an Options class (written in MC++, not the form) that holds all the options. What I want to do is have a static Options class in the main form (MC++) and a static method to return that class. In the options form I want to be able to call this static method in order to retrieve the options. I'm coming across a similar problem I had earlier (http://www.codeproject.com/script/comments/forums.asp?msg=597331&forumid=3785#xx597331xx[^]). I can't reference the form in any way from the C# form. I don't want to have to compile the entire MC++ project as a dll and I don't want to move the main form out into a different project. I would like to know if there's some way I can simply export this one function so that I can use it in my C# form without having to change mountains of code. Thanks for reading my rambling post, and thank you to anyone who can help.

- monrobot13
Generalldfcn.h/lcfdn.c Pin
vb119-Sep-03 5:05
vb119-Sep-03 5:05 
GeneralNDoc for mC++ Pin
Jonathan de Halleux8-Sep-03 3:26
Jonathan de Halleux8-Sep-03 3:26 
GeneralManaged C++ conflict with WTL Pin
xqxq8-Sep-03 3:14
xqxq8-Sep-03 3:14 
GeneralRe: Managed C++ conflict with WTL Pin
Tom Archer9-Sep-03 18:54
Tom Archer9-Sep-03 18:54 
GeneralConverting an ATL Service to Managed C++ Pin
Ben Ashley7-Sep-03 0:10
Ben Ashley7-Sep-03 0:10 
GeneralRe: Converting an ATL Service to Managed C++ Pin
igor19609-Sep-03 9:37
igor19609-Sep-03 9:37 
Generalvc++ & mc++ & c# Pin
RHamilton5-Sep-03 14:54
RHamilton5-Sep-03 14:54 
GeneralRe: vc++ & mc++ & c# Pin
igor19606-Sep-03 11:37
igor19606-Sep-03 11:37 
GeneralRe: vc++ & mc++ & c# Pin
RHamilton9-Sep-03 2:31
RHamilton9-Sep-03 2:31 
QuestionHow do I prevent program preemption Pin
EnkelIk5-Sep-03 3:28
EnkelIk5-Sep-03 3:28 
AnswerRe: How do I prevent program preemption Pin
RHamilton5-Sep-03 15:42
RHamilton5-Sep-03 15:42 
GeneralRe: How do I prevent program preemption Pin
EnkelIk9-Sep-03 4:29
EnkelIk9-Sep-03 4:29 
GeneralWrapping a COM interface containing VARIANTs - help urgently required Pin
Mike Stoker4-Sep-03 6:41
Mike Stoker4-Sep-03 6:41 
GeneralPorting CWnd MFC class to ManagedC++ Pin
Katamneni3-Sep-03 7:19
Katamneni3-Sep-03 7:19 
Generalc++ wrapper and inherance Pin
Jonathan de Halleux2-Sep-03 23:49
Jonathan de Halleux2-Sep-03 23:49 
GeneralRe: c++ wrapper and inherance Pin
Nemanja Trifunovic3-Sep-03 7:25
Nemanja Trifunovic3-Sep-03 7:25 
GeneralRe: c++ wrapper and inherance Pin
leppie3-Sep-03 7:33
leppie3-Sep-03 7:33 

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.