Peter Stuge wrote:
> On Tue, Sep 18, 2007 at 02:48:25AM -0700, mkarmowski wrote:
>> I compile sources from trunk rev. 3267 on Vista using Visual Studio 2005
>> Express, and opensc works fine. There are not problem with Vista. Compiler
>> has made file opensc.dll.manifest:
>>
>>
>> <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
>> <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
>>   <dependency>
>>     <dependentAssembly>
>>       <assemblyIdentity type='win32' name='Microsoft.VC80.CRT'
>> version='8.0.50608.0' processorArchitecture='x86'
>> publicKeyToken='1fc8b3b9a1e18e3b' />
>>     </dependentAssembly>
>>   </dependency>
>> </assembly>
>>
>>
>> Dll file is loaded correctly.
> 
> Great!
> 
> Can you say if the publicKeyToken changes if the code is changed? Or
> is that just some fingerprint for VC80.CRT?

Not clear to me either. I think that came from the signed VC80.
Microsoft talks about this:

http://msdn2.microsoft.com/en-us/library/aa375193.aspx

with some examples of the pubKeyToken here:
http://msdn2.microsoft.com/en-us/library/aa374228.aspx

> 
> //Peter
> _______________________________________________
> opensc-devel mailing list
> opensc-devel@lists.opensc-project.org
> http://www.opensc-project.org/mailman/listinfo/opensc-devel
> 
> 

-- 

  Douglas E. Engert  <[EMAIL PROTECTED]>
  Argonne National Laboratory
  9700 South Cass Avenue
  Argonne, Illinois  60439
  (630) 252-5444
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to