CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2011
    Posts
    29

    module machine type 'ARM' conflicts with target machine type 'X86'

    Hi,


    how can i solve this problem?

    1> Searching C:\Programmi\Microsoft Visual Studio 9.0\VC\ce\lib\x86\ccrtrtti.lib:
    1>ccrtrtti.lib(typinfo.obj) : fatal error LNK1112: module machine type 'ARM' conflicts with target machine type 'X86'

    I checked the Linker->Advanced->Target Type and is X86...

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: module machine type 'ARM' conflicts with target machine type 'X86'

    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  3. #3
    Join Date
    Mar 2011
    Posts
    29

    Re: module machine type 'ARM' conflicts with target machine type 'X86'

    Should be because

    "C:\Programmi\Microsoft Visual Studio 9.0\VC\ce\lib\x86\ccrtrtti.lib"

    is for ARM while i'm compiling a solution for X86?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured