Module machine type 'x64' conflicts with target machine type 'X86' - opencv_highgui

Hi , 
Im trying to setup the opencv for c++ in visual studio i have completed setting it up. when i run the sample code i get the error as 
error LNK1112: module machine type 'X86' conflicts with target machine type 'x64
C++\FinalPro\FinalPro\opencv_highgui249d.lib(opencv_highgui249d.dll)
I have set also x64 instead of win32 default but still its not working the lib of open cv are all 64bit
Thank You , Shan Ali Khan

Hello,
Welcome to MSDN forum. But your issue is out of support range of VS General Question forum which mainly discusses
the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
and Visual Studio Editor.
I found some thread with similar issues, maybe they can help you:
http://social.msdn.microsoft.com/Forums/en-US/34cf5a42-16a7-4d77-b708-0830276bbab9/module-machine-type-x86-conflicts-with-target-machine-type-x64?forum=vcgeneral
http://social.msdn.microsoft.com/Forums/en-US/d5bc5b38-6086-4f7c-a011-fc50901b9288/lnk1112-module-machine-type-x86-conflicts-with-target-machine-type-x64-error?forum=vcgeneral
If no help, for Visual C++ development issues please post them in
C++ forum, but those issues related to OpenCV which belongs to third-party are not supported in MSDN forums, you could consider consulting its publisher to get supports.
Thank you for your understanding.
Best regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Help with x64: fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'

    Hello, I am trying to complie some C code for some applications I am working on in labview (I am using Labview 2012 64bit).
    When I try to build my code in Visual C++ 2010 ( I have set it up to be able to use x64) I get the following fatal error:
    nivision.lib(StartupShutdown.obj) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
    Which I understand that .lib does not have a 64bit compatability. However, if I were to use 32bit code, how can I link/emulate it to my 64bit labview? Is there a good tutorial on this application? The problem is the rest of my application uses and requires 64bit labview, so I am stuck in this enviroment.
    Thanks.

    dbrittain wrote:
    Thanks for the reply. The C code I have cross correlates images, and it does reference the image inputs and size variables from the nivision classes. I am thinking of using a side by side labview environment with shared variables. I have not done this before, do you have any good examples? Can you make the library function node a shared variable or only the elements within it? 
    I guess I could try to convert to labview, but the are a lot of lines of code that I would prefer not to try to wrap my head around in translation.
    The LabVIEW API in Vision Development Module has functions that let you get access to all those parameters as well as the raw image data pointer. A common design is to query those items on the LabVIEW diagram and then pass them to your DLL. This would mean you wouldn't need to make any calls into the Vision DLL from your C code.
    As for examples showing how to use shared variables, keep in mind that it isn't just like doing a function call. The more appropriate way to think of it would be communicating with another VI by getting and setting controls and indicators while it runs. You could put all your arguments into a shared variable and set a boolean indicating it is ready, then wait for another boolean to go high indicating the other code has finished and placed its results in another shared variable. Your application code interacts with the shared variables just like a control/indicator/local variable. This of course is a simple description and I would not be surprised if there are well-defined frameworks/examples searchable in the forums that use shared variables in this manner.
    Eric
    Eric

  • SCD's type 2 conflict with Oracle Dimension Object

    Hi everybody.
    I have a little problem understanding Oracle Dimension Objects and how to use it with SCD type 2.
    Oracle's documentation says: There must be a 1:n relationship between a parent and children. A parent can have one or more children, but a child can have only one parent.
    This makes me think that if i have, for example, a department 1 and zone 'A', this department ALWAYS have to map the same zone, the zone 'A' can have more than one department but one department have to map every time to the same zone.
    This is a correct example: department 1 maps to zone 'A' everytime
    Employee Department Zone
    1 1 A
    2 1 A
    This is an incorrect example: department 1 DOES NOT MAP to zone 'A' everytime
    Employee Department Zone
    1 1 A
    2 1 B
    Oracle's documentation says: You must not create dimensions in any schema that does not fully satisfy the dimensional relationships. Incorrect results can be returned from queries otherwise.
    OK, but what can we do if the department's zone actually change???
    In SCD type 2 we use the following technique:
    ID Employee Department Zone Start End
    1 1 1 A 2010-01-01 2010-01-02
    2 1 1 B 2010-01-03 null
    Now we can see that SCD type 2 does not follow the requirements that ORACLE recommends for the creation of Dimension Objects, I mean department 1 now maps to the older zone A and the newer zone B.
    Is it correct?
    Can somebody clarify this? I think is a conflict.
    Thanks.

    Hi,
    Is it correct?No, you are wrong. You mixed dimension attribute historization and hierarchy relationship.
    Behaviour of mapping for loading SCD2 dimension depends on how did you implement Department and Zone entities in your dimension -
    as a general attributes of lowest dimension level (EMPLOYEE) or as a higher levels in dimension hierarchy.
    If you define Department and Zone as attributes of EMPLOYEE level than behaviour of loading algorithm will be as you described -
    it is because OWB doesn't know that Department and Zone attributes compose hierarchy.
    But when you define additional levels Department and Zone - OWB tries to resolve conflicts over hierarchy in very simple way -
    for each child dimension value it choose single parent with minimal business key value.
    In your case loaded data will be:
    ID Employee Department Zone Start End
    1 1 1 A 2010-01-01 2010-01-02
    2 1 1 A 2010-01-03 null
    Since 10.2.0.4 patchset there is also Hierarchy Versioning feature (so configured for versioning level also contains EFFECTIVE_DATE, EXPIRATION_DATE columns).
    Regards,
    Oleg

  • Serial Command Sent with XP machine different than sent with WIN2000 machine

    I need to communicate with a device by sending a Hexadecimal command (AA00 0000).  I am using Portnom to watch what is being sent to the serial port.  When I run my VI on a Windows 2000 computer my command is being wrote to the port and the instrument sends back the requested information.  However when I run the same VI on a WindowsXP machine the lenght is the same (4 bytes) but four dots are being displayed as what is being sent and there is no response from the instrument.  I am running LabView 7.1 on both machines.  Any help would be great.

    Same versions of NI software, especially VISA drivers and MAX?
    Is it a pure serial port on the laptop or a USB to serial converter?
    What is MAX showing for the name of the COM ports, sometimes a laptops port is not always COM1
    Any errors being flagged within the error piping in your vi?
    Have you tried to use Windows Hyperterminal on both PC's, this should eliminate any potential differences in NI software and configurations.
    Proper grounding of the instrument ?
    A lot of questions, I know.
    Message Edited by AnalogKid2DigitalMan on 02-22-2006 11:46 AM
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • In VS Setup project, I want to determine whether SharePoint is installed in the machine or not using "Search Target Machine"

    I am using this RegKey "SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0" to find the availability of SP2010. It's not worked as expected. So i have run the sample program(code lines given below) to fetch the key value. I found that below
    code returns null. In the regedit i can see the 14.0 Folder in the same path.
    string name = @"\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0";
    RegistryKey key = Registry.LocalMachine.OpenSubKey(name);
    Can Someone Assist where is the problem ??
                

    Hope below will help you:
    http://msdn.microsoft.com/en-us/library/ff721969.aspx
    http://gallery.technet.microsoft.com/Detect-installed-dd79a8ed

  • Does Time Machine conflict with Crashplan offline backup for Macs?

    Hello,
    Has anyone experienced Time Machine on Macs conflicting with Crashplan offline backup for Macs?  I would like to run both on my iMac... Time Machine for local backup to my E-drive and Crashplan for a backup to their servers.
    Thanks

    This article may be of help to you:
    http://support.crashplan.com/doku.php/articles/time_machine
    I also want to point out that CrashPlan also supports local backup.

  • Crystal report error on Target Machine

    We have to provide application exe to our clients. The application is developed in Visual Studio.Net 2010 and by using SAP crystal report CRforVS_13_0. Client must be able to fire reports on their target machine on which the Dot Net framework and u201CCRforVS_redist_install_64bit_13_0_1u201C run time utility is installed. But it gives a crystal report error on the target machine.
    Our development and target machines have Win 7 Professional, 64-bit OS installed.
    Kindly provide us with an appropriate run time version for target machine in order to fire reports or any other solution in order to make our project work on target machine.
    Thanks!

    Thanks a lot Don for your valuable suggestions.
    We have already taken care of the points which you mentioned in your reply on development side. Also, we have downloaded crystal report from the link which you posted but on DEPLOYMENT side we are unable to run reports from our application.
    It gives the notification when we try to install crystal report on a target machine as "You must have visual studio 2010 installed in order to install the crystal report".
    The DEPLOYMENT problem we are facing is in RUNTIME environment on TARGET machine.  Our TRAGET machine has properly installed Win 7 Professional 64 bit,  .NET Framework Ver 4 and CRforVS_redist_install_64bit_13_0_1 . We also have properly installed application on this machine. We got no errors while installing any of the above. The problem starts when we fire a report on target machine from the application.
    We get the error as "The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception"
    So, we are looking for an appropriate RUN TIME version of Crystal Report which can be installed on the target machine to fire reports (where visual studio 2010 is not installed).
    Please help suggest an exact version to download for target machine and the steps if it has a specific procedure.
    Thank you!
    Ruchir

  • How many device can one sync with iPhone? I own a Mac Pro and an iMac desktop. Can I sync with both machines?

    How Many devices can I sync with my iPhone?  I own a Mac PRO and an iMAC.  Depends on where I am, I will plug my iPhone to either of the machines. I haven't sync with either machine yet.

    Dah•veed wrote:
    Please explain how one would accomplish that feat.
    There's not much to explain. When a device is connected, you see the row of different categories across the top: Summary, Info, Apps, Tones, Music, Movies, TV Shows, Podcasts, Books, and Photos. For example, it is perfectly safe to sync one iOS device to the Music category on Computer A and no other computer, and the same device to Photos on Computer B and no other computer.
    You might be confusing what I'm saying with one iOS device enabling sync to the Music library on multiple computers. That is a huge no-no and will result in the disaster being suggested. But I am not talking about that, I'm talking about the opposite arrangement. What I am describing preserves category exclusivity. It turns out that exclusivity at the category level, not the computer level, is what really matters.
    As long as a device is synced to a given category on only one computer, it doesn't matter which computer it is or whether that computer is different than the ones synced to on other categories. The instant a given category is enabled for syncing on more than on computer, that is where the trouble starts.
    KiltedTim wrote:
    Trying to do so is asking for trouble. Don't do it. Move the content you need to one machine and sync only with that machine. If you don't, you'll be back here asking how to fix the mess and recover all the stuff you lost...
    I will agree that it is something you should only do mindfully. But if you do make sure each category is syncing to only one device, there will be no data loss and no mess.

  • Movement type and its sub sequencing movement types

    please help with configuration behind below scenario,
    When I do goods reversal with 262 movement in MIGO, the material is going under quality stock. when I looked the detailed goods movement, it is showing two other documents created with movement type 322 along with 262 movement type document. WM functionality is activated for this material.

    262 is the reversal movement for 261
    both movements can only work with unrestricted use stock
    322 is the reversal of 321 and posts an unrestricted use stock into quality stock
    the 322 is not conected to 262. and does not have any  reference  to 262
    if those movements really come together in your system, then I think this is because of an own developement

  • Can a TestStand deployment built with XP run on a target machine running Windows7?

    All,
    I knew it would come to this eventually. My very reliable development machine is running Windows XP. I am now facing the situation of building a TestStand deployment to distribute to target machines that are running Windows7. I am trying to head off trouble and troubleshooting that may not be worth it. Will this work?
    Thanks in advance for any information regarding this situation.
    Troy

    Hi Troy,
    You shouldn't run into trouble, but you may want to be aware of the differences in directory paths. 
    Cheers,
    KyleP
    Applications Engineer
    National Instruments

  • Running DAQ-9188 with LV13 runs great on developing machine not on target machine

    Hi
    Running DAQ-9188 with LV13 runs great on developing machine, built exe, transferred to new machine and I cannot get the values to update. Front panel opens everything looks good but no updated values, and no errors. Can someone help?  Thanks.

    Looks like others are pointing you in the right direction let me just add a few things.
    You must have a project to build an EXE.  You add VIs to the project and then under the Build Specifications in the project you can right click and create a new EXE build.  Here you must specify what the top level VI is which is the thing that gets ran when you run the EXE.
    After that you need to make an installer.  To do this go back to the project, and right click Build Specifications but this time make a build for the Installer.  Here you need to say what things to include in the installer.  You can choose to include the EXE you built earlier.  In addition to that under the "Additional Installers" section you can choose to add other installers.  The default one selected will be the run-time engine.  That thing you went and downloaded.  
    Other things you'll need depend on what is in your EXE.  Did you use DAQmx?  Then you'll need to include it in the additional installers.  Did you use XNET?  Include it.  Did you use Report Generation? Internet Connectivity Toolkit?  Vision?  VISA?  etc.
    It is some times hard to know what to include that's why in 2013 NI added a feature to try to can for things you used and include them.
    Including these things will balloon the installer.  Expect several GBs for the installer if you used DAQmx and other things.  Once these are installed on a new machine you can make an update installer that doesn't include these things, and just includes the updated EXE.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • My time capsule will allow only one machine to connect to the internet at a time. Connection sharing is "off" on the Airport Utility. When I try to share an IP address I get the message that "DHCP range that I entered conflicts with the WAN IP address" I

    Suddenly, my time capsule will not allow more than one computer to connect to the internet at a time. On the Airport Utility on the internet tab, Connection Sharing is "Off (Bridge Mode)" When I try to change it to sharing an IP address, I get two messages that the beginning and ending DHCP addresses that the DHCP addresses I've entered conflict with the WAN address of my Apple wireless device."
    Any ideas?
    Thanks

    I use a DSL to connect to the internet. The modem is a Westell C90-810030-06. Two things happened in connection with the fail. I upgraded the firmware in both my Time Capsule (connected to the DSL) and the Airport Extreme (connected to my printer--used to extend the network). I also upgraded my Colof Nook to the Android Faux Tablet version. I can't imagine that that is creating some sort of mismatch.
    I have now downgraded the firmware on the Time Capsule to 7.4.1 which is what I had before. Fortunately, I found the trick to downloading the older airport utility to find the older firmware. All the older versions disappeared from my computers.
    I still have the same problem. Wifi works fine. If a second device connects to the wifi, then it works fine, but the first no longer has a connection.
    And my Airport Extreme is not working at all. It cannot be seen by the computer. I tried resetting it. I'm going to connect it by ethernet and downgrade the firmware on it.
    I appreciate any help. This is so frustrating.

  • RMAN-05001 auxiliary .... conflicts with a file used by the target database

    I can´t recreate my physical standby.
    It worked in the past.
    Now I reinstalled the 3 standbyclients.
    Copied the spfile from the primary - modified the entries and did a rman backup.
    But when issuing the duplicate database command - it comes up with the error above
    SPFILE standyby db:
    *.db_file_name_convert='+DATA/prim/','+DATA/stdy/','+RECOVERY/prim','+RECOVERY/stdy'
    *.log_file_name_convert='+DATA/prim/','+DATA/stdy/','+RECOVERY/prim','+RECOVERY/stdy'
    Starting restore at 15-APR-10
    using channel ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: starting datafile backupset restore
    channel ORA_AUX_DISK_1: restoring control file
    channel ORA_AUX_DISK_1: reading from backup piece /oracle/stage/33lb65n2_1_1
    channel ORA_AUX_DISK_1: restored backup piece 1
    piece handle=/oracle/stage/33lb65n2_1_1 tag=TAG20100415T102434
    channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:11
    output filename=+REDO1/stdy/controlfile/current.262.716293055
    output filename=+REDO2/stdy/controlfile/backup.262.716293055
    Finished restore at 15-APR-10
    sql statement: alter database mount standby database
    released channel: ORA_AUX_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 04/15/2010 10:31:46
    RMAN-05501: aborting duplication of target database
    RMAN-05001: auxiliary filename DATA/prim/datafile/system.262.715097535 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/sysaux.263.715097499 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/undotbs3.269.710521021 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/undotbs2.270.710521021 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/example.272.710521021 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/users.268.710521021 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/sysaux.273.710521021 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/undotbs1.271.710521021 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/system.264.710521021 conflicts with a file used by the target database+

    Hi ,
    I feel you are using ASM but still check the below details:
    Cause
    Production and Auxiliary have same directory structure and are running on two different machines. RMAN must be told not check that the target datafiles are sharing the same names as the duplicated files being created. Otherwise, the following errors will be returned:
    RMAN-05001: auxiliary filename /qmaxnt/u04/qmaxntorafiles/table/QMAXAD08_03.dbf
    conflicts with a file used by the target database
    RMAN-05001: auxiliary filename /qmaxnt/u04/qmaxntorafiles/table/QMAXAD08_02.dbf
    Solution
    To implement the solution, please use nofilenamecheck in syntax as follows:
    1. Connect to Target, auxiliary, and rman catalog and
    2. use script as
    run{
    set until time "to_date('2005/09/17 14:00:00','yyyy/mm/dd HH24:MI:SS')";
    allocate auxiliary channel aux1 type 'sbt_tape';
    allocate auxiliary channel aux2 type 'sbt_tape';
    duplicate target database for standby dorecover nofilenamecheck;
    Make sure to use auxiliary type of channel so RMAN restore take place at auxiliary database.
    Thanks,
    Rafi.
    http://rafioracledba.blogspot.com/

  • Version number conflicts with NI custom data types

    Custom data type version number conflicts
    Options
    Mark as New
    Bookmark
    Subscribe
    Subscribe to RSS Feed
    Highlight
    Print
    Email to a Friend
    Report to a Moderator
    07-11-2011 08:10 AM
    I am new to Teststand software interface.  While doing my first software release under the guidance of a more experienced colleague, we discovered that Teststand will not run if it detects version number conflicts between custom data types on my machine vs. the production test machine.  I verified differences between all .seq files in my test program directory, but I did not realize that the version number difference exists in the StationGlobals.ini file, which is stored in a different location.  After discovering this, I modified the version number in one of the files.  However, two releases later, I discovered that the version number mismatches in another two files.  This raises several questions for me :
    1.  Is there a way in Teststand to view all the .seq files where a custom data type is used and then change its version number in one attempt?
    2.  Under what instances does Teststand upgrade the version number of a custom data type?
    3.  Are there any tools or scripts within Teststand that can allow the version number of custom data types to be changed in all .ini files when a difference is discovered between the current production test station settings and a new release?
    Please help.

    Have you read this?  http://zone.ni.com/devzone/cda/tut/p/id/7060
    I can tell you that your situation is not uncommon with TestStand.  The key is just doing it right the first time.  haha
    #1- I doubt that this is possible because then TestStand would have to know every location of every .seq on the machine.  You will only see it when you open the sequence file.
    #2- TestStand updates the version every time you change it.  You should get a message popup when you try to save that asks if you want to increment the version or not.  There's also a check box that says Remove Modified Mark From Types.  Look under Station Options in the File tab.  There are some settings there about Type conflicts.
    #3- http://zone.ni.com/devzone/cda/tut/p/id/7910
    http://digital.ni.com/public.nsf/allkb/4153576DA04BEB098625743D00704A09
    Hope this helps,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • The requested feature DSC-Service is not found on the target machine.

    Hi,
    I'm trying to create a DSC Pull Server with a 2008 R2 SP1 Virtual Machine,
    While many of the forums and tutorials have helped, particularly https ://www .google.com/url?url=https://davewyatt.wordpress.com/2014/06/07/how-to-install-a-dsc-pull-server-on-windows-2008-r2/&rct=j&frm=1&q=&esrc=s&sa=U&ei=7BavVKvxMIHEmAWDjoLwBQ&ved=0CBQQFjAA&usg=AFQjCNEUHC8QBHfNgChYXnMQe87rXrHz1g
    after installing all of these modules and moving on to later tutorials I'm experiencing an error every time I try to run a pull server configuration scrpit.
    After running the script found here: http://www .systemcentercentral.com/day-1-intro-to-powershell-dsc-and-configuring-your-first-pull-server
    I then trid to execute that code on the localhost,
    it came up with this error:
    PowerShell provider MSFT_RoleResource failed to execute Test-TargetResource functionality with error
    message: The requested feature DSC-Service is not found on the target machine.
    + CategoryInfo : InvalidOperation: (:) [], CimException
    + FullyQualifiedErrorId : ProviderOperationExecutionFailure
    + PSComputerName : localhost
    Please Help, I cannot find the DSC-Service Module, and while some scripts have allowed and Pull Server to be created, they do not function peroperly because of this error.
    Thanks a lot.
    P.S. due to this being a 2008 R2 SP1 machine When then running the command: Add-WindowsFeature DSC-Server (As has been suggested by a lot of soureces) This error Will Come up:
    Add-WindowsFeature : ArgumentNotValid: Invalid role, role service, or feature: 'DSC-Service'. The name was
    not found.
    At line:1 char:1
    + Add-WindowsFeature
    + ~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidData: (:) [Add-WindowsFeature], Exception
    + FullyQualifiedErrorId : NameDoesNotExist,Microsoft.Windows.ServerManager.Commands.AddWindowsFeatureComm
    and

    Hi Anna,
    I'm in the same situation as Nathys.
    I tried everything you indicated. However, it still does not work. I got the same error:
    PowerShell provider MSFT_RoleResource  failed to execute Test-TargetResource functionality with error message: The requested feature DSC-Service is not found on the
    target machine.
        + CategoryInfo          : InvalidOperation: (:) [], CimException
        + FullyQualifiedErrorId : ProviderOperationExecutionFailure
        + PSComputerName        : devops-01
    The SendConfigurationApply function did not succeed.
        + CategoryInfo          : NotSpecified: (root/Microsoft/...gurationManager:String) [], CimException
        + FullyQualifiedErrorId : MI RESULT 1
        + PSComputerName        : devops-01
    PS C:\Workspace\dsc> dism /online /Enable-Feature /FeatureName:DSC-Service
    Deployment Image Servicing and Management tool
    Version: 6.1.7600.16385
    Image Version: 6.1.7600.16385
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    I have restarted the computer, but it still does not work.

Maybe you are looking for

  • One or more post-processing actions failed - XML Publisher report

    Hi all, I'm working with the following envinronment: Unix platform: HP-UX rp1 B.11.11 U 9000/800 DB: Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production eBS: EBS 11.5.9 More in detail I have a problem when I run a request to see an XML P

  • Why can't I play AUTHORIZED content through Home Sharing?

    I have 2 laptops, one is a doomed Win and the other is a blessed Mac. I tried home sharing for the first time and to back up my content to my Mac. Both are authorized to play the same content, HOWEVER, some TV shows just won't play (and of course if

  • BB Q10. Conclusions of the first week experience

    Hey there, I have moved from OS7 device to BB Q10 a week ago and here are my first brief conclusions (mostly for those who are yet considering of the purchase) good stuff: - the device looks good itself and it is completely not slippery; - I do like

  • Pdf on iOS devices damaged or white screen

    Hello our iPhone and iPads can not display a Pdf-File that was scanned. Sometimes they only display a white screen or the pdf file is damaged (color stripes) but on every computer it´s being displayed without any error. The Pdf file you´ll find as at

  • Upgrade to iPhone 5 and iTunes 10.7 rain my parade

    I have old iPhone backup in with my iTunes 10.6.1 How to restore my contact since iPhone 5 need iTunes 10.7 and I am using Mac OS X 10.5.8 which not able to install the iTunes 10.7 PS: When I try to update my iTunes it suggested it is current. When I