[Gcl-devel] Re: FW: [sr #104164] Is it possible to call Windows SDK from GCL?

2005-05-05 Thread Camm Maguire
Greetings! I've now lost the input lisp file, but the problem is that the C definition needs to precede its usage in the .c output file: #include "cmpinclude.h" #include "sdk-hello.h" void init_sdk_hello(){do_init(VV);} #include /* function definition for SDK-HELLO */ static void L1

[Gcl-devel] Re: FW: [sr #104164] Is it possible to call Windows SDK from GCL?

2005-05-04 Thread Camm Maguire
Greetigns! "Mike Thomas" <[EMAIL PROTECTED]> writes: > Camm: > > The relevant gcc version is 3.4.2 and insertion of a prototype for sdk_hello > just before L1 fixes that problem. Unfortunately the missing initialisation > function problem remains in HEAD - perhaps I've called compiler::link > i