Missing external compliler support libraries

I'm trying to use Measurement Studio 8.1.2 for Visual Studio 6.0 to import a CVI project so I can use a partner's C++ DLLs.
As an starting point I'm tyring to use the File->New to open the Measurement Studio Wizzard to convert and existing CVI project into a Visual C++ project using one of the CVI sample projects (tankdemo.prj).  But it fails with "The specified CVI installation is missing the external compiler support libraries in the extlib folder".
Using explorer, the three files cvirt.lib, cvisupp.lib, and cviwinmain.lib are in cvi/extlib/ for all my CVI installations, although for 8.5 they are in cvi85/extlib/msvc/
How to fix?  My compiler compatability is set for Visual Studio and I've CVI 5.5, 6.0, 8.01, and 8.5 installed on this computer.   Haven't yest upgraded to 8.5.1.
--wally.

Well, the easiest way is if you have Visual Studio 2005, you can run through the CVI wizard, and then look at what include directories and libs were used.  For example, if I run the VS 2005 wizard on the tank demo, the Additional Include Directories option under C/C++ in the project properties dialog, is set to
"C:\Program Files\National Instruments\CVI85\include\";"C:\Program Files\National Instruments\CVI85\toolslib\";"C:\Program Files\National Instruments\CVI85\toolslib\activex\";"C:\Program Files\National Instruments\CVI85\toolslib\custctrl\";"C:\Program Files\National Instruments\CVI85\toolslib\cvirtsup\";"C:\Program Files\National Instruments\CVI85\toolslib\datasock\";"C:\Program Files\National Instruments\CVI85\toolslib\localui\";"C:\Program Files\National Instruments\CVI85\toolslib\printing\";"C:\Program Files\National Instruments\CVI85\toolslib\reportgen\";"C:\Program Files\National Instruments\CVI85\toolslib\toolbox\";"C:\Program Files\National Instruments\Shared\CVI\include\";"C:\Program Files\National Instruments\Shared\CVI\toolslib\";"C:\Program Files\National Instruments\Shared\CVI\toolslib\custctrl\";"C:\Pro​gramData\National Instruments\CVI85\include\";"C:\ProgramData\Nation​al Instruments\CVI\include\";"C:\Users\Public\Documen​ts\National Instruments\CVI85\Jonathan's Samples\apps\tankdemo\"
Now, the above settings are from my Vista machine. Instead of ProgramData, you should use  C:\Documents and Settings\All Users\Application Data\...
Also, you need to be using the _NI_mswin32_ preprocessor define. I don't think the VS 6 wizard automatically added it. This is mentioned in the Required Preprocessor Definitions help topic in the LabWindows/CVI Help.
Also, if I remember correctly, the VS 6 wizard added the toolbox.h and toolbox.c file which actually doesn't need to be added so you can delete those from the project. 
Additionally, we moved the location of analysis.h which was an intentional change. The reason for it has to do with properly supporting
UAC under Vista. The analysis library had to be installed to a different
location, since in some cases those files need to modified by CVI,
post-installation.
Best Regards,
Message Edited by Jonathan N on 08-28-2008 02:36 PM
Jonathan N.
National Instruments

