pass values to a Dll

  • Thread starter Thread starter Alexander Lowe
  • Start date Start date
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?
 
Back
Top