LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is objheap.cpp?

I cannot create a global for a cluster of enumerations
0 Kudos
Message 1 of 4
(3,100 Views)
I don't understand exactly. Could you give a little bit more information?

I could generate a global.vi with a cluster. The cluster includes 2 enum controls. I could write to the cluster global from a main vi.

objheap.cpp - this looks like you get a LabVIEW crash? Could you reproduce it? Could you attach your VI? and which version of LabVIEW are you using?

Regards
Roland
PS: The clusters with the enums need to match exactly.
Download All
0 Kudos
Message 2 of 4
(3,100 Views)
If you are getting a "fatal" LabVIEW crash that says something like this:

Failure: blahblah.cpp, line xyz in LabVIEW 6.0

Then you might want try checking out the following pages:

http://www.ni.com/support/failure/

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/01b186b5ceb1d07786256747000f4319?OpenDocument
http://www.medicollector.com
Message 3 of 4
(3,100 Views)
I like this answer. I tried to reproduce the behavior, however I couldn't with LabVIEW 6.1. Maybe there is not enough info on how you get the crash?

Just remember, if you have a enum in a cluster and you create a global out of it, the enum needs to match exactly.

Roland
0 Kudos
Message 4 of 4
(3,100 Views)