How to entirely develop an application with PCI-6221 in Borland C++ Builder V6 in DAQmx?

Hi,
     I am sorry that I have asked a huge question.
     But the main questions I want to know is :
     1,In Borland C++ Builder 6,Which version of DAQmx is the best one we will use?  DAQmx V8 don't support BCB6.
     2,Would you please give an example source file to use *.Lib in BCB6?
     3,In other computer,not including developping environment ,which items of DAQmx we have to install,PCI Card Driver?
Which dll?How to make the installation the smallest?
     Thanks for your possible answer.

Why DAQmx8 doesn't support C++ Builder 6 ?
I've just used LabVIEW with DAQmx8 create dll file for C++ builder 6. My application is to use PCI-6221 generate Analog output. ( just DAQ assistance ).It works well.  

Similar Messages

  • Looking for education materials of developing C++ application with Eclipse

    Hello everyone,
    I am looking for education materials of developing C++ application with Eclipse. Could anyone recommend some good education materials?
    Thanks in advance,
    George

    Thanks nereidahoxhaj,
    So this is funny...
    Hi George,
    i see from your history that you have never ever
    tried to help anybody... anyway i'll answer just to
    show you that the people in this forum are different!
    Download CTD plugin form eclipse site:
    http://www.eclipse.org/cdt/
    and then go to another forum...
    Addio!Your reply is very helpful. You are really different.
    regards,
    George

  • Oracle Developer 6 applications with database 10g

    Hello,
    My all applications are developed and running in Oracle Developer 6 with database 9i. But now i want to use
    database 10g with these Oracle Developer 6 build applications.
    Already compiled files (with dev 6 and DB 9i) are runing with database 10g quite nicely,but when i try to
    recomplie the source files of these applications with 10g database i got the fowlloing error.
    ORA-00600: internal error code, arguments: [17069], [45468896], [], [], [], [], [], []
    After it i open these Oracle Developer 6 applications source files with Oracle Developer 6i and use 10g database,
    compile and run very easly.
    I think it is old version problem .But my development team dont want update all applications to new version (6i or other) yet.
    Is there any solution to use Oracle Developer 6 applications with database 10g ?
    Thanx.

    The general rule is "Ora-00600s (and 7445s, 3113s) are to be reported to Support". Look in Metalink to see whether any one else has reported it, based on the first argument. If so, there may be a workaround or a patch.
    Since you are asking this generically without database version, patch level or operating system, I assume you are using the unsupported free download and do not have access to Metalink. In that context
    1) What is the problem:
    The problem is your request (QSL, PL/SQL, Java) is hitting a bug or abusing a part of the Oracle software in an unexpected way. ORA-00600 is simply one of the 'unexpected and unhandled exceptions'.
    2) Required action:
    Since it is unexpected and unhandled, there are several ways to proceed:
    - Search the net for the first argument (ktspgetmyb-1) to see whether someone has a workaround
    - Reproduce and Simplify your offending code until you find your own workaround.
    Often this happens with some sql statement
    serache for metaling ORA-00600 log

  • How to integrate non-sap application with sap netweaver trial abap

    Hi, I currently have with me SAP Netweaver ABAP trial and Mini SAP BASIS 4.6 D. What i want to do is to see how can i integrate my non-SAP application with SAP.
    I am confused as to if using SAP Netweaver ABAP trial, will i be able to establish that. Can anyone guide me in this regard.I want to connect using JCO basically, want to write a java client that will be talking with the SAP application. Provide me a starting point.
    Will i require a Deployed SAP application as well to do this, or will Netweaver ABAP Trial do the job, will i also have to expose the business objects using BAPI.
    Please help.
    Please point out the right forum to post the question if this is not the right one.
    Thanks

    Hey
    Please post this question in ABAP forum
    ABAP Development
    Thanx
    Aamir

  • How can you develop photo galleries with multiple pages using the web module?

    Going through the web module I can see there are many options for developing a web page with a single collection of photos.  How can you develop a web site with multiple pages containing different categories of photos using the Lightroom web module?

    This thread will give you several ideas.
    Re: How do you embed a gallery into an existing website?

  • How can I start any application with buttons

    Hello, I want to start any kind of applications with Buttons. I want to make me a GUI with buttons and with one button I want to start Outlook, but I dont know how this will work!
    THX for your help

    Runtime class exec methods
    If your Outlook executable is in different path ... import java.io.*;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class Test2 extends JFrame implements ActionListener
       public Test2()
          super("Test");
          setDefaultCloseOperation(EXIT_ON_CLOSE);
          setSize(300, 200);
          JButton b = new JButton("Outlook Express");
          b.addActionListener(this);
          getContentPane().setLayout(new FlowLayout());
          getContentPane().add(b);
       public void actionPerformed(ActionEvent e)
          try{
             Runtime runTime = Runtime.getRuntime();
             Process proc = runTime.exec
                         ("C:\\Program Files\\Outlook Express\\msimn.exe");
             proc.waitFor();
          }catch(IOException ioe){System.out.println("Wham");}
          catch(InterruptedException ie){System.out.println("Bop");}
       public static void main(String[] args)
          new Test2().setVisible(true);
    }

  • How to implement a forms application with an application server

    Hi,
    I want to implement a forms application with OAS version 10.1.0.
    How to configure? Where can I find some documents?
    Max

    See
    http://www.oracle.com/technology/documentation/appserver.html
    and
    http://www.oracle.com/technology/products/forms/index.html

  • How to ran a java application with out console?

    Hi
    I have developed several applications using java. I'm trying to run them on windows platform. The way I run them now is by openning a CMD window and by typing java -jar myjarfilename.jar
    This way cmd window remains on windows taskbar/desktop untill I close the java application.
    Is there any other way to run .jar files on windows?. Am I using a wrong compilation tool?
    Basicaly is there a way to run an application developed using java or .jar files like a normal win32 application (By dobble clicking on an icon)
    Please help.
    Thanks.

    If you install the JRE, it associates itself with jar files, thus allowing you to double click on them to run. Other than that, if you want to be able to double click on an app for it to run, you will have to write a native wrapper around the JVM.
    Now, to run your app. making the command window dissapear, all you need to do is invoke the command with javaw.exe, instead of java.exe (notice the W in the first .exe). This runs java without a command window. If you still have your command window appear, prepend "start" to the call to javaw.exe. E.g.:
      start javaw.exe -jar myjar.jar
    HTH,
    Manuel Amago.

  • How to run Pro*C application with Instant Client in Oracle 10g

    i am try to run but Pro*C application give error orasql10.dll
    i have downlod Instant Client in Oracle 10g from site. i have unzip and maked environmental virable in PC.
    but application not run. given error orasql10.dll .......
    my problem is thrat i want to run Pro*C application with Instant Client in Oracle 10g .....
    oracle say that run but how........

    According to this thread, it does not work on Windows:
    Does Instant Client 10.1.0.4 for Windows 32 support ProC ?

  • Develop WAP application with Jdevelopper ???

    Hi !!
    It is a joy to join te forum, cause i know i would increase my level in Orcale environnement.
    Please i want to devellop a WAP application with Oracle Jdevelopper. Is it possible? if yes how can i begin ?
    Thank you boys and girl.

    There are no WAP specific features in JDeveloper.
    However if you are interested in building applications for mobile devices have a look at ADF Faces mobile.
    http://www.oracle.com/technology/tech/wireless/index.html

  • How do I share different applications with each account on my computer?

    I just got an iMac and transferred my information over from my mac book. So now my iMac has my iTunes, Microsoft Office, iCal, and Address Book on my account (I am the administrator). This is the family computer so my wife needs access to the iCal and Address Book that I update. How do I get these applications to come up in the different accounts? Right now, each account only has the basic programs. For example, they all have iTunes but they are empty, mine shows all of our music and videos. Any suggestions would be appreciated. Thanks

    You need to make a shared folder in which both you and your wife have write access.
    First go to System Preferences -> Accounts, click the + button, and make a new user group. Call it something like "hubbywifey". Put your and your wife's user accounts in that group.
    Then make a new folder in /Users/Shared called "sharedstuff".
    Then open Terminal and enter this (paste in all three lines at the same time):
    chmod +a "hubbywifey allow delete,chown,list,search,add_file,\
    addsubdirectory,delete_child,file_inherit,directoryinherit" \
    /Users/Shared/sharedstuff
    That will ensure that anything copied or saved in that folder will be readable and writable by you and your wife.
    Then locate the files you need to move there. In the case of Address Book, the folder is your homefolder/Library/Application Support/Address Book. Hold down the option key while you drag the folder to the new location in sharedstuff. Once you have verified that the files have copied correctly you can delete them from the old locations.
    You then need to make an alias back to the original location. Control-option-command-drag the /Users/Shared/sharedstuff/Address Book folder back to its original location in homefolder/Library/Application Support. Then log in to your wife's account and repeat the last step. You now have a completely shared address book.

  • How do I uninstall labview application with no uninstall program

    I have built an application and selected to not have an "uninstall" application in the various 5.1 app builder options. I did not think this would be a problem since I thought the application would show up in my add/remove programs and could be removed from there. However, it seems that if no uninstall program is selected then the application also does not appear in the add/remove section of control panel. Do I just delete the directory of the application? Are there any registry settings to worry about. I have seen this on Win 2K and Win 98. I have not tried others.

    There are registry settings when you install the application builder, and probably an association is made in the registry to open your application and have it spawn the runtime engine of the correct version. However, as the Windows Registry is the most obsolete piece of software junk on the planet, and so chock full of mysteries, incosistencies, and well, a whole list of things that I could complain about, I cannot say for certain what registry settings are added/changed when you do an installation.
    I will make this suggestion. Just delete the folder, and also, you will need to delete the "my application".ini file in the root directory, or wherever your application is located (which could be taken care of when you delete the folder, but who knows.)
    On
    ce you have deleted the folder, any remaining registry settings left over will be added to the rather large list of leftover registry entries from other applications that are unistalled/deleted. The truth of the matter is that I have NEVER seen an application completely remove all of itself, or its registry entries. I don't even know if uninstallation removes ANY registry entries.
    If we are all lucky, someone at Microsoft will take a hint and get rid of the registry. Maybe then we can have flash resident operating systems. Until then, I'll stick with Linux, thank you....

  • Using timer/counter with PCI-6221/USB-6210 to control timed-loop VI

    Dear all,
    I need to ask about two devices and one of their functionalities, PCI-6221 and USB-6210. For our NI-based system, we need to control some timings in a Timed-Loop vi, for that currently we are using PCI-6221 and we give external TTL signal (at 1 kHz) to it,
    recenntly we need to make some changes and for that we found USB 6210 DAQ to be more suitable, but we need to clear ourselves on some specific things.
    Can the counter/timers functions available in the either PCI 6221 or USB 6210 can be used to control the Timed-loop VI by giving external clock or by using their own internal clock source?
    Although we are using external clock with the PCI 6221 but we want to know about the usage of their internal clock, also are controlling timed-loop also possible for USB-6210
    Also... What if we use the RTOS, are they still able to control the timed-loop VI  without giving any 'EXTERNAL CLOCK' and using the internal clock sources of the DAQs
    Waiting for reply,
    Bests,
    RaJaf
    Solved!
    Go to Solution.

    Ben,
    I having read previous email which I send earlier with general overview, we discussed in more detail within our team and I am giviing the specific answers.
    Please check in RED the most recent answers. Blue are the questions/suggestions by your side.
    1.    Using Internal hardware clock of PCI-6221 would enable us get rid of external clock, but how to divert the internal hardware clock to the current settings. Any idea  (can you provide us with some reference manul for otherwise). I mean is there some flag-bit etc. or VI
    2.       Is it also meant that with the installation of RTOS the timed-loop can directly get the timing source from the internal hardware clock PCI-6221? --- How???
    3.       In order to make desktop to work as RT system, what is the hardware (motherboard, processor, etc..) requirement? What are the LabVIEW modules (specific name) that needed to be installed? Our platform is LabVIEW 8.6. (Currently we have windows-7 with i7 core processor)
    What kind of application are you intending for this system? ---- high-speed laser scanning system.
    Are you most concerned about accuracy, speed, or responsiveness? To control the laser mirror scanner to move at 1 kHz or 2 kHz speed. On the other hands, using PCI-5105 (128 MB memory) as a DAQ for real-time/on-the-fly data processing.
    Bests,
    RAJAF

  • How do I develop J2EE application in envirenment of WebLogic 8.1 and JB9?

    Now I have 3 questions:
    1. I can not use the EJB's local interface, although I have define local interface in config file and query code in the programe perfectly. What additional work has I not done;
    2. I have to compile my program into a .jar, .ear or .war file(s) to debug, that is a unhandy way, even I change only one line of one page, I have to redeploy the whole application package once more. Is there any way else to deal with the work? Not a .jar, .war or .ear file(s) in the design time, just one page or class file, and I need not deploy and compile the whole application;
    3. If I use the JBuilder9's Run command boot the WebLogic Server, the application deploied anteriorly becomes unavailable. But when the WebLogic Server is boot from console, everything is O.K.. Any advice?
    Thanks in advance for any help you offer!

    JB has online help describing how to build web applications and J2EE components. It even has wizards to assist you in setting up your projects.
    WebLogic (at least 7.x) allows you to deploy your web apps in exploded directory format so you don't need to build an ear/war file everytime you change something. Again, RTFM.

  • How to close a Webdynpro Application with some action, if it is opened with a Tcode

    Hi Experts,
         I am looking to get some info regarding my post over here.
    Scenario 1:
    I opened my webdynpro application in SAP GUI (created a tcode for my webdynpro application and ).
    Now, I have to add some button where I have to write a piece of code to close the GUI screen along with the webdynpro application. (ie, entire Tcode where the webdynpro application is shown, should be closed)
    Please let me know if you have some info on this.
    Scenario 2:
    If the above scenario is not possible, then I wanted to know if I can call some screen in SAP GUI.
    Note: The GUI screen must be called only from the webdynpro application that is opened with a tcode in SAP GUI.

    Hello,
    Please try this:-
    Window Plugs: Startup and Exit - Web Dynpro for ABAP - SAP Library
    You can close the WD Application by follwoing way-
    Create a button in a view and assign an action on it.
    Create on exit plug in window level and fire that in the view button action level.
    Z2-wd comp.
    NAME
    EXT:-Window
    exit plug name.
    DATA lo_z2 TYPE REF TO ig_z2 .
    lo_z2 =   wd_this->get_z2_ctr( ).
      lo_z2->fire_ext_plg(

Maybe you are looking for

  • HT2052 Does anyone have a solution to getting my iPod touch 1st generation to show up in iTunes without having to pay a big service fee for tech support?

    I have an iPod touch 1st generation.  Up until the last update it was recognized in iTunes and now it will not come up in iTunes at all.  Don't feel like I should have to pay $100 every times iTunes updates and there is a problem with it recognizing

  • My iphone 5 is turning off.

    I updated to ios7 about a week ago, and it happened since then. what can I do?

  • Result set Problem...URGENT

    I have doubt about my getObject method, my database attribute got varchar and number, can i use getObject method to retrieve??? Because i encounter null error when i use getObject for my database..... I f any sample to elobrate will be better.

  • MXF exported file goes missing

    Have a premiere cs5.0.1 project using the AVC-Intra 100 codec.  When I export the AVC-Intra 100 mxf file from Premiere 5.0.2 or using Media Encoder 5.0.1 they both render but do not leave an mxf file on my drive.  No errors just no file after the ren

  • Shooting HD for SD

    We are in the process to begin acquiring in HD for future archive and production needs. In the mean time, we're still editing in SD (DVCAM/Firewire) for day to day operations. I'm trying to figure out the best shooting format and work-flow for the be