Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GDIPlus.dll and linker's /BASE option
Message
From
16/10/2003 07:37:31
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00839061
Message ID:
00839171
Views:
19
Peter,

The base address is used by the OS when it loads you DLL. For example, W95 EXE's have a base address > 0x400000. If sufficient space is not available at the default base address then the OS will attempt to relocate the dll's executable image, this in turn can be stopped by using the /FIXED linker option.

It could be that the GDIPLUS.DLL has been "FIXED" and as such does not offer the OS a relocation entry for the program?

Neil
Previous
Reply
Map
View

Click here to load this message in the networking platform