Hi all
first of all, excuse me if this is a non-correct procedure, I
am a newbie about posting in SF.
I've managed to build an "hello, world" app with SW++ in
a cygwin/mingw environment. I know, it's a trivial task,
but maybe it can helps people like me that are not using
any IDE at all. Although I am using a cygwin
environment, the library and the executable built are
pure mingw binaries, via the -mno-cygwin compiler
switch
step 1 - place Makefile.cygwin in ..../SmartWin
step 2 - cd to this directory, make -f Makefile.cygwin
step 3 - build an "hello, world" application with -mno-
cygwin -L/..../SmartWin -lsmartwin -I/...../SmartWin
The makefile is very primitive, but many improvements
can be added for a "production" version, like variable
paths and install targets.
Hope this helps, best regards