Python On NT

Thomas M. hazel (hazel@ctron.com)
Thu, 13 Apr 1995 15:13:17 -0400 (EDT)

To python-NT users,

In the last leg of compiling Modules, I get this error:

######################################################################
config.nt.c
config.nt.c(58) : warning C4013: 'Py_Main' undefined; assuming extern
returning int
config.nt.c(59) : warning C4035: 'main' : no return value
######################################################################

Then when linking to create Python.exe

######################################################################
LINK : performing full link
pythoncon.obj : error LNK2001: unresolved external symbol "_Py_Main"
..\Python.exe : error LNK1120: 1 unresolved externals
######################################################################

In my Make process what could be the fix to defining `Py_Main'

Truly thankful for any help on this,

Tom
***************
hazel@ctron.com
***************