Jump to content

t0mt0m

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Posts posted by t0mt0m

  1. Hi everybody,

    I found the bug who has stopped my application from working as exe.

    I have made a vi, that get's a reference as input parameter. This ref have I connected to a property node to get some properties. My big mistake was, that I forgot to connect the "error out" from the property node. So after connecting the property node's error out, the application builder dropped me a line, that there's an error in a sub vi what he didn't with the unconnected error out.

    Maybe it's a tiny bug in LV7.0 - but I'm not sure....

    So remember to connect every time the error out :) I will never forget it again ;)

    Thanks alot for your help.

    Greetz

    Tom

  2. Hi,

    thanx for your help.

    I may be missing something here but your application shouldn't compile if you load it in the development environment and the run arrow is broken.  Or if you force a recompile (Ctrl+RunArrow) and then it's broken--in neither case should you be able to compile.

    So if you can load it in the Development Environment and the run arrow doesn't break, and you can compile it, but when you open it up and it's broken, that means it couldn't find something that was supposed to be there.  Your DLL's I'm assuming.  Or perhaps you have different DLL versions that cause it to break?--One that's being loaded by the development environment and one that's being loaded by the executable? 

    That's what I would check into--where are your DLL's, where are they supposed to be, and are any of them different versions with the same name.

    5226[/snapback]

    that's the strange thing. The run arrow isn't broken while I work in the development environment. I tried a recompile as you mentioned (Ctrl+RunArrow) and it compiled perfectly, but the exe i generated from the recompliled code has a broken one.

    So I'm gonna check now all dll dependencies. Hope it works. :)

    Greets

    Tom

    PS: Sorry, when my english sometimes sounds a bit strange, but it's not my native language...

  3. Hello everybody,

    my first post in this great forum is sadly a problematic one. Before posting I made some google searches and forum searches, but I have found no answer to my problem.

    I developed an application with Labview 7.0 that runs perfectly in the dev environment. The version I made a few days ago works perfectly as source and as exe. Then I made some changes (changed some IMAQ functions to plain array functions to gain a speed increase - so nothing speacial....). The source still works perfectly in the LV dev environment and I can build an application with the internal LV application builder from my source with all needed dependencies (just "plain" c dlls). But when I start the exe the front panel appears followed by this message:

    "The vi is not executeable.A full development version of labview required to fix the errors."

    Also the run arrow is broken.

    In the official forum I found a hint that only relates to LV 6.02 but nevertheless I followed the instructions (1. save all; 2. Save with options (app. development); etc). Also I opened every single vi - all work, no dependency errors, no warning.. nothing. A mass compile runs without any problem...

    I don't know what I can do else, so I hope you guys have an idea, what I can do.

    Thanx in advance for your help.

    Greetings

    Tom

×
×
  • Create New...

Important Information

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