newLISP Fan Club

Forum => newLISP and the O.S. => Topic started by: HPW on October 18, 2005, 12:39:36 AM

Title: Remove deprecated dllEvalStr?
Post by: HPW on October 18, 2005, 12:39:36 AM
Maybe it is time to remove the deprecated dllEvalStr-call from the DLL.

newlispEvalStr is used since 8.3 now!



No real problem of cource! ;-)
Title:
Post by: HPW on October 24, 2005, 02:40:45 AM
Remove from win32dll.c

LPSTR DLLCALL dllEvalStr(LPSTR cmd)
{
return(newlispEvalStr(cmd));
}


Edit in win32dll.def

LIBRARY     NEWLISP.DLL

EXPORTS
    WEP             @1 WEP
    dllName         @2 dllName
    newlispEvalStr  @3 newlispEvalStr