Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3952768
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T01:53:40+00:00 2026-05-20T01:53:40+00:00

I am in the very first step of using Emacs as my programming environment.

  • 0

I am in the very first step of using Emacs as my programming environment. I run it in DOS Prompt using emacs -nw and do the development there. It’s quite unbelievable, that I can do coding of J2EE and J2ME just using Emacs and its Eshell/Shell.

And now about using it for Visual Studio development.
Currently, I am working in a simple OpenGL application using Visual C++.NET 2008.
I haven’t try to build that application from command line, is it possible?

If in J2EE and J2ME, we had the build.xml (that is an ant build file), but what is the analogue of that in Visual Studio.NET solution?

I already compiled a simple Visual Studio Console program using Command Line. It works, but what about a complete set of project???

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T01:53:40+00:00Added an answer on May 20, 2026 at 1:53 am

    Lots of comments:

    1. There’s no need for you to use -nw; Emacs works fine with windows.

    2. The analogue to build.xml is xxxxxx.sln, combined with the dependent project files, which are zzzzzzz.csproj. OF course replace xxxx and zzzzz with your solution and project names.

    3. you don’t need the eshell or shell to compile. You can run the compile from within emacs using M-x compile which is often bound to a key combo for easy access. Mine is C-xC-e but I don’t know if that is a broad convention or just my choice.

    4. The next-error function works fine to move point to the next error that is reported in the compiler output. You may need a regex for error strings. I use this:

      (add-to-list ‘compilation-error-regexp-alist-alist
      ‘(msvc “^[ \t]\([A-Za-z0-9\.][^(]\.\(cpp\|c\|h\)\)(\([0-9]+\)) *: +\(error\|fatal error\|warning\) C[0-9]+:” 1 3)))

    When there is already an msvc entry, you may need to

    (let ((msvcentry (assoc 'msvc compilation-error-regexp-alist-alist )))
      (when msvcentry 
        (setcdr msvcentry '(msvc ....)))))
    
    1. CEDET. I don’t have any experience using CEDET with C++ on Windows, but many people use CEDET with C++ in other environments, for code completion, code analysis, that sort of thing.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm programming my very first GUI app in Java using the Swing framework. I've
I am trying to create very first project using django but stuck at very
I am wondering whether there's a good tutorial that walks you through the development
This is a very simple question that applies to programming web interfaces with java.
This is my VERY FIRST Makefile and so I have cut and paste junk
I have build my very first application to Android and I want now to
I am a frequent R user (the very first program I turn on everyday
So this was one of my very first questions here, but I have a
I am trying to write my very first python script. This was working but
How can I detect the very first time launch of - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.