- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In another thread we were looking at OpenGL (GLU) interfaces and I was looking at one of my own API interface modules. This module uses BIND(C,name='xxxx') and in every interface we have "!DEC$ ATTRIBUTES STDCALL :: Func_or_sub_name. It occurred that is would be much neater and easier to have a global STDCALL attribute for the source file (or module scope) but is would seem this is not an option.
You can have !DEC$ ATTRIBUTES STDCALL :: name1, name2, name3 but that is a worse option in terms of code maintenance.
Is there any way of doing this? I would not do it via compiler option as I think that is quite error prone method.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, it's not an option. I think that the general usefulness of such a thing is minimal, even more so as 32-bit support starts to disappear. How often would you use this outside of Windows API declarations? Note that we do now support ATTRIBUTES STDCALL combined with BIND(C).

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page