Silverfrost Forums

Welcome to our forums

What am I missing?

17 Jan 2008 9:27 #2652

Hi,

I am using SLINK/PLATO3 under win XP. I am linking a provider's module provider.obj to my main file and get the following warnings: WARNING the following symbols are missing: _OtsFill Provider.obj _OtsMove Provider.obj FIIfexp Provider.obj _OtsStringCompareEqlPadded Provider.obj _FIanint Provider.obj for_write_int_fmt Provider.obj for_write_int_fmt_xmit Provider.obj _OtsStringIndex Provider.obj for_write_seq_fmt Provider.obj _FIatan Provider.obj _FIexp Provider.obj _FIsqrt Provider.obj for_open Provider.obj for_read_seq Provider.obj for_read_seq_fmt Provider.obj for_close Provider.obj _FIcos Provider.obj _FIasin Provider.obj _FItan Provider.obj _FIsin Provider.obj for_read_seq_xmit Provider.obj for_read_seq_lis Provider.obj for_read_seq_lis_xmit Provider.obj for_write_seq_fmt_xmit Provider.obj for_date_and_time Provider.obj for_len_trim Provider.obj for_write_seq_lis Provider.obj _FIalog10 Provider.obj _FIaint Provider.obj for_rewind Provider.obj for_read_seq_fmt_xmit Provider.obj _OtsMoveMinimum Provider.obj

Any idea what libs are missing and where I can get them?

Thanks,

cricri

17 Jan 2008 12:12 #2653

If you are using a library that defines these routines then you need to provide it as a reference at link time.

In a Plato project, references are created by right clicking on 'References' in the 'Project Explorer' window.

17 Jan 2008 12:17 #2654

Hi Paul,

Thank you for the answer. Well, the problem is there...what lib are missing? I can't find these functions anywhere.

Chris.

17 Jan 2008 12:46 #2655

The supplier of the library should know.

17 Jan 2008 12:51 #2656

Thanks,

I will try to investigate.

Regards

17 Jan 2008 12:59 #2657

Try searching on the Internet under 'MAD-X for Windows'.

If you find the library then it is likely that it will use the STDCALL protocol and this will have an impact on your FTN95 code.

Please login to reply.