Re: Loading cygwin1.dll from a windows app

2007-03-27 Thread Antti Karanta
On Tue, 27 Mar 2007 23:42:40 +0300, Igor Peshansky wrote: . Thanks. Ok, sorry about that. I can't find that setting in Opera (I'm accessing this mail list as gmane news group), but I'll just try to remember to delete the mail addresses manuall

Re: Loading cygwin1.dll from a windows app

2007-03-27 Thread Igor Peshansky
On Tue, 27 Mar 2007, Antti Karanta wrote: > On Tue, 27 Mar 2007 01:00:42 +0300, Long, Phillip GOSS <[EMAIL PROTECTED]> > wrote: . Thanks. > > Antti Karanta wrote: > > > I am trying to load the cygwin1.dll from a windows c app > > > > Why? > > To mak

Re: Loading cygwin1.dll from a windows app

2007-03-27 Thread Morgan Gangwere
i state this one command #include #include <...>// yeah yah... i forget the source file... int main(int argc, char* argv) { System("blah /path/to/stupud/app/ &"); return(1); } // :D theres the _FULL_ wheight of an app (sans graphics) that launches another app On 3/26/07, Antti Kara

Re: Loading cygwin1.dll from a windows app

2007-03-26 Thread Antti Karanta
On Tue, 27 Mar 2007 01:00:42 +0300, Long, Phillip GOSS <[EMAIL PROTECTED]> wrote: Antti Karanta wrote: I am trying to load the cygwin1.dll from a windows c app Why? To make the program behave correctly when used in cygwin bash shell. Or, more to the point, to make it understand pa

RE: Loading cygwin1.dll from a windows app

2007-03-26 Thread Long, Phillip GOSS
Antti Karanta wrote: > I am trying to load the cygwin1.dll from a windows c app Why? > I am trying to load cygwin1.dll to invoke the cygwin path conver- > sion functions (to make my program easier to use from cygwin shell). > I do this to convert the command line params denoting paths or > fi

Loading cygwin1.dll from a windows app

2007-03-26 Thread Antti Karanta
Hi! I am trying to load the cygwin1.dll from a windows c app, but am having difficulties. I did a fair amount of googling and found stuff concerning this, e.g. http://cygwin.com/faq/faq.programming.html#faq.programming.msvs-mingw http://sources.redhat.co