Hi,
just a question: since there are two different macrocompilers in X# now: what is the default one that is used in the RDDs and in the code itself?
Do I need to redistribute both of them?
Wolfgang
P.S. the file XSharp.VFP.dll is both missing in the file Redist.txt and in the folder Redist (there are only the XML and the PDB file).
Runtime libraries to distribute
Runtime libraries to distribute
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Runtime libraries to distribute
Wolfgang,
For 'normal' backward compatibility use you should use just the XSharp.Macrocompiler.
I will update the installer to make sure that the VFP DLL is added as well as update the redist.txt file.
Robert
For 'normal' backward compatibility use you should use just the XSharp.Macrocompiler.
I will update the installer to make sure that the VFP DLL is added as well as update the redist.txt file.
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
Runtime libraries to distribute
Hi Wolfgang,
It's the "fast" macro compiler that it is being automatically used, which is file XSharp.MacroCompiler.dll. The "full" (but much slower) macro compiler is included in XSharp.MacroCompiler.Full.dll, you do not need to distribute this one.
It's the "fast" macro compiler that it is being automatically used, which is file XSharp.MacroCompiler.dll. The "full" (but much slower) macro compiler is included in XSharp.MacroCompiler.Full.dll, you do not need to distribute this one.
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
Runtime libraries to distribute
Hi Robert, hi Chris,
thank you very much for your answer!
Wolfgang
thank you very much for your answer!
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
-
- Posts: 774
- Joined: Wed May 17, 2017 8:50 am
- Location: Germany
Runtime libraries to distribute
Hi Wolfgang,
i made a test:
and the results are:
XSharp.MacroCompiler, Version=2.0.3.0, Culture=neutral, PublicKeyToken=ed555a0467764586
C:WindowsMicrosoft.NetassemblyGAC_MSILXSharp.MacroCompilerv4.0_2.0.3.0__ed555a0467764586XSharp.MacroCompiler.dll
regards
Karl-Heinz
i made a test:
Code: Select all
VAR oType := GetMacroCompiler()
? oType:Assembly:Fullname
? oType:Assembly:Location
XSharp.MacroCompiler, Version=2.0.3.0, Culture=neutral, PublicKeyToken=ed555a0467764586
C:WindowsMicrosoft.NetassemblyGAC_MSILXSharp.MacroCompilerv4.0_2.0.3.0__ed555a0467764586XSharp.MacroCompiler.dll
regards
Karl-Heinz