> could somebody enlighten me about the ability to run an application built > with application builder on a platform different with the one it was > developped on > for exemple i develop on a mac OSX with LV7 an application builder > what do i need to make it run on windows ? >
This ability isn't really there today. EXEs on various Windows are compatible with one another, but Mac and unix have different binary standards. To compile one from the other platform is usually called cross compilation, and LV supports this for RT, but not for desktop OSes. You will be able to distribute VIs to anyone with a development environment, and if the VIs are saved for the platform, you only need the runtime to execute it. You don't actually have to have EXEs for this. Greg McKaskle
