Re: [GD-Windows] Strange prolog function issue
Brought to you by:
vexxed72
From: Jamie F. <ja...@qu...> - 2006-07-25 11:19:28
|
Emmanuel Astier wrote: > So do you know in which case the compiler does not put esp in ebp, but put an offset in it ? > And do you know how to fix it ( other than what we're doing : stopping using alloca with exceptions ), if it is a kind a known issue ? Last time I saw anything like that on Windows was (IIRC) when we were switching from VC 7.0 to 7.1 (might have been 6.0 to 7.0). If we had a mixed build (i.e. libs built with one version, app with another), you'd get strange things happening at the interfaces, where the compilers just wouldn't agree with each other as to what they should be doing. May well not be your problem, though. Jamie |