Lost Sub labels
I thought that all memory allocated by a DLL (including Resources) were owned
by the calling program – Not the DLL, since the DLL would never know when the
resources were finished. (Turbo Pascal stops it's Global Memory
suballocation scheme when a DLL is executing so the application gets a
complete memory block.) I now think my problem rears it's head while *in*
VB, not with the compiled programs.
– Ricks