How can I build a project made for DOS?

 Hello!
 I've a project I'm afraid was made 15 years ago by somebody with a DOS version of LabWindows. I'm trying to compile it with LabWindows 7.1.1 and I've some "link error" and "syntax error" (about 80). I've tried with the "translate" tool but it doesn't change. How can I manage?
 Hola!
 Tengo un proyecto que fue ejecutado en LabWindows para DOS. Estoy intentando compilarlo con LabWindows 7.1.1 y halla algunos "link error" y "syntax error" (unos 80). He probado con la herramienta "translate" si éxito. Qué más puedo intentar?

Pow wrote:
 Hello!
 I've a project I'm afraid was made 15 years ago by somebody
with a DOS version of LabWindows. I'm trying to compile it with
LabWindows 7.1.1 and I've some "link error" and "syntax error" (about
80). I've tried with the "translate" tool but it doesn't change. How
can I manage?
I'm very much afraid you are in the wrong forum here!!
We talk here about LabVIEW which fortunately never had to run under DOS
;-). As to your question itself it could be tricky. If the code has
been written in the C slang of LabWindows for DOS you should be able to
fairly easily get it up to compile in a recent LabWindows CVI version,
although there have been some issues about converting from DOS to CVI
due to 16bit -> 32bit issues and I'm not sure there is still good
documentation about that. The move from DOS to CVI was after all more
than 10 years ago.
If the program is written in the QuickBasic slang LabWindows for DOS
also supported, you will first have to find an old LabWindows for DOS
installation to let it translate the QuickBasic code to C before you
can attempt to import it into LabWindows CVI.
Just looking at the code and trying to recode everything in LabWindows
CVI or maybe LabVIEW ;-) may be not such a bad idea after all. It could
make sure that the application is coded in a good way as ol' LabWindows
for DOS had quite some limitations due to its dual language
QuickBasic/C support.
Rolf Kalbermatter
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • How can I open a project made in 2000 on Final Cut Pro to migrate it to a new version?

    how can I open a project made in late 2000 on Final Cut Pro to migrate it to a new version to finish editing it? files, timeline and unfinished edit are all stored on hard drive since early 2001, with all the original miniDV tapes still in hand

    Do you still have legacy FCP? If you not you need to find someone who will open the project in FCP6.0.6 or later. Export an XML file of the project. Use 7toX to convert it to an XML format that works with FCPX. Import the converted XML file to FCP.

  • How can I import an project .imoviemobile file to imovie 10.0.6 on my mac book for further processing

    How can I import an project .imoviemobile file to imovie 10.0.6 on my mac book for further processing?

    You can't.  (http://www.macworld.com/article/2057972/imovie-for-ios-projects-no-longer-work-o n-the-mac.html)
    Geoff.

  • How can i build RPMs file for my own Java Application?

    How can i build RPMs file for my own Java Application?....I have my own directory that contains all Java Source files and some files that my Application required....I want to build RPMs file like a install File to Linux System, Now my OS is Linux Fedora core 1.....How can i do this?

    I think that in order to create a RPM, you'd need to
    use some C.Nope - the RPM is all about packaging and the "magic" x.spec file. You can have anything you want in the RPM, but you have to use RPM tools to build the .rpm file. One of the features is that you can also indicate (via "install" scripts) modifications to other files or the filesystem to support the installation of whatever's in the RPM.

  • How can I convert .cp projects from Captivate 2 to .cptx projects for Captivate 7?

    How can I convert .cp projects from Captivate 2 to .cptx projects for Captivate 7? Do I have to use some other version between 2 and 7 to do this?

    I doubt you are going to be able to find all those previous versions and the time it would take to install, open the project, verify it, and everything in between (and without license keys, they would only be saved from trial versions which would be an issue), it seems it would be better just to start with Cp7 and put the effort into that.
    Completely off topic, one of the things I like about Authorware is that Macromedia provided previous versions that would allow you to open up and save the projects to get to version 7. It was a nice little touch they provided for developers. I don't believe that Adobe does this for Captivate though.
    Dave

  • How can I build Instalation Program for java applet?

    I want to build on line internet game based on java applet.
    Uset must instull the game to his computer.And this program mast Connect to the server when user enter
    to this application.Not from explorer,but from my application,like when i enter to ICQ.
    My questions:
    How can i build instalation program in java?
    How can i connect to the server when user enter into my game not from explorer but from game?
    Thanks,Maya.

    Hi Maya
    First of all an Applet does not have to be "installed" as you would with a normal application. The browser handles the install and execution of the applet.
    Check out this URL for more about applets:
    http://web2.java.sun.com/docs/books/tutorial/applet/index.html
    On the subject client/server pairs - see:
    http://web2.java.sun.com/docs/books/tutorial/networking/sockets/index.html
    If you decide to make the game an application instead check out Sun's WebStart - under the products section.
    That's about all the help I can give you.
    Programming a game is a complicated subject - I am doing one too:
    http://hjem.get2net.dk/mhjembaek/armageddon/
    Kind reg,
    Hjembaek

  • How can I edit my security questions for my apple id?  I made them so long ago...I can't remember the answers.

    How can I edit my security questions for my apple id?  I made them so long ago...I can't remember the answers.

    You must contact iTunes Store Support for that problem.
    Do that by starting here: http://www.apple.com/support/
    Navigate the pages as follows:
    Under "Contact Us" click the blue "Contact Support" link
    Click the blue "Get Started" button
    Click "More Products & Services"
    Click "Apple ID"
    Click "iTunes Store, App Store or Mac App Store"
    Click "Forgotten Apple ID security questions"
    Click "Continue"
    Choose one of the support options that appear.

  • How can i use the project code instead of project xml?

    hello
    i use the sessionbean+toplink structure,after i finish the o-r mapping by using the mapping work bench,i generate the project xml file,then in the "session.xml" file,i refer to the project xml,then i can use it from sessionbean.
    i hear that if i use the project code instead of project xml file,it will be more performant,is that true?
    otherwise,how can i use the project code instead of project xml file?i mean, in "session.xml", i can use the "<project-xml>" tag to refer to the project xml file,then in my session bean,i get the server session by read the "session.xml" file.but if i use the project code,how can i refer it from the "session.xml"?the examples that come with the toplink installation only tell me how can i use the project xml file within the session bean,it don't give me any clue about using the project code in the sesion bean,who can give me a step-by-step instruction and code snippet?
    thank you very much?

    There is a slight performance gain during session load at startup but there is no difference at runtime. The choice of which to use is dependent upon you build process. Whether it is easier to submit a new version of the class into the comile build process vs an XML file. In most cases it is just a preference of the development team.
    When you use the project-class you'll need to generate the source code and compile it into your system. Typically it is packaged with the persistent classes. You may need to configure your environment so that the class-loaders have access to these classes (same for the XML case).
    When using the project-class you simply replace the project-xml entry like this:
    <project-class>oracle.toplink.demos.employee.relational.EmployeeProject</project-class>
    The DTD for the session.xml file is found at <TOPLINK_HOME>\core\sessions_4_5.dtd. It is also in the documentation at:
    http://otn.oracle.com/docs/products/ias/doc_library/90200doc_otn/toplink.903/b10064/a-sessio.htm#634246
    Doug Clarke
    Product Manager
    Oracle9iAS TopLink

  • How can I make a patent mark for a program in labview7?

    i have two quetions:
    one is,how can i build an application for a .llb file(24 subvis and a master vi in it),But it shows an error each time I load a subvi in the .llb file in labview7.0.
    the other is ,I want to add some patent information in a project(or program).such as:the program is editted by mary,etc.

    1) Fix the error first. Post a fresh Q with details.
    2) You need the application builder to create an executable from VI diagrams.
    3) Pop-up on VI icon and slect VI Properties>>>Revision History, then chose View history...
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How can I download songs i made with my ipod on my pc ?

    How can I download songs i made with my ipod on my pc, i tried to share them with iTunes but it never worked i don't know where the file goes and iTunes doesn't seem to have the file...

    Many thanks Illaass for your help. Everyhing was perfect till I selected "iMovie" in the list of Apps on the left and NOTHING (no file) appeared in the box on the right.
    I can watch the whole movie in my iPod (from inside the application) perfectly, and in fact is the only file I made with that app.
    I already have it in my "Camera Roll", too. And I can watch it perfectly from there, too. 
    Another thing that perhaps you must know is that I tried to "export" it from the app, and a pop up said "Unable to Export - This project contains video clips which have been deleted from your photo library."
    Pleeease help me! I need to get that video out of my iPod!  

  • How can I open other projects?

    I want to open projects, which &#305; download in planetsourcecode.com in netbeans or in Sun Java Studio Enterprise 8.1.
    The problem is that open dialog of JSE or netbeans looks for a directory. And if I try to open the directory which I have downloaded, it doesnt open the project. I tried to do same with my project (made in netbeans) and there was a small sign bottom of the directory icon. And it opened project succesfully. How can I open other projects?

    Probably best to firstly copy the media folder - you could Option/drag it to the desktop. Then open a new project and go File/Import that desktop folder.
    Let us know if that works out for you.

  • How can I create a Forms9i Runtime for client distribution

    Currently we have an application developed in Forms 5.0.6.8.0 our Database has been upgraded to 9i DB. The application is working fine with this combination but we want to upgrade Forms in order to get Oracle Support. We just get the Developer Suite 9i package and we're trying to test our application with this software.
    How can I create the client runtime for Forms 9i?
    My application will work with Win 95 and 98?
    Thanks.

    Oracle9i Forms is web-only. Forms 6i is the last release of Forms to have client/server and character mode.
    You can test Forms from the Builder by installing iDS. To deploy Forms using iAS follow the documentation. It's all there in the deployment guide.
    iAS and Forms doco can be found on OTN.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • How can I share a project specific calendar I created on Entourage 2008 ?

    How can I share a project specific calendar I created on Entourage 2008 without showing my personal calendar? I created a project specific calendar using Entourage 2008 for Mac. I want to add someone that uses Outlook from a PC. We are in the same exchange network.  I have added this person in under the sharing tab, but don't see a way to invite her to view it, and it does not appear on her Outlook list of shared calendars. I was able to invite her to view my main calendar, but not the project specific one. Any suggestions?

    http://www.microsoft.com/mac/support

  • How can i create a project with my exisiting java code

    Hi All,
    I have a source code of one project and i want to execute this in jdeveloper 10.1.3.1.0 version.
    can u please suggest me how can i execute that project
    its using struts and ejb's
    i need clear steps of this.
    Thanks in Advance.
    Regards,
    588872

    Under file->new->Projects you'll find two options that are relevant to you:
    One is called project from WAR file - this will allow you to point to a project that has been packaged as a WAR and will create a JDeveloper project for it.
    The other option is called "Project from existing source" this will allow you to point to your existing code directory and will create the JDeveloper project for this.
    After you created the project, you might want to do a bit of tweaking under the project properties->content and sub categories for Web content, resources etc...
    And you might also need to add any missing JAR files you are depending on to the libraries node of your project properties.

  • How can I build a table with the time values of a timer from a while loop

    Hi:
    I have a question concerning building a table:
    Every 100ms I read a value from a sensor (while loop with a timer). I would like to build a table with the actual time and the concerning value. For example:
    0msec         1V
    100msec     2V
    200msec     3V
    300msec     4V
    etc.
    If I use the Express VI for building a table, I always get the date and time, but I don't need the date and the time is in the following format: HH:MMS, which is nonsensical for me as I can't differentiate within msec. Can I change the format anywhere?
    Can I also save the table to a file or even to an Excelsheet? How can I do that?
    Thanks for your help!

    Hi Craig:
    thank you very much. To solve the mystery : ) :
    I want to drive a stepper motor with a specific frequency. To get the current degree value of the motor I would like to measure the current time (from the beginning of the move on). (With a formula I get the degree value out of the time)
    Concurrently I would like to get data from a torque sensor and from a pressure sensor. That's why I asked you about the time and the table. The measurement should start with the movement of the motor. How can I do that? Right now I have different block diagrams (different while loops) (see attachment) and I would like to put them in one.
    I haven't done the block diagram for the pressure sensor yet, so there is only the one for the torque sensor and the one for the motor.
    I also would like to set a mark in the table when the voltage value of an analog input gets under a specific threshold value. Is that possible?
    I'm sorry, I'm a novice in LabVIEW. But maybe you can help me.
    Thank you very much!
    Steffi
    Attachments:
    motor.vi ‏238 KB
    sensor.vi ‏59 KB

