Graham Thwaites
2006-03-02 15:32:23 UTC
I am running 5.6.6 under XP and trying to build a .exe based on a very
simple source file which contains one predicate:
go :-
write( 'HELLO WORLD'),
nl,
sleep(10).
I can create a file go.exe using qsave but regardless of the options I
invoke I always get errors when the file is run:
ERROR: Initialization goal pce_host: $load_pce raised exception:
ERROR: '$open_shared_object'/3: The specified module could not be found.
ERROR: exception handler failed to define predicate pce_principal:object/1
ERROR: exception handler failed to define predicate pce_principal:object/1
Call: (7) pce_principal:object(@prolog) ?
Any help appreciated
Graham Thwaites
simple source file which contains one predicate:
go :-
write( 'HELLO WORLD'),
nl,
sleep(10).
I can create a file go.exe using qsave but regardless of the options I
invoke I always get errors when the file is run:
ERROR: Initialization goal pce_host: $load_pce raised exception:
ERROR: '$open_shared_object'/3: The specified module could not be found.
ERROR: exception handler failed to define predicate pce_principal:object/1
ERROR: exception handler failed to define predicate pce_principal:object/1
Call: (7) pce_principal:object(@prolog) ?
Any help appreciated
Graham Thwaites