Hello,
I am new to VC++. I want to use the values in a Dll (values are
assigned to variables in the program and this vaule should be made use
in the dll). Is it possible? I have already tried declaring the
variables as extern _declspec (dllimport) in the dll. This doesn't
work. Can anyone helppppp?
Alexander Lowe - 31 Mar 2005 09:31 GMT
I assume you're using __declspec correctly?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccelng/htm/msm
od_20.asp
Reading again, to clarify, are you exporting the variables from the dll
and importing them into your exe? Or vice versa?
-- Alex
> Hello,
>
[quoted text clipped - 10 lines]
> ------------------------------------------------------------------------
>