IX Developer IDE AutoComplete - HUH

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
dthomas
Posts: 14
Joined: Tue Jun 11, 2019 6:06 pm

IX Developer IDE AutoComplete - HUH

Post by dthomas »

Kind of getting tired with the auto-complete telling me I have access to libraries that do not exist when I go to Build project.

User avatar
Chris T.
Posts: 109
Joined: Mon Nov 20, 2017 5:29 pm

Re: IX Developer IDE AutoComplete - HUH

Post by Chris T. »

Hi dthomas,
This can be frustrating. An important thing to keep in mind is that when developing for the HMIs (X2,Tx, etc.) you are confined to the .net 3.5 framework. iX allows for interacting with all .net frameworks on your PC because PC targets can potentially support them.
Best regards,
Christopher
(801) 708-6690
Technical Support
Contact Us

Beijer Electronics AB
http://www.beijerelectronics.us

dthomas
Posts: 14
Joined: Tue Jun 11, 2019 6:06 pm

Re: IX Developer IDE AutoComplete - HUH

Post by dthomas »

Thanks Chris,

I think the real issue is that it is CE. .NET 3.5 does actually have a lot of the libraries accessible, however .NET 3.5 CE does not. Then there are different 3.5 CE dll's that have some libraries and others that do not.

Post Reply