Maybe you are looking for

  • Elements 5.0 to Elements 11.0

    I have most of my photos organized with tags in Elements 5.0.  I am told not to load 5.0 into Windows 7 on my new computer.  I will purchase the latest version of Elements - 11.0 - to install in Windows 7.  Is there a file that can be transfered from

  • Its urgent  how to use calss file of jar located in lib folder

    how to use calss file of jar located in lib folder. i want to use RowSetDynaClass class which is in beanutil jar file which is in my lib folder .if i use that class in my jsp following error is coming. Class RowSetDynaClass not found. RowSetDynaClass

  • IPad mini screen remains blank.

    Hi, I have had my mini for about a year now and just ran into a problem where an app I was using started to freeze. Closed the app and deleted it. My mini started acting weird then out of no where the screen went blank as if it died. I charged it, I

  • PreOpen doesn't invoke a webservice and populate dropdown

    I have dropdownlist with WSDL DataSource. On preOpen event webservice is invoked to populate the dropdown. xfa.connectionSet.getStates.execute(0); it doesn't work in Adobe Reader.

  • Script conflict question

    I have two scripts that don't work on the same page but if I seperate them onto two seperate pages there isn't a problem. is there some sort of conflict issues with flash that i need to be aware of.......also these scripts only work if I press cntrl-