hi,
I think it is better not to use vc projects for building, but rather
directly invoke nmake, preferably running a batch file. This could
be a generic batch, which would contain at least set PATH=...'',
set INCLUDE=...'', set LIB=...'', and
nmake''. Then, what
may come handy is associating a .pif file with the batch, in order
to extend environment space, set a working folder etc. Finally,
there need to be (in a working folder) a simple makefile, just like
the one in doc/6.externs.
Krzysztof
Jim Ruxton wrote: ...
I'm trying to compile the simple example externals foo1 , foo2 but am having problems. I seem to be having troubles with the Linker. I'm getting lots of "undefined reference to ... " messages . Also for anyone who is using it ,do you set up your project as a DLL file. or Empty Project? Johannes