CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: abhipro

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,042

    Multiple entry points, main

    Hi all,

    I am developing a console application in C#. I have two different class files but if I put main in both, I am getting error about multiple entry point to the project.

    Now, if I remove...
  2. 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++?
  3. 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. ...
  4. Adding libraries to Win32 Console Application

    Hi all,

    I am trying to build a library in VC++. It's instruction says something like the folowing:

    Create a new empty project of type "Win32 Console Application"

    Click on "Project", and then...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured