Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Problem building simple EtherNet/IP project - library problem?

brady
2021-01-10
2022-10-27
  • brady - 2021-01-10

    I am having trouble upgrading a project from Codesys 3.5 SP12 Patch 4 to Codesys 3.5 SP16 Patch 3. I have both versions of the development environment installed on my PC.

    I can reproduce the problem with a simple example project created as follows:

    1. Create a new "standard project", device = CODESYS Control for Raspberry Pi SL, structured text
    2. Right-click the Device node, click Add Device, select Fieldbuses->Ethernet Adapter->Ethernet
    3. Build: No errors
    4. Right-click Ethernet node, click Add Device, select Fieldbuses->EtherNet/IP->EtherNet/IP Scanner->EtherNet/IP Scanner
    5. Build: 100 errors
    ------ Build started: Application: Device.Application -------
                    Typify code...
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0032:  Cannot convert type 'Unknown type: '_strSockAdapterInfo.IpAddr'' to type 'INADDR'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0201:  Type 'SOCK_ADAPTER_INFORMATION2' is not equal to type 'SOCK_ADAPTER_INFORMATION2' of VAR_IN_OUT 'adapterInfo'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0032:  Cannot convert type 'Unknown type: '_strSockAdapterInfo.IpAddr'' to type 'INADDR'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0032:  Cannot convert type 'Unknown type: '_strSockAdapterInfo.PrimaryNameServer'' to type 'INADDR'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0032:  Cannot convert type 'Unknown type: '_strSockAdapterInfo.SecondaryNameServer'' to type 'INADDR'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0032:  Cannot convert type 'Unknown type: '_strSockAdapterInfo.NetMask'' to type 'INADDR'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0032:  Cannot convert type 'Unknown type: '_strSockAdapterInfo.DefaultGateway'' to type 'INADDR'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0032:  Cannot convert type 'Unknown type: '_strSockAdapterInfo.wsDNSSuffix'' to type 'ANY'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0032:  Cannot convert type 'Unknown type: '_strSockAdapterInfo.wsDNSSuffix'' to type 'ANY'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): TCPIP_Interface: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): CheckGatewayConfigured [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): CheckGatewayConfigured [IPConfig]: C0032:  Cannot convert type 'Unknown type: 'SIZEOF(SOCK_ADAPTER_INFORMATION2)'' to type 'UDINT'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): CheckGatewayConfigured [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): CheckGatewayConfigured [IPConfig]: C0046:  Identifier 'SOCK_ADAPTER_INFORMATION2' not defined
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): CheckGatewayConfigured [IPConfig]: C0201:  Type 'SOCK_ADAPTER_INFORMATION2' is not equal to type 'SOCK_ADAPTER_INFORMATION2' of VAR_IN_OUT 'adapterInfo'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: 'adapterInfo.IpAddr.S_un_b.s_b1'' to type 'BYTE'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.IpAddr.S_un_b' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.IpAddr' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: 'adapterInfo.IpAddr.S_un_b.s_b2'' to type 'BYTE'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.IpAddr.S_un_b' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.IpAddr' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: 'adapterInfo.IpAddr.S_un_b.s_b3'' to type 'BYTE'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.IpAddr.S_un_b' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.IpAddr' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: 'adapterInfo.IpAddr.S_un_b.s_b4'' to type 'BYTE'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.IpAddr.S_un_b' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.IpAddr' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: 'adapterInfo.NetMask.S_un_b.s_b1'' to type 'BYTE'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.NetMask.S_un_b' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.NetMask' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: 'adapterInfo.NetMask.S_un_b.s_b2'' to type 'BYTE'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.NetMask.S_un_b' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.NetMask' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: 'adapterInfo.NetMask.S_un_b.s_b3'' to type 'BYTE'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.NetMask.S_un_b' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.NetMask' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: 'adapterInfo.NetMask.S_un_b.s_b4'' to type 'BYTE'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.NetMask.S_un_b' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.NetMask' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: 'adapterInfo.DefaultGateway.S_un_b.s_b1'' to type 'BYTE'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.DefaultGateway.S_un_b' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.DefaultGateway' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: 'adapterInfo.DefaultGateway.S_un_b.s_b2'' to type 'BYTE'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.DefaultGateway.S_un_b' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.DefaultGateway' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: 'adapterInfo.DefaultGateway.S_un_b.s_b3'' to type 'BYTE'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.DefaultGateway.S_un_b' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.DefaultGateway' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: 'adapterInfo.DefaultGateway.S_un_b.s_b4'' to type 'BYTE'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.DefaultGateway.S_un_b' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0062:  'adapterInfo.DefaultGateway' is no structured variable
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: '((adapterInfo.dwFlags AND SOCK_AIF_INACTIVE) = SOCK_AIF_INACTIVE)'' to type 'BIT'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: '(adapterInfo.dwFlags AND SOCK_AIF_INACTIVE)'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'adapterInfo.dwFlags'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: '((adapterInfo.dwFlags AND SOCK_AIF_ALIAS_IP) = SOCK_AIF_ALIAS_IP)'' to type 'BIT'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: '(adapterInfo.dwFlags AND SOCK_AIF_ALIAS_IP)'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'adapterInfo.dwFlags'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: '((adapterInfo.dwFlags AND SOCK_AIF_DYNAMIC_IP) = SOCK_AIF_DYNAMIC_IP)'' to type 'BIT'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: '(adapterInfo.dwFlags AND SOCK_AIF_DYNAMIC_IP)'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'adapterInfo.dwFlags'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: '((adapterInfo.dwFlags AND SOCK_AIF_FIX_IP) = SOCK_AIF_FIX_IP)'' to type 'BIT'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: '(adapterInfo.dwFlags AND SOCK_AIF_FIX_IP)'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'adapterInfo.dwFlags'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: '((adapterInfo.dwFlags AND SOCK_AIF_IP_CHANGE_ALLOWED) = SOCK_AIF_IP_CHANGE_ALLOWED)'' to type 'BIT'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: '(adapterInfo.dwFlags AND SOCK_AIF_IP_CHANGE_ALLOWED)'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'adapterInfo.dwFlags'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: '((adapterInfo.dwFlags AND SOCK_AIF_GATEWAY_INFO_VALID) = SOCK_AIF_GATEWAY_INFO_VALID)'' to type 'BIT'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: '(adapterInfo.dwFlags AND SOCK_AIF_GATEWAY_INFO_VALID)'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'adapterInfo.dwFlags'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0032:  Cannot convert type 'Unknown type: '((adapterInfo.dwFlags AND SOCK_AIF_INFO_VALID) = SOCK_AIF_INFO_VALID)'' to type 'BIT'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: '(adapterInfo.dwFlags AND SOCK_AIF_INFO_VALID)'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'adapterInfo.dwFlags'
    [ERROR]         cip object, 3.5.16.30 (3s - smart software solutions gmbh): GetIPParams [IPConfig]: C0077:  Unknown type: 'SOCK_ADAPTER_INFORMATION2'
                    Compile complete -- 100 errors, 14 warnings
    

    When I open Library Manager and expand IoDrvEtherNetIP->CIP Object->Element Collections, I see that the CmpEventMgr Implementation is not resolved (see attachement). I don't know if this is relevant or not.

    I have tried adding various libraries to my project, but none have made a difference.

    Any suggestions would be greatly appreciated!

     
  • brady - 2021-01-12

    We resolved this by installing the "CODESYS Control for Raspberry Pi" version 4.0.0 package, then updating the device in the project to that version.

     
  • TPTSys - 2022-10-21

    I am having a very similar issue right now. Using CODESYS IDE 3.5.17.40 and a Turck HMI with codesys 3.5.14.30. Can't find some Types that are clearly referenced within the library dependencies.

    Same exact project with the same exact libraries compile without issue in codesys IDE 3.5.17.10. I'm trying to upgrade to fix the bug that prevents me from viewing task information in 3.5.17.10.

    The only difference I can see is the 3.5.12.0 IoDrvEthernetIP library is referencing CommonPacketFormat Interfaces CPF 4.2.0.0 instead of 3.5.17.0. Despite that, the types it claims are not defined are clearly within that library.

     
  • eschwellinger

    eschwellinger - 2022-10-22

    I think you need to uninstall CommonPacketFormat Interfaces Library 4.2.0.0

     
    πŸ‘
    1
    • TPTSys - 2022-10-27

      Esch,

      I was able to uninstall all the CommonPacketFormat Interfaces Libs newer than 3.5.17 and this did fix my issue.

      Thank you for the suggestion!

      I am wondering why the newer libraries have this issue? Maybe they are marked for qualified access only or something that makes them incompatible with the older CIP libraries?

       
  • i-campbell

    i-campbell - 2022-10-27

    Interface libraries always use the newest version installed. the library programmer is supposed to ensure backward compatibility. But in 4.2.0.0, there was a bug and it wasnt compatible anymore. With 4.3.0.0, the incompatibility was solved, by removing the library entirely. But if you ever installed the buggy version...

     

Log in to post a comment.