RE: PIMAGE_IMPORT_DESCRIPTOR

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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.

.