Re: w32api funny

2009-07-01 Thread Dave Korn
Mark J. Reed wrote: > On Wed, Jul 1, 2009 at 6:33 AM, Dave Korn wrote: >> I noticed this when we added StrStrI to setup.exe, and I forgot to bootstrap >> the generated files; I got a bad exe that didn't work [...] > > So, not really funny "ha-ha", then... too bad. Nah, just a funny peculiar.

Re: w32api funny

2009-07-01 Thread Mark J. Reed
On Wed, Jul 1, 2009 at 6:33 AM, Dave Korn wrote: > >  I noticed this when we added StrStrI to setup.exe, and I forgot to bootstrap > the generated files; I got a bad exe that didn't work [...] So, not really funny "ha-ha", then... too bad. I was hoping for an API knee-slapper. -- Mark J. Reed

Re: w32api funny

2009-07-01 Thread Corinna Vinschen
On Jul 1 11:33, Dave Korn wrote: > > I noticed this when we added StrStrI to setup.exe, and I forgot to bootstrap > the generated files; I got a bad exe that didn't work for me because it > imported StrStrIA from comctl32.dll (which was the next -l option in the > LDFLAGS), which - at least on

w32api funny

2009-07-01 Thread Dave Korn
I noticed this when we added StrStrI to setup.exe, and I forgot to bootstrap the generated files; I got a bad exe that didn't work for me because it imported StrStrIA from comctl32.dll (which was the next -l option in the LDFLAGS), which - at least on w2k - doesn't actually export that function: