R
rupert
I have loaded Xll+ which is a excel development addin. I
have included as first line of my VC++ module (visual
studio.net 2003):
#using <mscorlib.dll>
and yet get compile error:
fatal error C1190: managed tageted code requires '#using
<mscorlib.dll>' and '/clr' option
also, I would like to use Random() so I can use Random.Next
() but only rand() will work.
In other VS projects (without Xll+), Random works fine and
so I think its something to do with the Xll+ addin.
have included as first line of my VC++ module (visual
studio.net 2003):
#using <mscorlib.dll>
and yet get compile error:
fatal error C1190: managed tageted code requires '#using
<mscorlib.dll>' and '/clr' option
also, I would like to use Random() so I can use Random.Next
() but only rand() will work.
In other VS projects (without Xll+), Random works fine and
so I think its something to do with the Xll+ addin.