What Use Are These???

Hello (first post). I'm having slight problems with Itunes and my Laptop's Multimeda keys. I've got a 17" Gateway® P-7805u FX laptop(Name copied from website to ensure accuracy) running 64bit-Vista with the the fairly standard media buttons; but when iTunes is operating, they serve no purpose, they're simply dead keys.
If anyone knows how to connect iTunes with the Media Keys, I would greatly appreciate some advice.
Thanks for your time!!!

It depends on whether the application is using client/server or direct mode connectivity to TimesTen.
For client/server with TTClasses you need:
ttclasses70cs.lib
ttcl70.lib
For direct mode you need:
ttclasses70.lib
ttdv70.lib
tten70.lib
If you want the application to dynamically use client/server or direct mode based on the DSN definition use:
ttclasses70dm.lib
odbc32.lib (Microsoft driver manager library)
Note that there is a significant performance hit in using the driver manager.
Chris

Similar Messages

  • I keep getting "missing plug-ins" when trying to open applications on websites - what is/are these?

    I keep getting "missing plug-ins" when trying to open websites applications - what is/are these? I have downloaded Adobe flashplayer and was advised to, but still showing up with this message?

    could also be java plugin or any plugin used on a website that you havent installed
    I would try to right click the place that say missing plugin to see if it provide some sort of info as to what plugin it is under the impression is missing

  • Hi,i need to upgrade my 13"late 2011macbook pro with an ssd drive.i have noticed there is a system hard drive for booting up and a data storage hard drive that my computer uses,are these the same hard drive i can see inside my laptop?

    hi,i use logic pro 9 and cubase to record,produce and master audio recordings and have bought a mac as recommended.have upgraded to 8gig memory (which i was told was the maximum you could upgrade a macbook pro)and still my recordin is slightley behind plauback.i need to replace my hard drive with a solid state drive to solve the problem.i have seen on youtube how to replace the hard drive but have noticed on the disk partition information that there is a 500gig harddrive for the system(booting up ect)and a 500gig harddrive for data storage,are these the same unit?i need to be sure im upgrading what the system uses to an ssd as well as the data storage or the problem wont be solved.i have an external hard drive so i have been looking at a smaller,faster ssd. hope you can help!

    DaisyMay wrote:
    Firewire 400/USB 2.0/1.1
    I would recommend not settling for less then USB 3 or hold out for Thunderbolt, if your machine is capable. Firewire 800 minimum.
    MacBook Pro, Mac OS X (10.7), 2.4GHz IntelCore i5 320 HD 8GB RAM ParallelsDesktop6.0

  • What exactly are these parts that they replaced?

    Okay, so I just got my MacBook about 20 minutes ago from a main logic board replacement. Only, it says all these other things that were replaced as well. Can someone tell me WHAT they are?
    SVC, Bezel, M42, PCB, 2.0GHZ DC, SMS/KIONI, Heatsink
    Any ideas? I am clueless. The only thing I could really make out was that the main logic board and the topcase were reaplaced as well.

    (blushes) I would love to for sure, but I don't have the internet on my Mac yet. You see, I've been in the stone ages with my PC, using AOL...dial up! Yes, I know, who really usues dial up anymore? But it's so easy, and I never had any real need to have wireless. Anywho, I cannot seem to configure AOL to work on the MacBook with a dial up, so I am forced to use my PC (which I am on right now)for my internet needs until I start school again in a couple of weeks (have a free ethernet connection in my dorm room).
    Is this something I can download onto my PC, burn to a disc, and THEN transfer it to my MacBook? Or is that totally unheard of and crazy?
    Thanks for the help!!

  • What services are these ?

    hi,
    when I give the command
    crs_stat -t
    I get everything online but the following
    Name          type          target     state
    ora....BSRV.cs     application     offline offline
    ora....db1.srv     application     offline     offline
    plz tell me what kind of services are these and how to start them...

    Hi,
    You can use this shell script below (from metalink) to show the complete name of the services in question, also you can use crs_stat to see this information.
    Probably, services in question are created by you .cs (global) and .srv by (instance)
    query v$service about your services
    col name form a22
    col network_name form a22
    col goal form a12
    col dtp form a12
    col aq_ha_notification form a30
    col clb_goal form a30
    set lin 500
    set pages 120
    select
    name
    , network_name
    , creation_date
    , goal
    , dtp
    , aq_ha_notification
    , clb_goal
    from
    v$services;
    #!/usr/bin/ksh
    # Sample 10g CRS resource status query script
    # Description:
    # - Returns formatted version of crs_stat -t, in tabular
    # format, with the complete rsc names and filtering keywords
    # - The argument, $RSC_KEY, is optional and if passed to the script, will
    # limit the output to HA resources whose names match $RSC_KEY.
    # Requirements:
    # - $CRS_HOME should be set in your environment
    RSC_KEY=$1
    QSTAT=-u
    AWK=/usr/xpg4/bin/awk # if not available use /usr/bin/awk
    # Table header:echo ""
    $AWK \
    'BEGIN {printf "%-45s %-10s %-18s\n", "HA Resource", "Target", "State";
              printf "%-45s %-10s %-18s\n", "-----------", "------", "-----";}'
    # Table body:
    $CRS_HOME/bin/crs_stat $QSTAT | $AWK \
    'BEGIN { FS="="; state = 0; }
    $1~/NAME/ && $2~/'$RSC_KEY'/ {appname = $2; state=1};
    state == 0 {next;}
    $1~/TARGET/ && state == 1 {apptarget = $2; state=2;}
    $1~/STATE/ && state == 2 {appstate = $2; state=3;}
    state == 3 {printf "%-45s %-10s %-18s\n", appname, apptarget, appstate; state=0;}'
    Regards,
    Rodrigo Mufalani

  • WHAT ERRORS ARE THESE?

    WHEN TRYING TO VIEW THE JSP'S IN MY BROWSER I HAVE CREATED I GET TWO ERRORS.
    I AM CREATING MY JSP'S USING THE NETBEANS IDE.
    HOW DO I CORRECT THIS. SHOULD I BE MOUNTING ANYTHING IN NETBEANS/DOWNLOADING SOMETHING MAYBE? WHAT'S CAUSING THESE ERROR???
    HERES THE ERRORS:
    org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
    C:\Program Files\Apache Tomcat 4.0\work\Standalone\localhost\Intranet\jsp\supplier$jsp.java:6: Class or interface declaration expected.
    import javax.servlet.*;
    ^
    C:\Program Files\Apache Tomcat 4.0\work\Standalone\localhost\Intranet\jsp\supplier$jsp.java:12: Superclass org.apache.jsp.HttpJspBase of class org.apache.jsp.supplier$jsp not found.
    public class supplier$jsp extends HttpJspBase {
    ^
    2 errors, 1 warning

    -Ushanta-,
    Stop posting the same question again and again. Post it once and see what you get.
    I can't believe you're a Web developer.
    Stop using NetBeans right away. If you can't use Tomcat without NetBeans, and you don't understand NetBeans, that's two things that are standing in your way. Learn Tomcat and add NetBeans in later.
    MOD

  • What effects are these and where can I find a tutorial?

    There are a few Effects in this banner that I would like to know what they are and how I can do them.
    1. The blocks that move and twitch around. That is the only way I can describe it.
    2. How the text messes up and scrambles as it comes in.
    If you could also find me a tutorial on you tube as well as the name of the effect would be much appreciated.
    Thank you!

    Hi Speedrookie,
    You can search on the terms Mylenium gave you to find tutorials via search. Here's a collection of tutorials on fractal noise: Fractal Noise in After Effects by Rich Young
    If you need more ideas, let us know.
    FYI, we do see a lot of requests for recipes for "how do I make this effect?," etc. that can be figured out with a good hunk of AE basics under your belt. This is a bit irritating to die hards here on the forum. Sorry if that was a little off-putting. Getting After Effects basics down something you might try if you have not already. It's very liberating.
    Here are some resources for you:
    Getting started with After Effects (CS4, CS5, CS5.5, CS6, & CC) | After Effects region of interest
    After Effects CC Learn & Support | Tutorials, help, troubleshooting & community
    Thanks,
    Kevin

  • In what order are these actions being done?

    In this code I haven't used a loader but JUST to let the user realize that something is going on, when user clicks on "next" and a huge class in going to function, I firstly show a "loadingScreen" that simply says LOADING and then call that huge function "mazeDisp.creatMaze()"....
    My problem is that why the loadingScreen is not shown before that function is being called!!!
    function nextClicked(e:MouseEvent):void {
        menu.visible = false;
        pauseBtn.visible = false;
        loadingScreen.visible = true;  //HERE I NEED IT TO BE SHOWN BUT WON'T
        addChildAt(ipad0,0);
        ipad0.addChildAt(mazeDisp,0);
        ipad0.addChildAt(ipad1,0);
        ipad1.addChildAt(ipad2,0);
        mazeDisp.clearb2World();
        mazeDisp.createMaze(75,100,8);  //THIS IS THAT HUGE FUNCTION (of another class) WHICH INCLUDES A LOT OF Box2D Classes.
    function readyHandler(e:Event):void {
        menu.visible = false;
        loadingScreen.visible = false;  //HERE I HIDE IT AGAIN
        pauseBtn.visible = true;
        isPlaying = true;
        addEventListener(Event.ENTER_FRAME, frameHandler);

    Thank You, it is clear now:)
    in my fla file, my frameHandler calls a function mazeDisp.moveMazeWorld();    mazeDisp has a Class and in that class there is the function moveMazeWorld which calls another function from Box2D, it is world.step(0.016, 5, 5);
    this last function takes time before starting to move things because its a huge function calculating a lot of b2body;
    All I want is to make a "loadingScreen" visible while this function "world.step(0.016, 5, 5)" is progressing to start moving things and then Hide it when things are working fine.
    But the issue is that as soon as this function is called, it stops everything else until it is done thinking. And I cannot hide/unhide, add/remove and move/stop anything.
    Of course I understand without having the code it is hard for you to understand what is going on in here (The reason I wanted to communicate privately). But as I cannot copy paste the code in forum Please tell me what is the best thing to do if a function is too heavy and takes time to start working (in general) in the matter of telling the user to wait! I cannot use a Loading-Bar as there is nothing to load. And even if it was possible I don't know how to do it while the function stops things already.
    P.s this function causes the delay ONLY the FIRST time it runs.

  • What discs are these for?

    Hi All
    I need some help. I have been given a couple of sets of Mac OS X Install Disc's but I need to find out what Mac's they are for. The only thing I can tell is that one set is for an iMac and the other is for a MacBook.
    The information on the iMac disc is a s follows:
    Mac OS version 10.5.2
    AHT version 3A143
    Disc version 1.1
    2Z691-6208-A
    and for the MacBook disc is as follows:
    Mac OS version 10.5.2
    AHT version 3A140
    Disc version 1.1
    2Z691-6209-A
    Is there some where on the Apple site that has this information or not.
    Regards
    Lee

    sig wrote:
    The disks are machine specific to the machines they were originally shipped with. How many ways can one say this?
    How many ways does one need to say "Which iMac?" You are aware that there are many different models of iMac... yes? Sheesh, come on, answer the question or don't already.
    That said... GrayOwl, I think the reason you're getting some less-than-helpful responses is that it sounds like you're trying to install someone else's copy of Leopard on your machine. I'm inclined to think that you're not, since if that were the case, it would be a fairly simple thing to find out if your iMac is the same model.
    So, on the assumption that you are not just borrowing the discs... However you got them, I would consider you to be the owner at this point, and if whoever you got them from still has a copy, that person is the one violating the license.
    Whether or not you can install it is another story... good luck finding your answer to that.

  • What's are these add-on in new iPad ad?

    So I see he has a mic...but I wonder how he clamps it so well to the iPad.
    I see he has a tripod, but what adapter holds an iPad to a tripod?
    And I wonder what that things is attached to the left side of the iPad.
    This new add (January 2014) on YouTube, at; https://www.youtube.com/watch?v=jiyIcz7wUH0

    Thanks Michael...I didn't think to check out the notes for the new ad; now I know they exist.
    Although as you indicate the filmmaker may have created his own custom housing, Makayama was the type of product I was interested in.
    OH WHAT FUN!
    P.S. Dear John, I was looking for a little more detail, but thanks for your forum participation.

  • What exactly are these 'disk permissions'?

    is this same as the permissions in 'get info' window of a file? or is it something different. should i verify and repair them often?

    Yes. I recommend repairing them before and after installing Apple updates/upgrades.

  • What exactly ARE the .pkg files that collect in the 'Receipts' folder?

    Hi there all.
    Those .pkg files that collect in HDD>Library>Receipts. What exactly ARE these packages for? How do they tie in with Disk Utility's 'Repair permissions' option? Why do we need to keep them?
    It's all Unix to me ;0)

    I used to delete .pkg files after I'd installed an application. I thought i was just the electronic equivalent of throwing away the empty box after I'd bought something.
    The "cardboard box" icon encouraged me to think that.
    Then someone said you should never throw away those.pkg files.
    So I stopped.
    But the only thing that has ever happened is that during permissions repair, I get a few lines here and there that say "could not repair permissions".
    I have experienced no other problems of any kind over about the last 2 years. All applications running normally, nothing weird happening.

  • ACE 4710 what are these ports used for?

    Hello, what are these ports used for please? What can I do with them?
    Thank you
    Sent from Cisco Technical Support iPhone App

    Hi Bilal,
    They are reserved for future use. Please have a look at the link below:
    http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/4710/hardware/installation/guide/Overview.html#wp1043136
    Regards,
    Kanwal

  • What techniques are used to create these images?

    The artist who created the pictures shown on the links below uses Photoshop. Does anyone know what tools are used for this?
    http://www.chrisjordan.com/gallery/rtn/#plastic-bottles
    http://www.chrisjordan.com/gallery/rtn/#cell-phones

    Did you click on each of those images to see them reach full size in Flash animation?
    Here are crops from the bottles and cell phones at 100% resolution:
    The Flash zoom-out and zoom-in animation is done in programming the code of the web page, as you can see by "Inspecting the Element" on the web browser page:
    I cannot give you any further information or assistance, as I don't deal with web programming.
    As far as I can tell, the "technique" used here is pretty straight forward: 
    Take a picture with a digital camera, then program the web page to repeat the image a bunch of times and display the zooming in and out in Flash animation.

  • What are these imports?and how can i use them?

    import javax.microedition.lcdui.Canvas;
    import javax.microedition.lcdui.Display;
    import javax.microedition.lcdui.Form;
    import javax.microedition.lcdui.Graphics;
    import javax.microedition.lcdui.Image;
    what are these imports?

    how would i make a server applet that can be accesed by 2 specific pll or random which ever makes it easier for the time being i just want 2 ppl to have acces to one applet and have a variable like a paddle in pong under each persons controll

Maybe you are looking for