Jump to content

Jacemdom

Members
  • Posts

    158
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jacemdom

  1. Salut. I now tried to import the functions from zlib.dll v1.2.3, and it does not work again... I attached the zlib kit if someone would like to try... Any suggestions? Download File:post-731-1157566500.zip
  2. I did not add the file manually... I manually included the file and manually changed the destination... The DLL is called trough a CIN...
  3. Salut. I am using Perforce for SCC. I have a to enter a password to enter into the depot. After a certain amount of time, i have to reenter that password. When the password is not valid anymore, LV acts like if there was no SCC around!!! Is it possible to make it ask for the password?
  4. I want want to check out the project file...i noticed that if i modify the project by creating a new VI, it ask if i want to check out the projetc...so i believe my problem is solved, even if my question remains unanswered...
  5. Salut. Am i missing something, or is it really not possible to check out a project from the menu-->tools-->Source control? Is it going to be implemented in the next version?
  6. http://digital.ni.com/softlib.nsf/websearc...;node=132050_US Download and use with existing serial
  7. Salut. I have 2 build specs, 1 exe and 1 installer. Here is the exe preview : Here is the installer files : is it possible to remove the extra copy of zlib.dll that is created in the programs files folder?
  8. You could also configure the policies (or other config info, idon't remember the exact details) on your system to start your app instead of the explorer.exe. This can be configured by users and groups. I don't have all the info needed to achieve it. An experienced IT admin or tech should know how to, idf you have one available to consult.
  9. Salut. For those interested, here the VI that resulted from the information received. Download File:post-731-1157308687.vi
  10. Salut. If you want to have the LabVIEW 7.1.1 file subpalette, follow the instructions : 1- Run UVI_MenuVIEW.vi (attached) 2- open LabVIEW-->Menu-->Tools-->Advanced-->Edit Palette Set... 3- Browse into the programming subpalette 4- Right click on the subpalette right of the File I/O subpalette(or any other chosen location) and select Insert-->subpalette... 5- Select "Link to an existing palette file (.mnu), click ok 6- Select C:\Documents and Settings\%user\My Documents\LabVIEW Data\8.x\Palettes\menus\Categories\Programming\_File IO\LV7.1.1_file.mnu 7- Click ok 8- click save changes (if you have the option "preview changes before saving" active, you will get the message below, click continue) Download File:post-731-1157219127.vi
  11. When i ask a question, all answers are welcome Your answer is the biggest direction/tip i got so far...
  12. Download File:post-731-1157140014.vi Have attached one of possible solutions...i also made the use of various tools to solve the solution and include the keywords for you to search the labVIEW help in order to broaden your knowledge of this tool(LabVIEW). The solution was designed in order to initiate you to a high number of LabVIEW tools.
  13. Salut How can I get the label name of a dvd? The name that is shown at right of the drive letter in windows.
  14. Salut. I want to import the GetVolumeInformationW function from the Windows kernel32.dll. Microsoft says: 1- I start the wizard, select "Create VIs for a shared library" then click next2- Then select C:\WINDOWS\system32\kernel32.dll for the shared library. 3- Then select C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\WinBase.h for the header file 4- Click next 5- Add C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include to the include path (for Windows.h) 6- Click next...wait 7- Then NI says : How can i make it work? Is it possible?
  15. Why do you want to remove the *.* file pattern?
  16. Salut. I want to convert a .bld file from LV 7.1.1 to an 8.0.1 project. All the project files are compiled in the 8.0.1 version and are resident in a SCC (perforce). When I try to convert the build script, it fails because it is trying to save some Vis that are read-only (SCC). What changes this tool is doing to the files in order to want to save them? I would like avoiding putting the entire library in edit to convert the build and then do a revert unchanged
  17. The calls will end up in a queue, like any standard calls to VIs
  18. Jacemdom

    Hello world

    caca...crotte....
  19. If you did not go trough the entire help doc on globals, here is some advice on the subject : - Every global in read mode creates a copy of the data in memory - you can lose data if you write at 2 different places in the code before reading (race condition) - they make the code harder to follow (no wires to follow) - If you plan on using a global in many places, consider making all the global operations in one VI that you use everywhere, this will always keep the data to one copy in memory.
  20. Verified. Is it a bug or a feature? I would say a feature that became a bug!
×
×
  • Create New...

Important Information

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