search for: callsymbols

Displaying 1 result from an estimated 1 matches for "callsymbols".

Did you mean: allsymbols
2001 May 13
1
Dynamic C Symbols and Embedding Suggestion
...;Couldn't allocate space for 'name'"); free(dpath); return 0; } strcpy(name, DLLname); LoadedDLL[CountDLL].path = dpath; LoadedDLL[CountDLL].name = name; LoadedDLL[CountDLL].handle = handle; LoadedDLL[CountDLL].numCSymbols = 0; LoadedDLL[CountDLL].numCallSymbols = 0; LoadedDLL[CountDLL].numFortranSymbols = 0; LoadedDLL[CountDLL].CSymbols = NULL; LoadedDLL[CountDLL].CallSymbols = NULL; LoadedDLL[CountDLL].FortranSymbols = NULL; return LoadedDLL + (CountDLL++); } Byron Ellis (bellis@hsph.harvard.edu) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...