S PLUS 62 on WinXP In R there is an environment variable .GlobalEnv. I cannot recognize what this is in S PLUS. Concret I have an code line if (exists(".testLogger", envir = .GlobalEnv) how shall I
SPLUS 6.2 on WinXP I have troubles build the S.dll. The problem is I need combine Fortran and C objects into the same DLL. Has anyone an idea how to combine it? Urs
I can build pure C or Fortran DLLs. The problem is now I should build a DLL containing C and Fortran code. Is this possible? Urs There is no rule that says one DLL can't make use of another. Therefor