In X# runtime documentation there is sample of SetNatDLL usage for Visual Objects.
For X# there is an explanation:
"In Visual Objects the nation DLL is an external DLL. For X# there are no separate nation DLL. The nation support code is integrated in XSharp.Core.DLL. For compatibility you can still use the SetNatDLL() function to switch to another nation module."
And there is no saple of that "switch".
Should I write SetNatDLL("GERMAN.DLL") or SetNatDLL("GERMAN")
Zeljko
About SetNatDLL
About SetNatDLL
Zeljko,
You can use it with or without DLL extension. The runtime will strip the extension and will just use the name of file.
See:
https://github.com/X-Sharp/XSharpPublic ... t.prg#L282
Robert
You can use it with or without DLL extension. The runtime will strip the extension and will just use the name of file.
See:
https://github.com/X-Sharp/XSharpPublic ... t.prg#L282
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
About SetNatDLL
Understood. Thanks Robert.
Zeljko
Zeljko