[fpc-devel]cdecl directive & fpc-devel archives...

KO Myung-Hun komh at chollian.net
Fri Oct 27 17:01:54 CEST 2000


Hi.

I understood why programs calling DosSetFilePtr caused SYS3171 due to
Tomas.

Thanks. And I also know that my patch is not fundamental solution.

I know, name of function exported or imported must be real name, i.e.
_DosSetFilePtr

not _DOSCALLS$$_DOSSETFILEPTR$LONGINT$LONGINT.

So I propose that if only 'external' directive is appeared, disable

encoding in FPC style, else enable encoding in FPC style. In other
words,

the expansion of function name is up to 'external' not to 'cdecl'
directive.

'cdecl' is just 'calling convention' not rule of making funciton name.

In conclusion, if there is 'export' in exporting librares, there is

'external' in importing libraries.

Wrong ?

Finally, I want to access fpc-devel archives, but welcoming me is

'page not found' message.

For better FPC !!!

    from KO Myung-Hun...








More information about the fpc-devel mailing list