CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2013
    Posts
    31

    Question relating to TDM and Intel on Windows.

    -I am using the 64 bit Windows TDM C++ compiler to compile my programs.
    -I am attempting to include Classes via 64 bit Intel compiled library files, via the headers.

    Is TDM C++ able to include and run Windows 64 bit Intel libraries, at all, or by default?
    Is there a necessary compiler switch to enable so that programs will compile, link, build
    and then run to success?

  2. #2
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: Question relating to TDM and Intel on Windows.

    I've never used TDM but as I understand it it's gcc based and according to this, https://software.intel.com/en-us/cpp...-compatibility, Intel toolchains are only compatible with MSVC when building for Windows
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

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