This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: linking with libcygwin.a (unresolved _WinMain@16)


Hi  Roland,

unfortunately this doesn't help. If I add a main function to the C
programs, I'm getting an Access Violation (segmentation fault) after the
linking of the program if I attempt to start it.  :-(

	Andreas

> 
> > Hi all,
> > 
> > I've got a huge project to move from Unix to NT, involving about 1000
> > Fortran files and 6 C files.
> > The C files contain all graphical X11 stuff and some system interfaces.
> > 
> > I bought DEC's Fortran Compiler for Windows NT, which seems to be really
> > fast.
> > My C programs I compiled with Cygnus' gcc and all the Fortran sources
> > with DEC's VF.
> > There are some minor issues with the external names, like Fortran calling
> > per default all uppercase, but these i can solve with special compiler
> > directives.
> > 
> > The major problem:
> > I tried to link everything with DEC's (Micro$oft's ?) linker , link.exe
> > 
> > It seems to take everything just fine BUT gives me:
> > libcygwin.a(libcmain.o) : error LNK2001: unresolved external symbol _WinMain@16
> > 
> > Anyone an idea how to solve this problem ?
> 
> I encountered the same problem building a dll consisting of a couple of object-files. According to a hint form Sergey Okhapkin I put a 
> 
> 	void main() {}
> 
> into one of my c++-sources. This fixed the problem...
> 
> hth,
> 
> --- Roland.
> 
> ---
> Roland Geier                    Phone: ++49 (8505) 92182          
> Universitaet Passau, GER 	Fax:   ++49 (8505) 922311
> Lehrstuhl Prof. Dr. Donner      geier@forwiss.uni-passau.de	
> D-94032 Passau                  http://www.uni-passau.de/~geier/
> 
> 

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]