Mail Archives: cygwin/2004/09/27/09:19:46
On Mon, 27 Sep 2004, Patrick Samson wrote:
> I use a dll which have references to both
> cygwin and m$:
> $ cygcheck /usr/share/tcl8.4/dp4.0/win/dp40.dll
> D:/cygwin/usr/share/tcl8.4/dp4.0/win/dp40.dll
> D:\cygwin\bin\tcl84.dll
> C:\WINNT\System32\ADVAPI32.DLL
> C:\WINNT\System32\ntdll.dll
> C:\WINNT\System32\KERNEL32.dll
> C:\WINNT\System32\USER32.dll
> C:\WINNT\System32\GDI32.dll
> C:\WINNT\System32\RPCRT4.dll
> D:\cygwin\bin\cygwin1.dll <-------------
> C:\WINNT\System32\msvcrt.dll <------------
> C:\WINNT\System32\WS2_32.DLL
> C:\WINNT\System32\WS2HELP.dll
>
> Should I suspect this to be a possible source of trouble? Or does it
> mean nothing?
Depends. Usually, this results in some sort of trouble, mostly because of
the separate parallel stdio, malloc, etc implementations. You may be able
to get away with it for a while if none of the msvcrt functions are
actually called, but it may come back and bite you in the future.
Igor
--
http://cs.nyu.edu/~pechtcha/
|\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu
ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com
|,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D.
'---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow!
"Happiness lies in being privileged to work hard for long hours in doing
whatever you think is worth doing." -- Dr. Jubal Harshaw
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -