LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

bug in AESend with Intel Mac (LV 8.2) ?

i attached a copy of AESend.vi
with default input values :
"JonspClp" for Event Class and ID
and "----“a long long text”" as parameter

this vi works (copy text to clipboard) with a PPC machine
but return an error message on an intel Mac (error -600)

i think it is a bug (??)
0 Kudos
Message 1 of 4
(2,667 Views)
PlBee,

You are probably aware that LabVIEW is not officially supported on Intel Macs yet.  I am suspecting that your compiled code in the CIN is the issue since it was probably compiled for the PowerPC Mac and not for an x86 Mac.  If you don't think this is the case, please explain in more detail what is going on, with a simple VI that does nothing but show the error you are getting, and I can submit this information to R&D.  Thanks for your help!


Doug M
Applications Engineer
National Instruments
For those unfamiliar with NBC's The Office, my icon is NOT a picture of me 🙂
0 Kudos
Message 2 of 4
(2,644 Views)
> You are probably aware that LabVIEW is not officially supported on Intel Macs yet.
thank you for reminding it to me on every post
i think i get it 🙂

> I am suspecting that your compiled code in the CIN is the issue since it was probably compiled for the PowerPC Mac and not for an x86 Mac.
no, as you certainly know, there is an automatic compilation of the whole Labview folder when installing on an intel mac.
i didn't cancelled this compilation

>If you don't think this is the case, please explain in more detail what is going on, with a simple VI that does nothing but show the error you are getting, and I can submit this information to R&D.
this vi send an appleevent ("JonspClp") to the finder, wit an argument ("a long long text")
this command ask the finder to put the argument (the text) in the clipboard

this works on PPC Mac
but return an error on intel Mac

> Thanks for your help!
it's a pleasure
0 Kudos
Message 3 of 4
(2,638 Views)
PIBee,

I hadn't seen your other posts, it looks like you have helped a lot with LabVIEW on Intel Macs! This was reported to R&D (#43QG4KG0) for further investigation. Thanks for the feedback!

Best Regards,
Doug Mumford
Applications Engineer
National Instruments
Doug M
Applications Engineer
National Instruments
For those unfamiliar with NBC's The Office, my icon is NOT a picture of me 🙂
0 Kudos
Message 4 of 4
(2,617 Views)