From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Khuong D Pham" Newsgroups: gmane.emacs.help Subject: Re: Extending Emacs with C Date: Tue, 11 Nov 2003 18:47:33 +0100 Organization: Customer of Tiscali A/S Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3fb08926$1@news.seqnet.net> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1068572995 7920 80.91.224.253 (11 Nov 2003 17:49:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Nov 2003 17:49:55 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 11 18:49:53 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AJceH-0002yh-00 for ; Tue, 11 Nov 2003 18:49:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AJdZ3-0003bu-G1 for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Nov 2003 13:48:33 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!feed.news.nacamar.de!news100.image.dk!news000.worldonline.dk.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Original-NNTP-Posting-Host: 62.79.120.12 Original-X-Complaints-To: news-abuse@wol.dk Original-X-Trace: news000.worldonline.dk 1068572634 62.79.120.12 (Tue, 11 Nov 2003 18:43:54 MET) Original-NNTP-Posting-Date: Tue, 11 Nov 2003 18:43:54 MET Original-Xref: shelby.stanford.edu gnu.emacs.help:118131 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14070 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14070 How did you compile emacs with msvc6. I have tried it without success I get this when I run nmake after execute configure.bat: makefile (25): fatal error U1035: syntax error : expected ':' or '=' separator "Siegfried Heintze" wrote in message news:3fb08926$1@news.seqnet.net... > I just compiled emacs on Win2000 using cl v12 (aka MSVC6). Hurray. Too bad > it it does not link when using the latest Microsoft C compiler (v 13.1). > Good thing I kept v12 around. > > Are there any documents that can guide me on extending emacs (elisp) with C? > I want to call some COM objects from elisp. > > Thanks, > Siegfried > >