Similar Messages

  • Adding Supported Libraries in standalone-derived OS.

    Hi All,
    I am creating a derived OS package from the standalone BSP.
    The overall BSP tree is created and builds fine. I get all expected standalone BSP files plus the OS files on top of it.
    The problem is that in the BSP settings Dialog, I don't get to pick any of the Supported Libraries (xilfatfs, xilflash, etc.)
    I see in the .mld files of these individual libraries that this line is set:
    OPTION REQUIRES_OS = (standalone xilkernel);
    I would have expected a custom BSP that depends on standalone BSP would qualify as a "standalone" OS (like a base object in OO analogy). But it seems not. Or else I am missing the spot.
    Is there a way to be able to add Supported Libraries for a custom OS, without editing the .mld files of the said libs? I want to avoid touching the installation files.
    I am new to this so thanks for any help.
    Regards,
    --Martin

    I did this and the scripts weren't useful for within my current simulation framework. One of the reaosns being our ethernet IPs are real for the Vivado project and they use dumy ones for our simulation system.
    One quick question - what is the difference between Vivado launching modelsim and launching a precompiled version of modelsim? My boss told me something about the Vivado launching method is time driven - so it knows what happenes at exactly what time according to the chip. Our method which he says is older, doesn't care about chip time and hence is much faster. 

  • "Missing external function lvanlys.dll" when running EXE

    Windows 7 x32, LV2009SP1 / LVRuntime 2009
    I am trying to build an EXE from a customer's code.  They use the analysis library (NI_AALBase.lvlib).
    It runs fine on my dev machine.  When I build the EXE and pass it to a target machine with LVRuntime on it, I get the error:
    Missing external function lvanlys.dll: Mean_head:C NI_AALBase.lvlib:Mean.vi.
    I explicitly added the lvanlys library to the project.  I added the library as a source file in the build.  Finally I added the DLL itself to the project and as a source for the build.
    Always the same error.  The DLL is located in the data folder after the build.  I tried to move it into the same folder as the EXE, and into the system32 folder.  Nope.
    I just changed the DLL's extension to dllx and tried again, and I get the same error, so it looks like it can't find it.
    Do I need to register this DLL or something?  Does it need a support file?
    Solved!
    Go to Solution.

    Runawaycode wrote:
    As the application was launched, a pop up window suggested to download the Labview run time engine, and an internet address was suggested.
    I am not aware that there is a download link suggestion. Can you show us a picture of the popup window? Does the link really point to the minimum run time engine? That would be hard to believe.....
    Runawaycode wrote:
    National Instruments should warn the users that there are more download versions or possibly suggest the complete version if something goes wrong. 
    The download page for the run time engine is very specific about the various versions. It is a matter of actually reading it.
    It is even more clear in the newer versions, where the minimum run time version has been renamed into web browser plugin. The description is:
    This is the download page for the LabVIEW 2012 (32-bit) Remote Front Panel Web Browser Plug-in (formerly known as the Minimum Run-Time Engine). The Web Browser Plug-in is a smaller download intended for viewing VIs embedded in a web page.  It does not contain the full run-time engine and is not recommended for running executables.
    Compare with the standard run time engine where the description is:
    "This Run-Time Engine must be installed on any 32-bit or 64-bit Windows system where you plan to run executables that you build with the Application Builder in LabVIEW 2012 or 2012 SP1 (32-bit). Executables built with LabVIEW 2012 or 2012 SP1 (64-bit) require the LabVIEW 2012 (64-bit) Run-Time Engine.
    Additionally, the Run-Time Engine allows your browser to display VIs embedded in Web pages."
    I am not sure how much clearer it could be made. Do you have a suggestion?
    LabVIEW Champion . Do more with less code and in less time .

  • "Invalid Binary" error on app. Apple's reason is "Missing 64-bit support" due to changes from Feb 1st 2015

    Hello
    Can anyone help me with an "Invalid Binary" error on my app.
    Apple's response is:
    Dear developer,
    We have discovered one or more issues with your recent submission for "DPS Notes". To process your submission, the following issues must be corrected:
    Missing 64-bit support - Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK. Beginning June 1, 2015 app updates will also need to follow the same requirements. To enable 64-bit in your project, we recommend using the default Xcode build setting of “Standard architectures” to build a single binary with both 32-bit and 64-bit code.
    Once these issues have been corrected, use Xcode or Application Loader to upload a new binary to iTunes Connect. Choose the new binary on the app’s Details page in My Apps on iTunes Connect, and click Submit for Review.
    Regards,
    The App Store team
    Can someone from the Adobe DPS team let me know how I can recreate the .ipa file so that it will meet Apple's requirements.
    They seem to have moved the goalposts since I created the original .ipa file in December. I thought I'd submitted it, just went back through iTunes Connect to check info as I hadn't heard anything from them, then hit this brick wall. Any help offered would be much appreciated.
    Thanks
    Rebecca

    Hi
    I've Updated App Builder, gone back to the DPS App Builder portal, regenerated new zip and ipa files and downloaded them.
    I clicked the Application Loader 3.0 link, downloaded the latest Appication Version, clicked on the "Deliver your App" button, and submitted the newly built App that was built using 32.4.2 version. (All the app icons were listed as "stored on server" so I presume they are all ok). The .zip file appeared to 'deliver' to Apple successfully. I've tried to resubmit it but get ta "Redundant Binary Upload. There already exists a binary upload with build version..." error message, so presume the orginal binary upload was successful. I have no idea how I can get this app from the "prepare for submission", to "in review". The last time I thought I'd submitted this app I got as far as the "waiting for review" status, and no further.
    At the moment I don't have a"+" button in the Build section - as mentioned on page 66 of Adobe's Step_by_step_guide_to_dps_se.pdf.
    So I can't add the new .zip file to the iTunes Connect > My Apps portal in the Build section of the Versions tab.
    I have put a support email into Apple, but don't expect a reply any day soon.
    The problem with starting all the way back through the App wizard is that I really want to use all the same App Name, Bundle ID, and details etc.
    Do you mean, going back to the Folio Producer Panel, and building a whole new App?
    This process certainly isn't for the faint-hearted!
    HELP!

  • Creative MP3+ External soundcard support..

    Does the Creative MP3+ External soundcard support "Stereo Mix"?

    @Creativeuser1
    You still haven't tell us if you are using the X-Fi Surround 5.1 Pro or the X-Fi Surround 5.1 .
    1. Did you activate any audio enhancements, like CMSS, crystalizer, etc..?
    Go to the Entertainment Console and click on the Default checkbox. That should turn off all audio enhancements and reset all settings to default.
    2. This two products doesn't have Gaming or Audio Creation mode.

  • After my successful download of iTunes 64 bit,I continue to get an error message that it's missing Apple Application Support. What am I doing wrong?

    After my successful download of iTunes 64 bit,I continue to get an error message that it's missing Apple Application Support. What am I doing wrong? I've installed it and uninstalled it several times already, but each time I get that error message...

    I've been getting timed out for 2 days now, what finally worked for me was not plugging the phone into the computer and just doing the update through my wifi, worked perfectly, took less than 15 minutes

  • I'm getting an error message on Windows 8.  Missing apple application support.  Itunes will not install.  Please help!!, I'm getting an error message on Windows 8.  Missing apple application support.  Itunes will not install.  Please help!!

    I'm getting an error message on Windows 8.  Missing apple application support.  Itunes will not install.  Please help!!, I'm getting an error message on Windows 8.  Missing apple application support.  Itunes will not install.  Please help!!

    You probably need to either uninstall and reinstall itunes or to download the apple application support by itself
    you can download the itunes http://www.apple.com/itunes/ here
    then to do a complete uninstall / reinstall follow these instructions http://support.apple.com/kb/ht1923
    you could also use 7zip to extract the individual installer for apple application support from the itunes setup file http://www.7-zip.org

  • I tried to download the itunes update and at first it would say i was missing msvcr80.dl so I completely uninstalled itunes and its components, then reinstalled it. Now it says I'm missing"Applle Application Support" How do I fix this?

    I tried to download the itunes update and at first it would say i was missing msvcr80.dl so I completely uninstalled itunes and its components, then reinstalled it. Now it says I'm missing"Applle Application Support" How do I fix this?

    With the Error 2, let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • I was getting the message missing msvcr80.dll so i did everything it said too and now it says i am missing apple application support error 2

    i had a message that said i was missing msvcr80.dll and i did everything it said to and now it says i am missing apple application support error 2. how do i fix this

    With the Error 2, let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/download.htm
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • [svn:fx-trunk] 11376: Remove external image support from BitmapImage and BitmapFill.

    Revision: 11376
    Author:   [email protected]
    Date:     2009-11-02 11:39:44 -0800 (Mon, 02 Nov 2009)
    Log Message:
    Remove external image support from BitmapImage and BitmapFill.
    QE notes: none
    Doc notes: ASDoc updated. Any other docs that mention loading external images in BitmapImage, BitmapFill, or Border need to be updated.
    Bugs: none
    Reviewer: Jason
    Tests run: checkintests, cyclone
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Border.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/BitmapImage.as

    That PKGBUILD doesn't work, primarily because _svnmod is not set correctly.  The remaining problems are mostly down to not being in the $srcdir directory when checking out the ImageMagick source.  It's also good practice to copy the source and do the build in the copy.  That way, it will be possible to successfully update the source and rebuild the package at a later date.  Otherwise, the PKGBUILD certainly works with the following modifications but I've no idea whether the package is viable because I didn't try installing and testing it.
    _svntrunk=https://www.imagemagick.org/subversion/ImageMagick/trunk
    _svnmod=ImageMagick
    build() {
    cd ${srcdir}
    if [ -d $_svnmod/.svn ]; then
    cd $_svnmod
    svn up
    else
    svn co $_svntrunk $_svnmod
    fi
    rm -r ${srcdir}/${_svnmod}-build
    cp -r ${srcdir}/${_svnmod} ${srcdir}/${_svnmod}-build
    cd ${srcdir}/${_svnmod}-build
    if [ "${CARCH}" = "x86_64" ]; then
    patch -Np1 < ../libpng_mmx_patch_x86_64.patch || return 1
    fi
    Etc., etc.
    Last edited by azleifel (2010-04-11 22:15:09)

  • Missing apple application support

    I cannot get iTunes 9.0 to run on my pc, windows xp pro. I downloaded iTunes 7.0 and it worked on the computer but not with third generation shuffle. I keep getting the error 1, Missing apple application support. I have tried uninstalling, repairing, turned off firewalls while downloading etc. Does anybody have any ideas? Thank you

    Hi,
    Try uninstalling iTunes and the related Apple software, as shown here: http://support.apple.com/kb/HT1925.
    Then download and reinstall the latest version of iTunes from here: http://www.apple.com/itunes/download/.
    If you run into any issues, just post a reply here with the alert messages that appear in iTunes.
    Also, this article: http://support.apple.com/kb/HT1926 provides *General installation troubleshooting* tips that will resolve most Itunes installation issues.
    -Jason

  • External SATA support?

    I know some PC motherboards include extra SATA connectors on them that aren't always pre-connected for you. Does the Mac Pro have any extra SATA connectors on its motherboard?
    I just saw this deal at Shop4Tech (http://www.shop4tech.com/user.htm?go=view_item&id=5849&siteID=Es5Ekr9eEBk-Gqhcdo kOkqNlKYq4SwHL1w) which is only $24 for an external SATA enclosure. But I'm wondering if there's any way I'd be able to connect it to my upcoming Mac Pro.

    There is external SATA support for the Mac Pro using PCIe host adapters. I tried cabling the two SATA ports on the board to the rear of the Mac Pro but they do not support hot swap - so you have to restart each time you change hard drives on them. Not an ideal solution.
    I found a better options.
    1. Get a 2-port WiebeTech Tera Card TCES0-2e for $99.99
    http://www.amug.org/amug-web/html/amug/reviews/articles/wiebetech/tces0/
    2. Get a FirmTek SeriTek/2SE2-E and use the FirmTek 2SM2-E driver with it until the new Mac Pro EFI firmware comes out that will allow this card to be bootable.
    3. Call Addonics at 408-433-3898 and ask them to sell you a ADSA3GPX1-2E
    flashed with the BASE BIOS b7.3.13 for $39.99 for the Mac Pro. Tell them AMUG sent you. Then use the SiI-3132 Mac driver version 1.1.6 found here:
    http://www.siliconimage.com/support/supportsearchresults.aspx?pid=32&cid=3&ctid= 2&osid=3&
    I have three of the Addonics cards in a Mac Pro which provides 6 external hot swap SATA ports. You can use them for RAID or individual hard drives. So when someone tells you that no external SATA ports are available for the Mac Pro they just don't know
    Have fun!

  • Missing external libraries on deployment

    I have created a Web project under IBM Rational Application Developer 7 and a EAR project that deploys that web application under WebSphere v6.1.
    When I publish the web application on WebSphere, the external libraries are not found or not published with it. I have included the external libraries into the main Web project, but still it is not taken into account.
    Anyone know what the cause of this could be?
    In order to run my program I have to create the WAR file with Maven og install it manually on WebSphere. This has become tedious and wastes alot of time.

    The application probably thinks it's a camera drive. Post a screen shot if the root level of the partition. Look for folders with names like Private.

  • Moving to an external Ethernet Drive - Libraries and Photos are a mess - Cant Find Images

    I am in the process of wanrting to consolidate my LR3 files to an 2TB external ethernet drive (connected via airport extreme).  First, are there any issue with using the networked drive.  I've heard that there may be.
    Second, my libraries and photos are all over the place.  I cant seem to find the proper catalgues and sometimes files go missing or offline.  So, duringn this move to the new 2TB drive, I want to use this opportunity to find and move all the LR3 "stuff" i can and make the workflow better organized.
    How can I simply do that???
    Thanks!

    First, let me suggest that there are two issues here ... Storage (exactly where your photos and catalog file are located) and organization (how do you find/search for the photo(s) of interest. These are different issues.
    First ... storage:
    You can move your photos and catalog file anywhere to meet your storage needs. You move the catalog file simply by moving it in Windows or Mac Finder to the internal HD (or any other non-network drive). Recommended: put the catalog file on your fastest hard disk. Recommended: move the previews (that are located in subfolders where the catalog is) along with the catalog file. Once moved, you open it by double-clicking on it.
    You can move your photos anywhere you want them to be, including a network drive. Although I recommend you move them in Lightroom so as to not break the links, you can also move the folders outside of Lightroom and then reconnect (in the folder panel, right-click on a folder and select "Update Folder Location").
    Now, you have your files whereever you want them to be. They are stored properly. It makes sense to consolidate your photos on a single drive if possible, and it makes sense to set things up for ease of backup (i.e. all photos in subfolders under a single parent folder) but other storage schemes are fine if they meet your needs.
    Next ... Organization
    This is how you set things up so that you can find a specific photo(s) quickly. I strongly recommend that this be done in Lightroom, using keywords, metadata and collections. I strongly dis-recommend that you do this by moving this folder to that location or folder hierarchy to help you be able to find things. I strongly dis-recommend that you do this by renaming photos or folders. Leave them whereever they are (after you have met your storage needs above), and organize via keywords. Assign keywords and metadata religiously to your photos. Keywords give you much more organizational power than folders, because you can have many many keyworkds assigned to a photo, but a photo can be in only a single folder.
    I strongly recommend consolidating things into a single catalog. This will enable you to search for any photo, because you have one catalog. If you have multiple catalogs, and catalog A is open, you cannot search for a photo in catalog B.
    Once all of this is complete, your photos are where you want them (storage) on your networked drive, your catalog (singular, not plural) is on your fastest disk (storage) and your photos are completely well organized in Lightroom, enabling you to search for them quickly, using the Lightroom filter bar, the keyword panel, or smart collections.

  • Missing external display 1920x1080 resolution, only shows 1680x1050... Please HELP !

    When connecting my Macbook Air (mid 2011) to an external LG 22" Display (M2241A) which supports a native resolution of 1920x1080, the closest setting available in the display preferences is 1680x1050, and aspect ratio is really distorted at this size. I use an Apple mini-display-port to HDMI, and HDMI cable to connect the Monitor.
    What can I do to correct this problem ? How do I make the 1920x1080 available and get rid of the distortion ?

    Thanks for your quick answer, but... When I use the 1080p resolution, I need to use Underscan, and the colors change, the fonts get all blurry and overall definition goes really bad. Really seems like a TV setting.
    Maybe okay to watch a movie, but not to work in Photoshop and get design work done properly.
    The external display only has HDMI + VGA inputs.
    So I guess the next step is to try finding a different connector (mini-display to VGA) But I am now in Chile, Patagonia, and believe me, this will be quite a challenge to find !!! Also, no way to buy at Apple online store and get it shipped here in Chile... :-(((

Maybe you are looking for

  • How do I install Air 3.1 to a drive other than C?

    Installing Air 3.1.0 on a Win XP sp3 computer with a partitioned hard drive. How I specify the location for program install so I can put it on D drive?

  • Problem with OpenLDAP2.4.11

    Hi!! need to verify if the ldap service is active. And if you turn it off what commands should I use? thanks

  • My library vanished.

    I left my itunes library unattended for a few hours, my ipod was not connected but the window was open on the screen. When I came back the library was empty, I connected my ipod and nothing changed. It said that all of my playlists were empty as well

  • Not able to find R/3 PO# in SRM....

    Hi All We are having SRM4.0 and R/3 4.7 as backend with classic scenario.No BW installed. We are developing a custom report in SRM to find the details of SC and PR for a selected PO. We are succesfull to get the details if the PO is created directly

  • Planning book design for Demand planning

    Dear Experts, I am in the phase of design planning book for example 20 Finished products 20 Semi finished products 5   planners 100 customer Forecast is done on the basis of  product, customer , plant and storage location For the above scenario how m