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

    Compiling linux based static library in Windows

    Hi all,

    I have a static library written in C++, which is originally targeted for linux platform. Although, the authors mentioned that with some small modifications, it can be compiled on Windows.

    I wanted to know exactly what kind of modifications do I need to make? Are the changes required in the way I compile the library or in the code itself?


    Thanks in advance,

    Regards,

    Abhijit

  2. #2
    Join Date
    Oct 2009
    Posts
    4

    Re: Compiling linux based static library in Windows

    Do I need to use a cross-platform build software like cmake or can I do it directly in VC++?

Tags for this Thread

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