- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can call other DLLs from a QuickWin application, but they can't do anything that would require QuickWin.
QuickWin is intended as an easy way to add windows and graphics to a traditional Fortran application. It is not meant as an ultimate solution for all application types. You can use Win32 APIs or a third-party library such as Winteracter or GINOMENU. While these do not give you the ease of QuickWin nor the integration with Fortran I/O, the third-party libraries are fairly simple to add to any kind of application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The QuickWin interface has been very usefull in moving my command controlled simulation program developed under VMS to modern Windows environment. I have tried Win32 API but the scrolling "Terminal" window in QuickWin is a very god feature. I have enhanced the application with the toolbar function recommended byJugoslav Dujic plus a number of dialogs that "sends"commandsto the "Terminal" window. I have managed to do it without knowing a lot of Windows programming.
However, now I tied to link to a seperate simulation module (do not use any QuickWin or other user interface) in a DLL that I load with theloadlibrary function. It works together with a consol version of the program but not with the QuickWin version, I get access violation after a few calls to the DLL.
Do you have any tips what to? Maybe I need to link the DLL from the "main program"?
Thanks,
Lars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I use C convention since it's a C++ DLL but...
I seem to have jumped to conclusions based on reading the manual. I had an error in my debug printouts causing the error, just don't understand why the console version didn't trap. Any way, at the moment Iseem tobe able to get on developing the DLL link.
Thank you, Lars

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