Error Message

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
tonverra
Posts: 11
Joined: Wed May 29, 2013 9:18 am

Error Message

Post by tonverra »

Hi all,

Trying to simulate my program, but I am getting an error message. See attached picture.
Capture.PNG
Capture.PNG (3.97 KiB) Viewed 8491 times
Any ideas what can be wrong?

Thanks!

AMitchneck
Posts: 137
Joined: Mon Jun 11, 2012 2:10 pm

Re: Error Message

Post by AMitchneck »

I've had this issue before ... anywhere in your code where you specify an interface, dll, or whatever with a CF suffix will not work when you try to simulate your code on a PC as your PC does not have the compact framework components loaded.

How I got around this was to use precompile headers (ex #ifdef) to switch between CF version and non-CF version and define NOTCF in all relevant files when simulating. I couldn't find any other method in iX, such as create define if simulating versus release build.

Hope this helps.
Adam M.
Controls Engineer
FlexEnergy

tonverra
Posts: 11
Joined: Wed May 29, 2013 9:18 am

Re: Error Message

Post by tonverra »

Thanks for the reply!

I think it is due to me using a VM to program the screens, never had an issue on my "native" machine.

Is there any way one could install the CF?

Post Reply