ExecScript function

This forum is meant for questions and discussions about the X# language and tools
Post Reply
jacekm23
Posts: 17
Joined: Tue Sep 29, 2015 8:45 am
Location: Poland

ExecScript function

Post by jacekm23 »

Hi,
what references in application are nesessary to use ExecScript function?
Jacek
User avatar
xinjie
Posts: 108
Joined: Wed May 20, 2020 10:05 am
Location: China
Contact:

Re: ExecScript function

Post by xinjie »

Hi, Jacek

You need to make sure that a reference to XSharp.RT.dll exists in your project if I understand correctly (you need to use the function in your code)
简单的东西重复做,你能成为专家;重复的东西用心做,你能成为赢家!
User avatar
robert
Posts: 4540
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: ExecScript function

Post by robert »

Jacek,

If you want to call FoxPro specific functions (you can recognize these in the Help File because they are defined inside XSharp.VFP.Functions) then you will also need to add a reference to the file XSharp.VFP

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Post Reply