----- Original Message -----
From: "Hamnet" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, 25 September, 2003 13:23
Subject: [DOTNET-ROTOR] Include .lib to a .dll


> Hi,
>
> I need to use at mscorejt.dll (source code in fjit.cpp) a global variable
> defined at sscoree.dll (source code in ceemain.cpp). I supose that I must
> to use __declspec({dllexport/dllimport}) so I need to include at the
> generation (linker) of mscorejt.dll the library cee_wks.lib.
>
> How can I do this?
> Where can I found information about the "make" process?
> It is a right way to use a global variable from a module to another?
>
> Hamnet

I'd added some new pure virtual method to a ICorDynamicInfo class (and would
implemented this method somewhere in jitinterface.cpp), which would return
data that you need. In jit I'd accessed to jitinfo instance (of type
ICorJitInfo) which I'd used to acquire a value.
--
Vladimir Nesterovsky
visit: http://constcli.sscli.net
e-mail: [EMAIL PROTECTED], [EMAIL PROTECTED]
home: http://www.nesterovsky-bros.com

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
NEW! ASP.NET courses you may be interested in:

2 Days of ASP.NET, 29 Sept 2003, in Redmond
http://www.develop.com/courses/2daspdotnet

Guerrilla ASP.NET, 13 Oct 2003, in Boston
http://www.develop.com/courses/gaspdotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to