Jump to content

infinitenothing

Members
  • Posts

    362
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by infinitenothing

  1. Could the compiler fix some of the easier race conditions? It could see that I'm doing something really simple with a global and block other callers for the 10 microseconds I'll need it. Oh, look, you have a property node floating off in the distance, let me do that before I start the event structure.
  2. You can add obfuscation (not real security). For example you could XOR your password with a second password.
  3. Maybe you'd like a type structure (especially the last image)? https://forums.ni.com/t5/LabVIEW-Idea-Exchange/Type-Structure/idi-p/3017975
  4. I really like this library. It's simple to use and understand. It's not viral.
  5. Of course at that point, there's no need to maintain the feature where newer versions can recompile older versions. It's all compiled for good now so there's no need to leave any part decrypted. Surely the RTEs don't have this security hole right .
  6. Is there a good way to grow an xnode from the scripting engine? When I try and pull up properties and methods I get nothing. Maybe there's a key missing in my LabVIEW.ini? To clarify, I want to do something like drop down the regular expression node, grow it a couple times, and then wire it up.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.