This seems like a pretty stupid question, but, how come this works:
PluginUpdateObjectList proc far curitem:optr, objtype:dword
.enter
.leave
ret
PluginUpdateObjectList endp
But this doesn't:
UpdateGenInteractionProperties proc far curitem:optr
.enter
.leave
ret
UpdateGenInteractionProperties endp
The first is in a library, the second an application.
------------------------------------------------------------------------
| Edward Di Geronimo Jr. edwdig@bergen.org |
------------------------------------------------------------------------