| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Date: | Sat, 20 Nov 1999 12:21:08 +0100 (MET) |
| From: | =?ISO-8859-1?Q?Jos=E9_Ra=FAl_de_Prado_Mediavilla?= <jpramed AT ribera DOT tel DOT uva DOT es> |
| X-Sender: | jpramed AT ribera |
| To: | cygwin AT sourceware DOT cygnus DOT com |
| Subject: | About DLL |
| Message-ID: | <Pine.GSO.3.96.991120121925.1096A-100000@ribera> |
| MIME-Version: | 1.0 |
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 AT 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 AT ribera DOT tel DOT uva DOT es **
** jprado AT gsi DOT dit DOT upm DOT es **
** URL: http://www.tel.uva.es/~jpramed **
**************************************************************
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |