AddForm problem
Hi folks,
I'm using FastScript 1.4 (unregistered) in C++Builder 5, and am trying to use AddForm to give the scripts access to the entire form. However, I get an "Unresolved external" error message about the "AddFormA" method when Builder tries to link the project. I've got an fsFormsRTTI component on the main form and have even tried copying fs_iformsrtti.obj to the project directory, but the error message still appears. The library and search paths are correctly set up to include the FastScript "source" directory, and none of the script object's other methods have given me any trouble.
Could it simply be that the AddForm method isn't included in the trial version of FastScript, or is there something I'm doing wrongly/not doing?
Cheers,
I'm using FastScript 1.4 (unregistered) in C++Builder 5, and am trying to use AddForm to give the scripts access to the entire form. However, I get an "Unresolved external" error message about the "AddFormA" method when Builder tries to link the project. I've got an fsFormsRTTI component on the main form and have even tried copying fs_iformsrtti.obj to the project directory, but the error message still appears. The library and search paths are correctly set up to include the FastScript "source" directory, and none of the script object's other methods have given me any trouble.
Could it simply be that the AddForm method isn't included in the trial version of FastScript, or is there something I'm doing wrongly/not doing?
Cheers,
Comments
Thanks for the fix in the meantime, I presume this will be in version 1.5 when it comes out?