View Single Post
Old 10-20-2006, 07:35 AM   #2 (permalink)
arul
Forum Expert
 
arul's Avatar
 
Join Date: Jan 2005
Location: Hic sunt leones ...
Age: 21
Posts: 1,287
Send a message via MSN to arul
Default

C++ projects compiled with /clr parameter are compiled into IL, and thus you can use them within your managed project with no problem.

__declspec may be used only if you compile into native code, which can be achieved through some #pragma macro.
__________________
Angels are falling the very last time, down they're burning in hate and decline, unfaithful and violent we're breaking the spell, we're god, we're scissor, in heaven and hell!
arul is offline   Reply With Quote