Re: Declarations...ordering




"jacob navia" <jacob@xxxxxxxxxxxxxxxx> wrote in message
news:4344d25f$0$7837$8fcfb975@xxxxxxxxxxxxxxxxxx
> Mike H wrote:
>
>> Does LCC accept either of these ordering conventions now ?
>>
>> __declspec(dllexport) __stdcall int SQUARED (int A)
>>
>> __declspec(dllexport) int __stdcall SQUARED (int A)
>>
>>
>> Thanks,
>> Mike H.
>>
>>
> looks like. lcc-win32 doesn't crash neither it burns
> so I suppose it works.
>
> Why?
> You have a problem?
>

Hi Jacob,

At one time, I'm not sure what version? Lcc-Win32 did not accept the
second syntax. By chance I had used it and noticed Lcc didn't complain, but
I wasn't sure if it was just a fluke :)

Thanks,
Mike H.


.