Yu-Cheng Chou schrieb:
Hi,
I made a mistake in the previous reply.
Here I state my question again.
mylib.dll was built using gcc/cygwin based on some library that
might depends on cygwin1.dll.
I don't want to load cygwin1.dll explicitly, but I do need to load
mylib.dll dynamically at run-time
Yu-Cheng Chou wrote:
> mylib.dll was created using gcc/cygwin based on some libraries that were
> also built using gcc/cygwin and CANNOT be re-built by other compilers.
> I have to, and need only to load mylib.dll at run-time by function
> LoadLibrary("mylib.dll")
> in an applicaiton that was buil
mylib.dll was created using gcc/cygwin based on some libraries that were
also built using gcc/cygwin and CANNOT be re-built by other compilers.
I have to, and need only to load mylib.dll at run-time by function
LoadLibrary("mylib.dll")
in an applicaiton that was built by Visual C++ or .NET.
Whe
Yu-Cheng Chou wrote:
> I made a mistake in the previous reply.
> Here I state my question again.
>
> mylib.dll was built using gcc/cygwin based on some library that
> might depends on cygwin1.dll.
> I don't want to load cygwin1.dll explicitly, but I do need to load
> mylib.dll dynamically at run-
Hi,
I made a mistake in the previous reply.
Here I state my question again.
mylib.dll was built using gcc/cygwin based on some library that
might depends on cygwin1.dll.
I don't want to load cygwin1.dll explicitly, but I do need to load
mylib.dll dynamically at run-time in an application which
Hi,
I made a mistake in the previous reply.
Here I state my question again.
mylib.dll was built using gcc/cygwin based on some library that
might depends on cygwin1.dll.
I don't want to load cygwin1.dll explicitly, but I do need to load
mylib.dll dynamically at run-time in an application which
Yu-Cheng Chou wrote:
> I want to load the cygwin1.dll with Visual Studio following
> the instruction from http://cygwin.com/faq/faq.html#SEC102.
> But I can't find winsup/cygwin/how-cygtls-works.txt and the sample code
> in winsup/testsuite/cygload.
> So where can I find these files?
The paths re
Hi,
I want to load the cygwin1.dll with Visual Studio following
the instruction from http://cygwin.com/faq/faq.html#SEC102.
But I can't find winsup/cygwin/how-cygtls-works.txt and the sample code
in winsup/testsuite/cygload.
So where can I find these files?
Thanks
> Yu-Cheng Chou wrote:
>
>
Hi,
I want to load the cygwin1.dll with Visual Studio following
the instruction from http://cygwin.com/faq/faq.html#SEC102.
But I can't find winsup/cygwin/how-cygtls-works.txt and the sample code
in winsup/testsuite/cygload.
So where can I find these files?
Thanks
> Yu-Cheng Chou wrote:
>
>
Yu-Cheng Chou wrote:
> Can a shared library mylib.dll built using
> gcc -shared -o mylib.dll file.c
> be loaded dynamically at run time by function
> LoadLibrary("mylib.dll") in an application built using
> Visual C++ or .NET?
> I tried it in Windows XP with the latest version of
> gcc/Cygwin, the
Can a shared library mylib.dll built using
gcc -shared -o mylib.dll file.c
be loaded dynamically at run time by function
LoadLibrary("mylib.dll") in an application built using
Visual C++ or .NET?
I tried it in Windows XP with the latest version of
gcc/Cygwin, the application will hang
at LoadLibra
11 matches
Mail list logo