Options

Access to enum data type variables defined in dll

sridharsridhar Member Posts: 171
edited 2009-09-02 in NAV Three Tier
Hi,

How can I access enum variables used in dll from RTC. Its been a long pending task for me to complete. I am not getting error in Classic version. But getting error from RTC. Guide me please.

Thanks.

Answers

  • Options
    xyz123xyz123 Member Posts: 7
    Hi,

    enum is not supported in RTC. you need to change your DLL so that it can accept integer values instead of enum
  • Options
    sridharsridhar Member Posts: 171
    Thanks for the reply. The issue is solved by modifing the dll. Now the dll use integer instead of enum data type.
Sign In or Register to comment.