Suggestion for AvGraph3D Object
Language English What are the chances that the AvGraph3D could be improved to accommodated logarithmically scalled axes? Likewise for the palette dataset. This deficiency was also present in the CVF...
View ArticlePrinting QuickWin Graphics
Language English Hi there, Ive had a problem here with printing QuickWin Graphics. Because I do not have the MenuBar with File->Print in my program I started to write a turnaround for that. First I...
View ArticleProgressbar without threads?
Language English Hi there, Im searching for a possiblity to display a progress bar in a QuickWin Application without creating a seperate thread because it would to very difficult to rewrite the code to...
View ArticleMD5 Hash
Language English Has anybody got a function for the calculation of a MD5 Checksum of a string for fortran??
View ArticleAutomatic save of Bitmaps from plotted QuickWin Graphics
Language English Hi there, when I plot some kind of graphics in a QuickWin Window I can save that file manually as a bmp with file -> save. Is there a way to save that graphic automatical when its...
View ArticleDebugger stops when i>10
Language English Hi there, is it possible to set an option in the debugger that the program stops when a variable gets a special value? For example when i gets > 10 or something? In my program I...
View ArticleSpreadsheets in QuickWin Dialogs
Language English Hi there, I want to implement a spreadsheet in a QuickWin Dialog. In a list box only onecolumn can be stored. Aftera whileI found an ActiveX control "Microsoft Office Spreadsheet 10.0...
View ArticleRegistercard (tab object) in QuickWin application
Language English Hi there,I have a problem to place text and buttons on a registercard in a dialog with Visual Fortran 6.1. I created a new Dialog IDD_DIALOG1 and placed a registercard on it, IDC_TAB1....
View ArticleColour in an edit box
Language English I would like to be able to colour the background of an edit box in a dialog (to indicate the colour chosen from the colour picker, for example). Can this be done and if so, how?With...
View ArticleLISTVIEW CONTROL
Language English I am familiar with the Listbox and have used it successfully many times. Now, I am attempting to use the LISTVIEW control in a dialog box. I have successfully loaded data into the...
View Articlelibiomp5md.dll is missing
Hello,when i try to run the .exe of my fortran-project, on a computer without visual studio, i get the error: libiomp5md.dll is missingIs there a way to build the .exe statically?I tried to put...
View ArticleConverting c-string to Fortran string
In the brave new world of c interoperability the standard requires that c-strings passed into a Fortran subroutine are interpreted as arrays of characters of length 1. So to use them in a Fortran...
View ArticleUsing SHBrowseForFolder
Based on the sample program supplied by Intel, I learned how to use the API function GetOpenFilename and GetSaveFilename and wrote a wrapper around them to enable simple use in a Quickwin application....
View ArticleTrouble with LOADIMAGE
We have frequently used the function LOADIMAGE to display an existing .bmp file on the screen. Sometime since installing XE13.1 (package 2013.2.149) on a new computer, this function does not work. Its...
View ArticleAccess violation, in win32 release ONLY
Hi All,I ran into a tricky problem. The program runs well when build in win32 debug, x64 debug, x64 release, but cause access violation in win32 release.I checked carefully on the compilation options,...
View ArticleInvitation to all readers: please comment on why you still use Fortran
Hello Everyone,Would you be kind enough to comment as to why you still use Fortran in present day and age? I'll be especially interested in reading responses from those of you who a) program on...
View ArticleCongratulations to our new Intel Black Belt Developers, David and Ian!
I am delighted to announce that David White and Ian Harvey are now "Intel Black Belt Software Developers", in recognition of their significant contributions to the Intel developer community. Please...
View ArticleHow long do i have to wait until a post is accepted?
Hello,the current version of this forum is questionable. Why do i have to wait a couple of hours until a misterios person has approved my post? An then i have to wait again until the answering post is...
View ArticleMaximum number of DO and IF loops
Using the Intel Fortran compiler on Windows the maximum number of DO and IF loops is set to 256. Is it possible to increase this limit?
View ArticleOPENGL Window in Quickwin - window order problem
I have created an opengl window from within a quickwin apllication. I have some other quickwin child windows and some modeless doalog boxes (tool boxes) open that can manipulate the content of the 3D...
View Article