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

Managed C++/CLI

 
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 
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 
Hi guys,

I have been tasked with developing the new version of our web-based application, and my technology of choice for this is the .NET environment, primarily using managed C++.

The current application is ASP-based, althought his fact is not of particular interest to my request. In previous projects I have used ISAPI as a means of generating HTML content through Internet Information Server, and connecting on the server side to an ATL Service which is running independently of the web server. Essentially, the ATL service contains a single COM object that all other processes use by creating a proxy object which then interfaces with the singleton object. This service runs as an .exe.

I have written most of the objects as __gc classes that are exposed in a Managed .NET extension. I have hit the point now, where I want to have a singleton __gc class running in an .exe and for it to be accessible from an ISAPI extension.

I've trawled through many parts of MSDN, though not conclusively. I am trying to work out just how code in an ISAPI DLL, during a HTTP request, can pass on this call to the __gc ApplicationServer class residing in an EXE.

I'm not yet at the point of banging my head against the wall, but close, and any pointers on the way to do this would be appreciative. I haven't done so much as to prevent a slight redesign on the application front, so if that is what is required, so be it.


Many thanks in advance,



Ben Ashley

When it comes to maths and me, the wheel's going but the hamster's dead.
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 
GeneralUsing a form created in C# in a MC++ app Pin
monrobot1331-Aug-03 13:57
monrobot1331-Aug-03 13:57 
GeneralRe: Using a form created in C# in a MC++ app Pin
J. Dunlap31-Aug-03 19:43
J. Dunlap31-Aug-03 19:43 
GeneralRe: Using a form created in C# in a MC++ app Pin
monrobot131-Sep-03 9:29
monrobot131-Sep-03 9:29 
GeneralRe: Using a form created in C# in a MC++ app Pin
J. Dunlap1-Sep-03 9:45
J. Dunlap1-Sep-03 9:45 
GeneralRe: Using a form created in C# in a MC++ app Pin
monrobot131-Sep-03 18:10
monrobot131-Sep-03 18:10 

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.