A Question About SDK 7.0.5 Plug-in

Here is my question
I have installed Acrobat sdk7.0.5 ,acrobat pro7.0 in windows xp pro.
Now i use vs.net2008 for develop.
I have a mfc project that i wanna to open and edit .pdf document.
I need to add a new toolbar in app,but only use pro 7.0 typelib i cant make a new toolbar.
Then i read sdk document :Adobe\Adobe Acrobat 7.0.5 SDK\Documentation\Plugins
I know that Plugins from sdk has the class of Avtoolbar , Avmenu,etc.
How can I use this pulgin in my mfc project?I tried to use Project-->add Class--> mfc tipylib. But i cant find the plugin typelib(.dll,.lib) in the list.I can only find lots of .h in Adobe\Adobe Acrobat 7.0.5 SDK\PluginSupport\Headers\API.
So who can tell me how can I use the plugin in my project?

Use the 'Acrobat Developers SDK' forum for your question.

Similar Messages

  • Question about SDK dependencies for PHP

    Dear Sirs,
    I'm having a problem when I was creating the connection with my azure storage account. so I have the folloowing questions:
    Is the folder structure of Azure SDK and its dependencies are correct?
    In the case the folder structure is not correct, how the folder structure with PEAR and  Azure must be?
    Please find below step-by-step I went thru trying to address the issue.
    When I running the following line the program stopped processing.
    $ BlobRestProxy = ServicesBuilder :: getInstance () -> createBlobService ($ connectionString);
    So I accessed the error log file that is in the LogFiles / php_errors.log and it showed the following error:
    [16-Mar-2015 12:18:33 America / Los_Angeles] PHP Warning: require_once (HTTP / Request2.php): failed to open stream: No such file or directory
    in D: \ home \ site \ wwwroot \ pear \ WindowsAzure \ Common \ Internal \ Http \ HttpClient.php on line 33
    [16-Mar-2015 12:18:33 America / Los_Angeles] PHP Fatal error: require_once (): Failed opening required 'HTTP / Request2.php' (include_path
    = '; C: \ php. \ Pear') in D: \ home \ site \ wwwroot \ pear \ WindowsAzure \ Common \ Internal \ Http \ HttpClient.php on line 33
    I opened the file HttpClient.php on the line 33 and there was the following code:
    require_once 'HTTP / Request2.php';
    We got information that Azure SDK for PHP requires the following PEAR packages:
    http_request2: http://pear.php.net/package/HTTP_Request2
    Mail_mime: http://pear.php.net/package/Mail_mime
    Mail_mimeDecode: http://pear.php.net/package/Mail_mimeDecode
    Also, we got the following links to help install above packages?
    https://github.com/Azure/azure-sdk-for-php/issues/694
    and
    http://stackoverflow.com/questions/4483317/failed-opening-required-http-request2-php-include-path-c-php5-pear
    We checked the above links and only way we could do thru below link:
    https://github.com/Azure/azure-sdk-for-php#install-as-a-pear-package
    After installation we got the following folder structure:
    "ajao" -> root folder
    "pear" -> folder that contains PEAR packages and Azure SDK
    The autoload page is located at the following folder path "ajao\pear\WindowsAzure\WindowsAzure.php"
    Even after Azure dependencies installation the above explained error still there.
    Is the folder structure of Azure SDK and its dependencies are correct?
    In the case the folder structure is not correct, how the folder structure with PEAR and  Azure must be?
    Thanks & Regards,
    Pedro Gustavo Duarte

    Dear Sean,
    There is no spaces. When we copied from Azure to text editor, we end up getting those spaces. The main problem is that in order to connect
    to Azure storage account we need to install Http_Request2, Mail_mime, and Mail_mimeDecode dependencies into Azure SDK for PHP. Unfortunately, we are not able to install them.
    Best regards,
    Pedro Gustavo Duarte

  • Question about SDK and webapps

    Hi,
    I would like to write my own webapps, I have some ideas that I would like to see on the ipod. I am however no programmer and did never any programming. It is difficult to make a webapp or a real program wwith the SDK when it comes out? And is the SDK free to use?

    We don't know - the SDK isn't out yet and Apple hasn't announced anything more than it'll be out in February.
    No info about who it will be available to, whether there'll be a charge, anything about the distribution model for apps. Nothing.
    With no programming skills you'll find it very difficult to make a native "OS X" application. Perhaps a web app would be a nice starter as HTML & Javascript are simpler (although by no means easy to get good results).
    Start by reading Apple's iPhone/iPod touch Developer documentation here:
    http://developer.apple.com/iphone/devcenter/

  • Question about SDK

    So, I downloaded the SDK to play with today. I'm running Windows 7 Pro x64. Installed Java, made sure the path variable was included, installed Virtual Box, etc. Tried to launch the palm-emulator.bat file and was greeted with this:
    C:\Program Files (x86)\Palm\SD\bin>palm-emulator
    Unable to access jarfile C:\Program Files (x86)\Palm\SKD\bin\\..\share\jars\webos-emulator.j​ar
    I see this question around the web with a google search, but no one seems to answer it. Any suggestions?
    Post relates to: Pre Plus p101vzw (Verizon)
    This question was solved.
    View Solution.

    @skelbley:
    I would recommend asking this type of question in our developer forums at http://developer.palm.com/distribution/index.php because they are much more familiar with the SDK, and would be able to answer questions regarding installation and use of it.
    TreoAide

  • A question about updating metadata files in plug in

    Hello
    I 'm trying to monitor my stand alone java app.
    I read the chaper Target Types and Default Collections ( my app exposes jmx beans)
    all seems to work ok ( i mean the part wherre it says ..
    emctl register oms metadata -service targetType -file full
    path/TargetTypeMetadata.xml -pluginId Plugin Id -sysman_pwd sysman
    emctl register oms metadata -service storeTargetType -file full
    path/TargetTypeMetadata.xml -pluginId Plugin Id -sysman_pwd sysman
    emctl register oms metadata-service default_collection -file full
    path/TargetTypeCollection.xml -pluginId Plugin Id -sysman_pwd sysman
    but , the next line is not clear to me:
    emctl register oms metadata-service systemStencil -file full
    path/TargetTypeStencil.xml -pluginId Plugin Id -sysman_pwd sysman
    My question is: what is TargetTypeStencil.xml file? where can i found it?
    Do I realy need it?
    and after restart the agent as it says , could i see my beans ? ( i used emcli jmccli tool and created the metadata / default_collection files) ?
    Thanks.

    So, I folowed the instructions in chapter 13.7.1 ( ProgrammersReference) - EM 12C release 2.
    I created my own mbeans , used the emctl jmxcli etc ..
    I created both files : for metadata, and default_collection ( The files which the emctli genertaed for me )
    I did it on the agent machine. I copy the files under the PLUGIN dir in the agent machine too.
    I registered the files using mrs service as it's written ( chapter 16 ) . ( after I copy the files from the agent to the mrs ( oms machine ) machine .
    Every thing seems to be OK . I restarted the agent.
    Now, when I open the EM console' I can't see the metrics which i defined in the generated files !
    Am i missing something??
    Please Help!

  • Some questions about building  a plug in

    Hello,
    1.I'm trying to build a plug in ( for EM12c release 2 ) for my standalone java application - which exposes mbeans whom i want to collect some metrics with.
    It's been a while since i started to build it - and I asked quite a lot of quesions about it - because the documnets supplied with the EDK and
    the books ( ProgrammersGuide, ProgrammersReferece and the README file ) are not very clear to me ( I'm a newbie with EM in general .. )
    So far some of the questions got answered and were very halpfull with this long process. BUT, there are some questions that nobody answered yet.
    I'm quite "stuck" with it. I'm talking about the questions in : Re: A question about updating metadata files in plug in
    I have a deadline for this plug in ( which is very close ..) so this the reason I post this new message.
    I will appriciate any help about those questions .
    2. Regarding the above, ( hoping to have an answered soon ..) I'm trying another way to buils this plug in:
    In the README file there is this section( 3.6 : using MPCUI ) . I read the programmersReference ( chapter 8 ) and followed the instructions both in the README file and the ProgrammersReference .
    For a begining, I just wanted to modify a small thing in the example supplied ( Demo Host System ) just to get started with something .
    So i modify the file which contains the label ' Select member ... ' ( i don't remember the name of the file since the project is in my office , and I can't copy/paste ..- I think the the file icontians the name ' ConfirmationTarget .xml - it's one of the pages seen while adding a target ) .
    I i changed it , i build the project ( using FlexBuilder) but did not use ANT as it's says in the README - the eclipse IDE build this file automatically
    ( HostSystem.swf  in bin-debug dir as it says in the README ) . I copied this file to stage_dir/oms/metadata/mpcui .
    i build a new plug in ( i incremented the version of it ) - no errors, everty thing was fine .I also copied this file to the oms server ( it wasn't there before )
    and than run the commad ' emctl register oms ...' as it says in section 3.6 - and o got 'Success' eventually .
    Now, when i opened the EM console , hoping to see tge change i made ( again , it's just a change of the title of the step while adding the target , and adding another menuitem to the 3 item that were alreay there ( CPU, FS, etc ) .
    I believe wad i did is right- i mean changing in the right file and place ( there is no title like like this in any oter source file in the whole project )
    but still, I didn't see any change! it seems execatly as it was befoer the change ..
    Any idea?
    Thanks.

    Regarding your question #2. Please read my response here carefully as it covers a number of different issues.
    1. Ant is not required to build the SWF file in your plug-in. It is an OPTION. Section 8.27 describes the different development options using either Ant or FlexBuilder.
    2. You do NOT need to ever copy a SWF file to any location under the OMS runtime. You need to include it in the stage area and then either build an OPAR or use emctl to incrementally update the deployed plug-in. It has to either be deployed as part of the plug-in deployment or updated incrementally using emctl register oms metadata. Section 8.27.2.6 describes the specific steps to do this incremental update.
    Steps to update the SWF associated with demo_hostsample. These are covered in the README and in chapter 8.
    1. deploy the demo_hostsample plug-in as described in the README
    2. create an instance of the Host Sample target type through manually discovery (Add Targets->Add Non-Host Target Specifying Properties)
    3. using the demo_hostsample.zip project in Flex Builder, modify some part of the code, for example, modify the line containing label="Current Status" to label="My New Label"
    4. rebuild the SWF, to be sure you can to a Clean build of the demo_hostsample project
    5. ensure there is an updated copy of the HostSample.swf under demo_hostsample\mpcui\bin-debug (NOT bin-release, unless you Exported A Release Build)
    6. copy that updated HostSample.swf file to the location on the OMS machine where you unzipped and built the OPAR for the demo_hostsample plug-in
    7. cd to the stage/oms/metadata/mpcui directory and replace the current HostSample.swf with the one you just built (BE SURE ITS THE UPDATED FILE)
    8. execute the command "emctl register oms metadata -sysman_pwd sysman -pluginId oracle.sysman.ohs -service mpcui -file demo_hostsample_uimd_swf.xml (BE SURE TO USE THE CORRECT sysman_pwd)
    At this point you should be able to go to the homepage for the Host Sample target you created and see the changes.

  • Question about openning files using SDK 10.

    I have written a Plug-In for SDK 9 that works wonderfully. One of the functions is for the user to be able to page (Next/Previous) between PDF files on our server. This functionality now longer works without crashing Acrobat 10. All I am doing is creating the URL path to the next/previous PDF, creating a CustomFileSys with the path and calling AVDocOpenFromFile.
    Does this no longer work with Acrobat 10 SDK?
    Thanks!

    Should work fine, AFAIK.
    For this level of issue, I would open a formal support request with developer support.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Mon, 10 Oct 2011 08:51:08 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Question about openning files using SDK 10.
    Question about openning files using SDK 10.
    created by Greggars<http://forums.adobe.com/people/Greggars> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3963065#3963065

  • Three questions about the CS4 SDK Exporter

        Hello. I'm working to make an Exporter Plug-In that supports "Pro CS4" and "Elements 8.0" single binary.
        Please give me any advices to complete it. I show you the questions as follows:
    How can I get the slider screen without checkbox (in parameter GUI)
    How to enable an Exporter Plug-In at "Elements 8.0".
    What is the difference between ver.4.0 and ver.4.2 in exExpoterInfoRec.
    Details below.
    1st:
        I tried PrSDKExportParamSuite::AddParam() with exParamFlag_slider and exParamFlag_optional.
        Both cases parameter GUI shows slider with checkbox. Please teach me a method to use simple slider (no checkbox) in parameter GUI.
        BTW, Standard plugins are seem to use "Premiere Export Private Statndar Param Suite". Are you planning to publish it?
    2nd:
        The Premiere Elements 8.0 never shows any additional Exporter Plug-in, including SDK sample (ExporterSDK.prm).
        Please tell me if I need special installation procedures.
    3rd:
        I found that the exExporterInfoRec is difference between 4.0 and 4.2. The exExporterInfoRec[ver. 4.2] is defined in CS4SDK_r1. But I can't find any definition of exExporterInfoRec[ver. 4.0] in the SDK.
        An Exporter Plug-In is build with CS4SDK_r1 never work on the Premiere Pro CS4 (4.0) / Media Encoder CS4 (4.0). I need definition of exExporterInfoRec[ver. 4.0] to support CS4 (ver. 4.0).
    Thanks.

    Below is the definition of the return values in Premiere Elements 8. The red values are unique to Premiere Elements 8, and shifted the subsequent return values 2 values higher than their definition in the Premiere Pro SDK.
    enum
          exportReturn_ErrNone = 0,                 // no error
          exportReturn_Abort,                             // User aborted the compile
          exportReturn_Done,                              // Export finished normally
          exportReturn_InternalError,
          exportReturn_OutputFormatAccept,                // The output format is valid
          exportReturn_OutputFormatDecline,               // The compile module cannot compile to the output format
          exportReturn_OutOfDiskSpace,        // Out of disk space error
          exportReturn_BufferFull,                  // The offset into the audio buffer would overflow it
          exportReturn_ErrOther,                    //
          exportReturn_ErrMemory,                   // ran out of memory
          exportReturn_ErrFileNotFound,       // File not found
          exportReturn_ErrTooManyOpenFiles,   // Too many open files
          exportReturn_ErrPermErr,                  // Permission violation
          exportReturn_ErrOpenErr,                  // Unable to open the file
          exportReturn_ErrInvalidDrive,       // Drive isn't valid.
          exportReturn_ErrDupFile,                  // Duplicate Filename
          exportReturn_ErrIo,                             // File io error
          exportReturn_ErrInUse,                    // File is in use
          exportReturn_IterateExporter,       // Return value from exSelStartup to request Exporter iteration
          exportReturn_IterateExporterDone,   // Return value from exSelStartup to indicate there are no more Exporters
          exportReturn_InternalErrorSilent,   /*    Silent error code; host application will not display an error message on screen.
                                                                      Exporters can return this error code from compDoCompile if they wish to
                                                                      put their own customized error message on screen just before returning
                                                                      control.  */
          exportReturn_ErrCodecBadInput,            // a video codec refused the input format
          exportReturn_ErrLastErrorSet,       // the Exporter had an error and set a display string for it using the PrSDKErrorSuite.
          exportReturn_ErrLastWarningSet,           // the Exporter had an warning and set a display string for it using the PrSDKErrorSuite.
          exportReturn_ErrLastInfoSet,        // the Exporter has an info string to display and set it using the PrSDKErrorSuite.
          exportReturn_ErrExceedsMaxFormatDuration, // the Exporter (or the host) has deemed the duration of the compile to be too large
          exportReturn_VideoCodecNeedsActivation,         // the current video codec is not activated and cannot be used.
          exportReturn_AudioCodecNeedsActivation,         // the current audio codec is not activated and cannot be used.
          exportReturn_IncompatibleAudioChannelType,      // the requested audio channels are not compatible with the source audio
          exportReturn_Unsupported = -100           // Unsupported selector
     Obviously, this wasn't the right way to add these new return values.

  • I have question about hooking up an external hdd to a time capsule and still have my printer hooked up as well. Anyone got any tips for me, how to do it and what brand of harddrive that will work best for me 1 or 2 TB

    i have question about hooking up an external hdd to a time capsule and still have my printer hooked up as well. Anyone got any tips for me, how to do it and what brand of harddrive that will work best for me 1 or 2 TB

    You just need a powered hub.. if you already use one then fine.
    Plug in just about any external hard disk will work fine. Format has to be readable by the TC.. ie fat32.. or much better HFS+.. plug it into a Mac to prepare the drive.
    Pick whatever size suits.. nowadays 2TB are most economical.
    WD, Seagate have goobled up all the minor players.. so pick one.
    Whatever suits your budget and asthetics.
    NOTE.. The USB on the TC is fine for printers.. IMHO it is the wrong way to go with USB disks.. use the internal disk of the TC.. USB is less than half the native speed plugged into a Mac.. TC to USB is slow.. far slower than internal drive.. or using external drive as external.

  • Two Questions about Airport Express

    All, I am a recent convert to using a Mac so bear with me.
    I have two questions about the Airport Express.
    Question if I buy one in the USA, I will visiting this week on holiday,can I use it the UK with a UK adaptor/apple plug?
    Can the Express be used with my current wireless network, using a Netgear DG834G V4, I have read lots in the forums about putting a $ sign in front of the WPA password?
    Any help and advice gratefully received.

    Tesserax wrote:
    Hello andixbox. Welcome to the Apple Discussions!
    Question if I buy one in the USA, I will visiting this week on holiday,can I use it the UK with a UK adaptor/apple plug?
    Yes, but at least two things to consider:
    o The US version of the 802.11n AirPort Express Base Station (AXn) only supports radio channels 1-11 in the 802.11g radio mode. Channels 12-14, used in other countries outside the US will not be available.
    o The AXn supports both the 2.4 and 5 GHz radio bands for 802.11n. The 5 GHz band is restricted in certain countries (like the UK) so operating in this mode may get you unwanted attention.
    That should be okay then because the Netgear broadcasts on channels 1-11. I hadn't appreciated the 5 Ghz band, but having checked both US and UK Apple sites the techspecs both mention 2.4 Ghz and 5 Ghz.
    Can the Express be used with my current wireless network, using a Netgear DG834G V4, I have read lots in the forums about putting a $ sign in front of the WPA password?
    If your intent is to have the AXn join the Netgear as a wireless client, then yes it should work. The "$" requirement was for WEP. This shouldn't be necessary for WPA or WPA2.
    I intended to use the AXn as an range extender, but you mention wireless client, is that something different?

  • Hi I have a question about shooting in Raw with my Canon EOS 6d. I'm in the process of learning photography and my goal was to start shooting in raw. I have Photoshop CS5. When I tried to edit my images in raw I received an error message stating, "The pho

    Hi I have a question about shooting in Raw with my Canon EOS 6d.
    I'm in the process of learning photography and my goal was to start shooting in raw.
    I have Photoshop CS5. When I tried to edit my images in raw I received an error message stating, "The photoshop camera raw plug-in did not recognize the format. If these files are from a camera, you may need to update your camera raw plug in."
    In researching the issue I read that to edit in raw you need a camera model requirement of at least 7.3 which only works with CS6. My version of CS5 is 6.0.0.205. Being new to all this I see that my options are to upgrade to CS6 or convert by using DNG converter and paying a monthly fee. Two things I know nothing about and don't know which is would be more beneficial.
    I'd appreciate any advise on which route to go and how upgrade and what it may cost. THANKS in advance!
    Heather

    In researching the issue I read that to edit in raw you need a camera model requirement of at least 7.3 which only works with CS6.
    That is correct. Your camera was first supported by Camera Raw 7.3. Camera Raw 7.3 will not work with CS5. You need CS6 or CC.
    Being new to all this I see that my options are to upgrade to CS6 or convert by using DNG converter and paying a monthly fee. Two things I know nothing about and don't know which is would be more beneficial.
    I'd appreciate any advise on which route to go and how upgrade and what it may cost.
    It all depends on your preferred workflow and your budget.
    Using the DNG converter is free. There is no monthly fee. You use the converter to convert all Raw files from the EOS 6D to DNGs then edit the DNGs in CS5. That's an extra step every time - every photo. Some people don't like the extra step. Others don't mind.
    Camera raw, DNG | Adobe Photoshop CC
    Or you can upgrade to CS6 (non-Cloud) and pay the upgrade fee
    Creative Suite 6
    Or join the Cloud and pay the monthly fee
    Or join the Photoshop Photography Program (US9.99/month) and get PS CC+LR

  • A question about grub and USB

    Hi All
    I have a quick question about grub and USB that I can't quite find the answer to by searching.   Most of the FAQs discuss booting a full linux dristribution from USB. My situation is this.  I am getting a new computer with two drives, the second will be arch and the first will be Vista (for my wife).  I want the computer to boot the same way that my wife's machine boots at work so I don't want to install grub on the MBR.  So, is there a way to have all of the grub config files and kernels installed on the second drive and simply install to grub boot loader to the MBR of a USB stick?  My goal would be to simply plug the USB stick into the new PC and boot arch from the second drive. 
    Thanks
    Kev

    i cant say for hp's
    havent worked on any in a while
    recent machines have been coupleof dell's , vaio & emachine
    which dells do offer it at least the ones i tried , my laptop does(dell)
    all home pc's are built by me which do offer to boot individual drives
    what hp you getting it may tell in specs
    are both discs sata? if so it might not offer this option with 2 drives of same interface
    check your power supply alot of these preconfigured machines put cheap under reated power supplies in there
    & will burn your motherboard i just replaced PS(250 watt) & mobo(845gvsr) in an emachines <cheap stuff<
    i hope you researched the pc before buying ie : mobo, power supply are the biggest concerns
    i find it much more benificial to build my own machine gives me peace at mind. the cost is sometimes more in $ but not always , your biggest expense is time researching hardware
    if you live in usa the best places to start looking are bensbargains.net & pricewatch.com
    i am not affiliated with either & niether sell the hardware they are just advertisers a place to buy
    for costomized machines that i would trust is unitedmicro.com theyll asemble & test before shipping
    i have gotten 2 machines so far from them with NO PROBLEMS with hardware (knock knock)
    you may want to consider this in your next venture for pc

  • Questions about supporting TLF with Halo components in Flex 4.1

    We recently decided to upgrade to the Flex 4.1 SDK after a year or so at 3.2.  We have been asked to not use the new SPARK components yet because our products would then have a mistmatch of Halo and Spark components in the UI.  We have built support for our Halo components to display html through the ".htmlText" property for the Text components.  For example, we can display strings such as "<p>Choose <b>one</b> option:</p>".  With the upgrade to Flex 4.1 a couple of questions about supporting bi-directional text have come up.  My understanding is that in order to support bi-directional text we need to use the Text Layout Framework.  Does anyone have a suggestion on how we can utilize the TLF with the Halo components in Flex 4.1?    Can we still use the ".htmlText" property somehow or is there a new property that understands the TextFormat markup?  We would love to still be able to use the limited html tags that are supported for the "htmlText" property.  Is there an option where that syntax is still understood?
    Thanks in advance!
    David

    The halo components use TextField, and the spark components use TLF. Both sets have support for some html markup to import and export text. To use bidi text, you have to use TLF; TextField won't work properly.
    It is possible to use TLF to build your own components, and this can work well particularly for applications with specialized needs. But if you need bidi support for advanced components like DataGrid and List, then you should use the spark components.
    Thanks!
    - robin

  • Questions about Audigy 2 ZS connecti

    Hello,
    New to these forums, so bear with me. I'm considering purchasing an Audigy 2 ZS gamer card, and have some questions about the card and speaker setup. I've read the FAQ's in the forum, and they have been a big help, but I still have questions related specifically to my setup. Here's the system specs:
    AMD Athlon 64 3000+
    Asus K8V SE Deluxe
    VisionTek Radeon X800 XT PE
    Seagate 250 gig SATA HDD
    gig Crucial ram
    Antec P80 case
    Antec TruePower 430 ps
    Altec Lansing ADA885 digital speakers (awesome sound)
    Altec Lansing headset (cheap but works for voice and gaming)
    ADI AD980 onboard sound
    Windows XP Home
    . I currently am able to run both the speakers and headset at the same time by using the front panel audio outlets on the case (helps with the immersion in IL2 946). I would like to continue doing this(using front panel audio) with the new card. I've found several places that have an adapter cable for sale, http://www.x-tap.com/
    http://www.performance-pcs.com/catal...oducts_id=2700
    http://ask.americas.creative.com/SRVS/CGI-BIN/WEBCGI.EXE?New,Kb=ww_english_add,U={B8F6030-DA4F-D3-94F4-00500463020E},Company={CEAE26D-879-4C00-AC9F-03BC258F7B70},d=3025443648,VARSET=ws:http://us.creative.com,case=5764
    The plug that I have has only 3 separators, not 4. Will this work with the Audigy 2? I don't have a link for this plug, unfortunately.
    4. I had been considering purchasing? a set of USB headphones, but I've been told that when you plug them in, the sound is cut off for the speakers. If there was a workaround for this, I might consider getting them. Then I wouldn't have to use the front panel audio or the connections on the card.
    5. I've heard of an issue with this particular set of speakers and the Audigy 2 card, particularly that the speakers were originally designed for a Dell system, and the wiring was phased differently than in other systems. Is this something to be concerned with, and if so, is there a workaround?
    I like to research a particular product before I buy it, in order to make an informed decision and avoid problems if possible. Sometimes it works, sometimes it don't
    Thanks in advance for the help.
    Message Edited by mrj_455 on 03-05-2008 05:28 PMMessage Edited by mrj_455 on 03-05-2008 05:32 PM

    The inputs are easy to find and select:?
    Right-click the Mixer icon on the taskbar and select "Playback Devices".<
    There should open a new Window with the options of "Speakers" and "SPDIF"<
    With Speakers highlighted click the?"Properties" button on the lower?right corner<
    Go to the 4th tab (I believe it is "volume" in english, "Pegel" in german)<
    There you have your inputs!<
    Unmute Line-In and set its volume according to your desires.<
    Also remember that software designed for XP, that should control the Line-IN settings, (ie. Hauppauge WinTV or Dscaler) will be unable to do so in Vista, do to the architecture change. You can however enable "Compatibility Mode for Windows XP SP2" for these applications (right-click on their executable) and restore control of the inputs directly from the program. (You should however unmute it first as explained above). PS:? All Creative Software that came on the CD is incompatible to Vista. Only the included Audio Console should work as expected.Message Edited by alexs3d2 on 05-07-200707:3 PM

  • Question about using new battery in old Powerbook

    I have a pre-intel Powerbook G4, and the battery is pretty much toast (lasts about 15 minutes now). I have ordered a new battery for it, and I have this question about using it:
    Am I smarter to keep the new strong battery out of the PB most days (as I usually work with it plugged in at home) and just pop it in when I know I will be out surfing on batteries? Or is it just as good living in my laptop 24/7 and only occasionally being called upon to do its job?
    Current bad Battery Information below:
    Battery Installed: Yes
    First low level warning: No
    Full Charge Capacity (mAh): 1144
    Remaining Capacity (mAh): 1115
    Amperage (mA): 0
    Voltage (mV): 12387
    Cycle Count: 281
    thanks folks, Shereen

    Hi, Shereen. Every Powerbook battery wants to be used — drained and then recharged — at least every couple of weeks. If you've always used your Powerbook on AC power nearly all the time, and not followed that pattern of discharging and recharging the battery every week or two, it's possible that your use habits have shortened the lifespan and prematurely diminished the capacity of your old battery. Of course it's also possible that your battery is merely old, as a battery's capacity also diminishes with age regardless of how it's used. You didn't say how old the battery is in years, so this may or may not be an issue. I mention it only because it can be an issue.
    For general information on handling a battery for the longest possible lifespan, see this article. My advice on the basis of that article and long experience reading these forums is that it would be OK to do as you propose, but I doubt that you'd derive any significant benefit from it. You would still want to be sure of putting the new battery through a charge/discharge cycle every week or two, even if you didn't have a reason to use the Powerbook away from home or your desk, because sitting unused outside the computer is just as bad for a battery as sitting unused inside it. And you should never remove the battery from your computer when it's completely or almost completely discharged and let it sit that way any longer than a day or two.
    Message was edited by: eww

Maybe you are looking for

  • I use iMac desktop. I can't save web pages as PDF file by using Firefox, but by Safari is fine.

    I'm using Mac OS X 10.6.4. Today, I tried to save my email content as a PDF file. However, I only got a PDF file that have partial content of email. Then I adjust the printer setting and did it again, then I only got a blank PDF file. There was nothi

  • Error calling "RfcRegisterServer" with NW or SAP-RFC

    Hello, with our customer upgrading to the EHP 7.0 we run into an erroro while calling the function "RfcRegisterServer" with SAP-NetWeaver: Contents of structure "RFC_ERROR_INFO": code = 1 message = (0x0A)ERROR       service '?' unknown(0x0A)(0x0A)TIM

  • Color area in a black and white photo.

    I have a photo that has an area of red color. I want everything around that red color to be black and white. Any ideas please?

  • Airport and external HDD

    I am new to Mac. Had been on Win PC ever since I used a computer. If I got a Airport and connected an external HDD as a backup storage to it what way should the HDD be formatted? If in default NTFS can it be still used to read / write from my Mac as

  • Web content overlay - always "on top"?

    Hi In my Indesign DPS doc, I have a top later with content and a second bottom layer with some html 5 animation showing within a web content overlay box. Everything previews well, except the overlay content always seems to be "on top".  guess this ma