LabWindows CVI 2009 Word_Rpt routines: Document is corrupted: Error reported: The MSWORD.OLB file cannot be opened.?

Using WordRpt support routines with a C application in LabWindows CVI 2009 to format Word files, an error sometimes occurs resulting in the document format being corrupted.  An error  is generated: The MSWORD.OLB file cannot be opened.  I don't know why or how to correct this problem.
Any help you can provide would be appreciated!

Hi LPR1,
Do you have an application that reproduces this.  If so, do you mind posting it?
Regards,
Hassan Atassi
NI Community Project Engineer

Similar Messages

  • Labwindows CVI 2009 compatible issue with VISA 4.4.1?

    Hi,
    I would like to understand is there any compatible issue for Labwindows CVI 2009 with NI VISA 4.4.1? If so can you please direct me to the right document where this is document.
    Can you also tell me what is the version of NI VISA for Labwindow CVI 2009. Please reply at the earliest.
    Regards,
    Usha

    Apparently HP has stopped updating that application for Firefox. It wasn't available for Firefox 3.6 last year and now - not for 4.0 either.

  • Introducing LabWindows/CVI 2009

    National Instruments released LabWindows/CVI 2009 on Friday, December 4th.
    LabWindows/CVI 2009 includes enhanced productivity tools and introduces a new toolkit for run-time analysis and optimization. LabWindows/CVI 2009 also includes support for new technologies such as the Microsoft Windows 7 operating system, 64-bit application development and deployment, and provides a new interface for communicating with NI PXI FPGA-based hardware including FlexRIO and R Series data acquisition modules.
    Visit the What's New  page to see a full list of the new features in LabWindows/CVI 2009 that will help users create more reliable applications in a shorter amount of time and take advantage of new PC technologies. You can also view the What's New webcast series to get a closer look at the new features in LabWindows/CVI 2009. Some of the new features include:
    The new Execution Profiler Toolkit, an application performance measurement and analysis tool
    Improved debugging capabilities  capabilities with extended information in the variables and watch windows
    Easier user interface development with the attribute browser
    Integrated support for 64-bit application development and deployment
    The C- Interface to LabVIEW FPGA, a communication interface for FPGA-based hardware
    Support for Windows 7, the latest Microsoft operating system
    Additional Technical Resources Just for LabWindows/CVI Developers
    Subscribe to the LabWindows/CVI Quarterly quarterly newsletter  to receive the latest product news, tips and tricks, and developer resources. You can also join the LabWindows/CVI user community  and start collaborating with users.
    Adri Kruger
    LabWindows/CVI Product Manager
    Message Edited by Adri K. on 12-07-2009 03:28 PM
    Adri Kruger
    National Instruments
    LabVIEW Product Marketing

    Turbo,
    There isn't a document that covers all the features from 6.0 to 2009, though there are documents that talk about individual upgrades. 
    http://www.ni.com/lwcvi/whats_new.htm
    Also this document covers the upgrades since 8.0  http://zone.ni.com/devzone/cda/tut/p/id/7995
    There have been quite a few upgrades, you can always download an evaluation version and test it out for yourself http://www.ni.com/lwcvi/try.htm
    Richard S -- National Instruments --Applications Engineer -- Data Acquisition with TestStand

  • LabWindows/CVI 2009 Run-Time Engine update

    I wanted to let everyone know that NI has released an udpated CVI 2009 Run-Time Engine. Information on what bug(s) this update fixes can be found here. If you are currently not using the CVI 2009 Run-Time Engine, you do not need to install this update.
    This is an updated installation of the CVI Run-Time Engine, not a patch. If you download and install this update it will upgrade whichever version of the CVI Run-Time Engine you currently have to version 9.1.0.428 (CVI 2009 released with version 9.1.0.427). One way to find out which version of the CVI Run-Time Engine you have installed is to view the version number of c:\windows\system32\cvirte.dll. If you install version 9.1.0.428, any installer distributions that you create from any version of the CVI ADE will include version 9.1.0.428.
    If you have not yet installed LabWindows/CVI 2009, it's recommended that you install this update, either before or after you install CVI 2009.
    Luis

    To be clear, the original problem that you reported ("Attempt to free pointer to memory not allocated by malloc() or calloc()") might very have been the problem that this patch fixed, which was in fact new to 2009. But that problem only happens if there were actual plots in the graph.
    However, after looking at the "dynamic memory is corrupt" isse some more, it turns out that it is actually expected behavior, believe it or not. This is a limitation of easytab controls, caused by how they use callback chaining in their implementation. Whenever a panel or a control has its callback chained, you cannot change the callback, or make a copy of it after the chaining takes place. This is described in the EasyTab_ConvertFromCanvas function help ("...For the same reasons, do not call DuplicatePanel or DuplicateCtrl on any of these panels or controls after the Easy Tab control has been created.").
    As you probably have read elsewhere, easytab controls are quite obsolete. They were a stopgap "solution" to the problem of there not being a native tab control in the CVI user interface library. Native tab controls were finally added in CVI 8.0, and so we recommend that, if possible, users update their code to use these instead.
    Luis

  • LabWindows CVI 2009 9.1.0 - Build 64-bit Apps?

    I have LabWindows/CVI 2009 (version 9.1.0 427).  Can I build my apps as 64-bit apps?  Do I need a service pack upgrade to do this?  Or do I need to upgrade to a higher version of LCVI?
    Thanks

    LabWindows/CVI 2009 introduced the ability to create and distribute 64-bit executables, DLLs, and static libraries, see e.g. here

  • Mysql database connection with Labwindows/CVI 2009 sql toolkit

    Dear experienced users,
    I am using the following software/hardware:
    Windows 7/ Mysql database 5.6.15 64-bit with MySql ODBC 5.2 Ansi driver installed
    Labwindows/CVI 2009 with sql toolkit
    The user DSN of ODBC Data source administrator have been confiugred to one of mysql database. The test MYSQL Connector/ODBC is succesful.
    The Labwindows/CVI build setting is configure to debug64 after trying debug (32)
    The source code is from the example readtab.c with changes to the dsn I am testing
        hdbc = DBConnect ("DSN=dvd_collection");   
    The error message I have is confusing me.
    (it is in the attachd png)
    I thought it was due to the 64 bit mysql database. That's why I tried the 64 bit build from Labwiondws/CVI. I alsow tried Labview DB tools open connect.vi. It shows me the same error.
    Any suggestion is appreciated.
    Thanks,
    Jimmy
    Attachments:
    Capture.PNG ‏24 KB

    Jimmy
    I always use connection strings of the form "DSN=datasourcename;UID=database_user_id; PWD=database_user_password".
    Where:
    datasourcename = The name of the connection defined in the ODBC connection.
    database_user_id = One of the user identities created by the database administrator. Obviously the administrator will lock down the permissions appropriate to the task in hand.
    database_user_password = The password that identifies database_user_id, again set by the database administrator.
    Note that while it is obviously desireable to lock the permissions down as far as possible on the MySQL server, the more you do so, the slower the database will run, because of the way mySQL searches the permissions tables.

  • Hi, I cant open a document I have been working on. It has previously been saved without a problem now all I get is a box stating that the file cannot be opened. Any suggestions please?

    Hi, I reecntly purchased a Mac and the Pages App. But now I find that I cant open a document I have been working on. It has previously been saved without a problem now all I get is a box stating that the file cannot be opened. It is visible in both the Pages Windows and under Recent Items but just will not open. Any suggestions please?

    Hi Colourdoodles,
    Maybe the document is corrupted. Can you open other Pages documents? Preview may open it. Right click (or control click) on the document in Finder and Open With > Preview.
    If that works, Edit > Select All, Edit > Copy. Then paste into a blank Pages document. Formatting may be messed up, but you will have editable text. Then Save (with a different name), close and see if you can open the new document.
    Regards,
    Ian

  • I close the textedit programme , open Pages, click on the 09 pages file to be opened and the message "The document "7-09 receipts" could not be opened. TextEdit cannot open files in the "Pages document"

    I close the textedit programme , open Pages, click on the 09 pages file to be opened and the message "The document “7-09 receipts” could not be opened. TextEdit cannot open files in the “Pages document”
    What's this??? How do I open the pages doc???   Kalavati

    You have obviously not done what you think you have done.
    You have tried to open a .pages document in TextEdit which can't read them.
    If you are confused which program you are in look to the top left of the menu.
    You can either drag the .pages file onto the Pages icon on the Dock, open it from within Pages' Open dialog, double click on it or right mouse click > open with.
    Peter

  • HT4972 After the process stops due to a "corrupted" download of the new iOS file, why does the second try repeat the ten-hour backup process?

    After the process stops due to a "corrupted" download of the new iOS file, why does the second try repeat the ten-hour backup process? I am doing this on the latest iTunes, and a Windows XP computer.

    After the process stops due to a "corrupted" download of the new iOS file, why does the second try repeat the ten-hour backup process? I am doing this on the latest iTunes, and a Windows XP computer.

  • How's NI's support for LabWindows/CVI? How's it likely to be in the future?

    Hello Fellow LabWindows/CVI Users,
    Have you found that National Instruments provides good support for LabWindows/CVI?  If so, do you expect good support to continue in the future?
    Thanks,
    Gayle Roth

    Duplicated post
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • I have a file saved on my document but i when i want to open the file it says the file cannot be opened. help..!

    plse help me to reopen my file in the document. all the other files can be opened except the latest one i was working with. it always say the file cant be opened. i dont know why..

    Hello,
    your file is probably corrupted. If you do not have a backup of this file, and if https://discussions.apple.com/message/16132821#16132821 does not help ; you can send your file to me, I will try to see if there is a chance to open it or if it is definitively lost...

  • My Microsoft Word gives me an error report as soon as I try to open Word Document

    I have the Microsoft Word for Mac 2011 and I've had it for almost 3 years now. I didn't have any problems until I decided to update it since I haven't done so when I installed Microsoft on my Macbook pro. After about 3 or 4 updates I started having difficulties when it suddenly gives me an error once I tried creating a new document that says: "Microsoft Word has encountered a problem and needs to close. We are sorry for the inconvenience." and underneath it says More Information so I clicked on it and this is what it gave me:
    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXC_BAD_ACCESS
    Date/Time: 2015-02-16 05:22:55 +0000
    Application Name: Microsoft Word
    Application Bundle ID: com.microsoft.Word
    Application Signature: MSWD
    Application Version: 14.2.0.120402
    Crashed Module Name: libobjc.A.dylib
    Crashed Module Version: unknown
    Crashed Module Offset: 0x000010a7
    Blame Module Name: Microsoft Word
    Blame Module Version: 14.2.0.120402
    Blame Module Offset: 0x0021002b
    Application LCID: 1033
    Extra app info: Reg=en Loc=0x0409
    Crashed thread: 0
    I clicked on check for updates just in case I missed any, but it says there's no updates available. Also, I restarted my computer twice and it still doesn't work. Did the updates messed it up? I really need to fix this problem soon because I'm going to need Word for school. Please and thank you!
    Edit: I'll be moving this question over the other forum, but can anyone at least solve this problem for me here?

    Microsoft Word is a Microsoft app. You should post your question to a Microsoft forum.
    Cheers,
    GB

  • Numbers 09 not working - I can open the program but only a few files are available, missing blank, checklist and many others. e.g  when I click on a file I get this error: The document "nmbtemplate is invalid. The index.xml file is missing. help.

    Please let me know what I can do to get my Numbers (iWork 09) working properly again.
    Here is what is going on:
    Numbers in iWork 09 not working can't access Blank, Checklist and many other files within Numbers.   I can open the program but only a few files are available. When I click on the file (which also has no icon just the name of the file) this warning appears:
    The document "Blank.nmbtemplate" is invalid.  The index.xml file is missing.
    I recently had to get a new hard drive installed and had the system upgraded and more memory put in by a Mac certified specialist recommended to me from the Apple store in Northbrook because this was the 3rd time my drive went bad but this time it was to old (I got the IMAC- in 2007) and the Apple store could no longer work on it this time so they recommended a few places that had certified Mac specialists.  Since then Numbers is not working right.
    I'm sure it's something simple to fix, but I've tried re installing it and that didn't work.  Appreciate any help.
    Thanks
    AppMare

    There is one way its getting fixed. Once I update my Adobe Illustrator CC to Adobe Illustrator CC 2014 it is further allowing me to go into the system folder and allocate the font to the file so that it can replace it. My only concern now is that our MAC partners who will receive these files back from us have Adobe CS6. We will down save it to CS6 but I hope they won't experience any font issues because of us using CC 2014? Any light you can shed on this?

  • "Document name is invalid.  The index.xml file is missing

    I have OSX Yosemite 10.10 and am having a problem just today in Numbers.  A file that I have saved to my desktop and opened daily to input data since the first of November won't open.  It gives me a message that the file is invalid, the "index.xml file is missing"   Running Numbers '09 version 2.3   Have been run ing Yosemite 10.10 for quite some time.  How can I open/retrieve the file?

    An original Numbers ’09 v2.3 document will save as a compressed zip archive that has its extension renamed .numbers. It contains an index.xml file. If you double-click this Numbers ’09 document, it will open in Numbers ’09 v2.3. This is contrary to how Pages v5.5.1 handles Pages ’09 documents.
    You have to explicitly open a Numbers ’09 v2.3 document in Numbers v3.5. When you make a change, Numbers v3.5 will drop a sheet dialog that is very clear in its portent:
    Would you like to upgrade this Numbers '09 spreadsheet?
    Edit a Copy
    Cancel
    Upgrade
    When you choose either the Edit a Copy, or Upgrade — and save your changes, the resulting document is now in the new document architecture whose structure no longer uses the index.xml file. Double-clicking this new document format will now default to Numbers v3.5 on open, not Numbers '09 v2.3. You have to explicitly choose Open with Numbers (2.3) from the contextual menu to get the pop-op below because Pages v5.5.1, Numbers v3.5, and Keynote 6.5 documents are not backwards compatible.

  • Open a Word 2010 document by clicking hyperlink but the "Display for review" cannot change to "Final"

    I use this Macros to open a Word document by Windows explorer.  The "Display for review" can be changed to "Final" automatically.  But I found when I open a Word document by hyperlink.  It doesn't work.
    E.g. I have a Word document named ABC.doc and a hyperlink to call another Word document like c:\temp\xxx.doc
    When I click c:\temp\xxx.doc
    xxx.doc was opened but the "Display for review" is still "Final:ShowMarkup". 
    Please help.
    Alt+F11 -> Normal -> Document -> Selected "Document" & "Open"
    Private Sub Document_Open()
          On Error Resume Next
          With ActiveDocument.ActiveWindow.View
                 .ShowRevisionsAndComments = False
                 .RevisionsView = wdRevisionsViewFinal
          End With
          On Error GoTo 0
    End Sub

    Hi,
    As your question is about Word developing, please note we don't provide related suggestions in this forum. The correct forum should be Word for Developers forum:
    https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=worddev
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for

  • How do I get my bookmarks back after updating to Windows 7?

    I updated to Windows 7 on a new hard drive. I backed up my C:\ drive to a Seagate external hard drive first. After installing Windows & all my programs. I restored the data from my Seagate drive, but I don't have any bookmarks from Firefox. I had ove

  • A way to get content from MONI to SAP BW?

    Hi, I'm a student and at the moment I'm working on a project to monitor the user behaviour on 40 SAP systems with 1 SAP BW. One source for that is the transaction st03n with the table MONI. As I know, the content from MONI can only be read out with A

  • What are the steps for upgrading os x 10.5.8 to 10.6.7

    I'm thinking of upgrading from 10.5.8 to 10.6.x.  Can I just install over the top of 10.5.8 or do I need to do something beforehand?  Do I just insert the disk and run? Much obliged.

  • Safari issues in iOS 8.0

    In both iPhone and iPad, I am able to swipe back to previous web page, but I can no longer get the swipe forward to work. Selecting text in web pages has become extremely difficult. In fact sensitivity to touch in any web-based text box (this post, f

  • Cannot activate/login with Adobe ID before trial installation of Creative Suite Design Standard

    Cannot activate/login with Adobe ID before trial installation of Creative Suite Design Standard. After hitting login button, login screen freezes and nothing happen. Already used 2 different Adobe IDs, same problem with both IDs.