public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* About DLL
@ 1999-11-18  1:22 José Raúl de Prado Mediavilla
  1999-11-30 23:39 ` José Raúl de Prado Mediavilla
  0 siblings, 1 reply; 4+ messages in thread
From: José Raúl de Prado Mediavilla @ 1999-11-18  1:22 UTC (permalink / raw)
  To: cygwin

Hello!!

	I am building a relocable dll with the sequence of five commands
that says http://sourceware.cygnus.com/cygwin/faq/faq.html#SEC87 .
	I have an entry function defined like:

		int WINAPI entrada(HANDLE h, DWORD reason, void *foo)
		{
  			return 1;
		} 

	When I execute the commands I have a error message like:

ld: warning: cannot find entry symbol entrada@12; defaulting to 10001000

	and I do not know how to use the dll in this case.

	If someome knows how can I solve this problem , please mail me.

	Thanks you.

**************************************************************
**             JOSE RAUL DE PRADO MEDIAVILLA                **
** -------------------------------------------------------- **
** Escuela Tecnica Superior Ingenieros de Telecomunicacion. **
** Grupo de Sistemas Inteligentes-Universidad de Valladolid **
**                    VALLADOLID (SPAIN)                    **
** Tlf:	 	    983 423000 ext. 25586		    **
** E-mail:          jpramed@ribera.tel.uva.es               **
**	              jprado@gsi.dit.upm.es                 **
** URL:             http://www.tel.uva.es/~jpramed          **
**************************************************************


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* About DLL
  1999-11-18  1:22 About DLL José Raúl de Prado Mediavilla
@ 1999-11-30 23:39 ` José Raúl de Prado Mediavilla
  0 siblings, 0 replies; 4+ messages in thread
From: José Raúl de Prado Mediavilla @ 1999-11-30 23:39 UTC (permalink / raw)
  To: cygwin

Hello!!

	I am building a relocable dll with the sequence of five commands
that says http://sourceware.cygnus.com/cygwin/faq/faq.html#SEC87 .
	I have an entry function defined like:

		int WINAPI entrada(HANDLE h, DWORD reason, void *foo)
		{
  			return 1;
		} 

	When I execute the commands I have a error message like:

ld: warning: cannot find entry symbol entrada@12; defaulting to 10001000

	and I do not know how to use the dll in this case.

	If someome knows how can I solve this problem , please mail me.

	Thanks you.

**************************************************************
**             JOSE RAUL DE PRADO MEDIAVILLA                **
** -------------------------------------------------------- **
** Escuela Tecnica Superior Ingenieros de Telecomunicacion. **
** Grupo de Sistemas Inteligentes-Universidad de Valladolid **
**                    VALLADOLID (SPAIN)                    **
** Tlf:	 	    983 423000 ext. 25586		    **
** E-mail:          jpramed@ribera.tel.uva.es               **
**	              jprado@gsi.dit.upm.es                 **
** URL:             http://www.tel.uva.es/~jpramed          **
**************************************************************


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* About DLL
  1999-11-20 11:07 José Raúl de Prado Mediavilla
@ 1999-11-30 23:39 ` José Raúl de Prado Mediavilla
  0 siblings, 0 replies; 4+ messages in thread
From: José Raúl de Prado Mediavilla @ 1999-11-30 23:39 UTC (permalink / raw)
  To: cygwin

Hello!!

	I am building a relocable dll with the sequence of five commands
that says http://sourceware.cygnus.com/cygwin/faq/faq.html#SEC87 .
	I have an entry function defined like:

		int WINAPI entrada(HANDLE h, DWORD reason, void *foo)
		{
  			return 1;
		} 

	But when I execute the commands I have an error message like:

ld: warning: cannot find entry symbol entrada@12; defaulting to 10001000

   and the dll does not work.

	If someome knows how can I solve this problem , please mail me.

	Thanks you.

**************************************************************
**             JOSE RAUL DE PRADO MEDIAVILLA                **
** -------------------------------------------------------- **
** Escuela Tecnica Superior Ingenieros de Telecomunicacion. **
** Grupo de Sistemas Inteligentes-Universidad de Valladolid **
**                    VALLADOLID (SPAIN)                    **
** Tlf:	 	    983 423000 ext. 25586		    **
** E-mail:          jpramed@ribera.tel.uva.es               **
**	              jprado@gsi.dit.upm.es                 **
** URL:             http://www.tel.uva.es/~jpramed          **
**************************************************************



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* About DLL
@ 1999-11-20 11:07 José Raúl de Prado Mediavilla
  1999-11-30 23:39 ` José Raúl de Prado Mediavilla
  0 siblings, 1 reply; 4+ messages in thread
From: José Raúl de Prado Mediavilla @ 1999-11-20 11:07 UTC (permalink / raw)
  To: cygwin

Hello!!

	I am building a relocable dll with the sequence of five commands
that says http://sourceware.cygnus.com/cygwin/faq/faq.html#SEC87 .
	I have an entry function defined like:

		int WINAPI entrada(HANDLE h, DWORD reason, void *foo)
		{
  			return 1;
		} 

	But when I execute the commands I have an error message like:

ld: warning: cannot find entry symbol entrada@12; defaulting to 10001000

   and the dll does not work.

	If someome knows how can I solve this problem , please mail me.

	Thanks you.

**************************************************************
**             JOSE RAUL DE PRADO MEDIAVILLA                **
** -------------------------------------------------------- **
** Escuela Tecnica Superior Ingenieros de Telecomunicacion. **
** Grupo de Sistemas Inteligentes-Universidad de Valladolid **
**                    VALLADOLID (SPAIN)                    **
** Tlf:	 	    983 423000 ext. 25586		    **
** E-mail:          jpramed@ribera.tel.uva.es               **
**	              jprado@gsi.dit.upm.es                 **
** URL:             http://www.tel.uva.es/~jpramed          **
**************************************************************



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-11-30 23:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-18  1:22 About DLL José Raúl de Prado Mediavilla
1999-11-30 23:39 ` José Raúl de Prado Mediavilla
1999-11-20 11:07 José Raúl de Prado Mediavilla
1999-11-30 23:39 ` José Raúl de Prado Mediavilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).