- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why can not weuse some win32 api in fortran windows application?
In fact,there are many win32 api which works well in c++ but can not be used in fortran windows application !
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There's no such thing as "can not use". If an INTERFACE to an API function is missing from the IVF resources (ie, IFWINTY, etc), then you may have to write it yourself, but this becomes quite straightforward once you have done it a few times, and of course the (thousands of) existing INTERFACES serve as an explicit guide. What particular Win32 functions can you not access?
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page