Code: Select all
Local Variables:
String: sEval
Number: nError
String sReturn
Number: nReturn
#if WIN32
Window Handle: hWndReturn
#if WIN32
Call SalCompileAndEvaluate(sEval, nError, ..., hWndReturn,...)
#if DOTNET
Call SalNetCompileAndEvaluate(sEval, nError,...)
If SalIsDotNet(nTarget)
but using window handles already causes compiler errors and it is very difficult tu build high performance classes to use the same code part for all build destinations.