The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: zemtex on October 05, 2010, 08:48:35 AM

Title: Dynamic Link Libraries
Post by: zemtex on October 05, 2010, 08:48:35 AM
Hi there.

I prefer ordinal values before string names when loading functions inside of a dll because it requires less code and data. But are ordinal values safe or are they endangered of change in future release of the dll?

Can we trust microsoft's usage of ordinals in system dll's?
Title: Re: Dynamic Link Libraries
Post by: hutch-- on October 05, 2010, 10:22:37 AM
They certainly will not change in 32 bit as its at the end of its development but I would be surprised if Microsoft would change the ordinal system as they use it regularly in many types of system DLLs.