Hi,
On compilation of several objects at once with MinGW gpc, does anyone
get the sorts of problems show below?
Thanks in advance
problem I have arises when I compile several Pascal object files into
one.
$ gpc -o ALL_PASCAL_OBJECTS.o pascal_object1.o pascal_object2.o
pascal_object3.o .... and so forth
it gives this error:
c:/mingw/lib/libmingw32.a(main.o):main.c

.text+0x97): undefined
reference to `WinMain@16'