users-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Consult Fails


From: Gerald W. Shapiro
Subject: Re: Consult Fails
Date: Thu, 6 Sep 2001 08:52:57 -0400 (EDT)

David:

I recently made a MSVC build of gprolog, after having worked with a cygwin
build under win95. 

I found that with the MSVC build I needed to enclose consult arguments in
single quotes, and add the .pl extension.

Cygwin : consult(foo)
MSVC:    consult('foo.pl')

Hope this helps.

Gerald





reply via email to

[Prev in Thread] Current Thread [Next in Thread]