Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - habadeer

Pages: [1]
1
Support Questions / MonoDevelop Getting Cannot Separate Components 399x
« on: October 16, 2017, 08:16:56 PM »
I have been building the assemblies in Windows VS and then bringing them over into Linux, adding my project to the AdvancedHMI solution in MonoDevelop and explicitly referencing the pre-built assemblies, but now with 399x I am getting an exception that states you cannot separate the components.  Since I cannot get the components to natively compile under Mono I am not sure I am ever going to be able to satisfy this new requirement even though I wasn't separating the components.  If anyone knows a way of doing this under MonoDevelop please let me know.

Unless I can figure out how to get around this exception, I may have hit a brick wall with this new version. :(

Any help is appreciated.

2
I am getting an "Offset plus number of elements extends beyond ..." when trying to read a single element from an array of boolean using the CLX read method. Oddly I wasn't getting this error using the 398t version.  This has only recently popped up in the 399x version.

The original call looked like this:
newVal = CLX.Read ("BOOLARR[0]");

I tried explicitly specifying the number of elements like this and got the same result:
newVal = CLX.Read ("BOOLARR[0]", 1)[0];

Any help is appreciated.

Update: Status Code = 255 (Not sure if that helps.)

Pages: [1]