RE: PIMAGE_IMPORT_DESCRIPTOR
- From: v-jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Thu, 22 Dec 2005 12:20:29 GMT
Hi Has,
Thanks for your post.
For the shared assembly dll, if we want to load it, we should not pass a
full path, instead, we should use the LoadLibrary function with the raw DLL
file name. For example, use "Gdiplus.dll" as the file name.
This is recommanded in "Notes on How to Correctly Consume a Side-by-Side
Component in an Application" section in the link below:
"How To Build and Service Isolated Applications and Side-by-Side Assemblies
for Windows XP"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/html/
sidexsidewinxp.asp
Hope this helps
Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
.
- Prev by Date: Re: Question about System-Calls
- Next by Date: Re: PIMAGE_IMPORT_DESCRIPTOR
- Previous by thread: NT permissions
- Next by thread: Re: PIMAGE_IMPORT_DESCRIPTOR
- Index(es):