Re: IL & C++ & OBJ
From: Ioannis Vranos (ivr_at_remove.this.grad.com)
Date: 03/25/05
- Next message: William DePalo [MVP VC++]: "Re: How to add system users and groups by programming?"
- Previous message: Shayne South: "MFC CSocket, CArchive and Serializing stop FD_READ Notification VC"
- In reply to: William DePalo [MVP VC++]: "Re: IL & C++ & OBJ"
- Next in thread: William DePalo [MVP VC++]: "Re: IL & C++ & OBJ"
- Reply: William DePalo [MVP VC++]: "Re: IL & C++ & OBJ"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Mar 2005 05:45:57 +0200
William DePalo [MVP VC++] wrote:
>>I am compiled my C file into IL source,
>>How i can compile this file back to OBJ file, not to EXE or DLL?
>
>
> There is no tool from MS to accomplish this.
I think that he probably meant compiled in mixed mode, and I think this
can be done by using extern "C" inside a C++ file and then compile the
whole thing with /clr.
- Next message: William DePalo [MVP VC++]: "Re: How to add system users and groups by programming?"
- Previous message: Shayne South: "MFC CSocket, CArchive and Serializing stop FD_READ Notification VC"
- In reply to: William DePalo [MVP VC++]: "Re: IL & C++ & OBJ"
- Next in thread: William DePalo [MVP VC++]: "Re: IL & C++ & OBJ"
- Reply: William DePalo [MVP VC++]: "Re: IL & C++ & OBJ"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|