Author |
Message |
Topic: warning 676 in recursive routines |
steveDoyle
Replies: 19
Views: 98666
|
Forum: Support Posted: Tue Dec 31, 2024 3:37 pm Subject: |
The quicksort theory states the worst case is for an ordered set
ref: https://www.geeksforgeeks.org/quick-sort-algorithm/
Time Complexity:
Best Case: (Ω(n log n)), Occurs when the pivot ... |
Topic: warning 676 in recursive routines |
steveDoyle
Replies: 19
Views: 98666
|
Forum: Support Posted: Mon Dec 30, 2024 3:24 pm Subject: |
H i ken
thanks for the feedback
I still depend on some ancient fortran 77 code analysers (aka Luddite or too mean to invest in the latest products...) so i void using F95 syntax. If i need anyt ... |
Topic: warning 676 in recursive routines |
steveDoyle
Replies: 19
Views: 98666
|
Forum: Support Posted: Mon Dec 30, 2024 9:16 am Subject: |
Hi Paul
thanks for the quick response.
regards
steve |
Topic: warning 676 in recursive routines |
steveDoyle
Replies: 19
Views: 98666
|
Forum: Support Posted: Sun Dec 29, 2024 5:17 pm Subject: |
Hi Paul
thanks for the response. here is a working example
regards
steve
program test
implicit none
integer iarray(7)
integer n_item,ij
n_item = 7 ... |
Topic: warning 676 in recursive routines |
steveDoyle
Replies: 19
Views: 98666
|
Forum: Support Posted: Sat Dec 28, 2024 6:29 pm Subject: warning 676 in recursive routines |
Hi , i have a recursive routine (quicksort) that works correctly but give argument type warnings. Am i doing something wrong or is this a glitch in the compiler
thanks
steve
RECURSIVE SUB ... |
Topic: calling 32bit Dll from C# - string variables |
steveDoyle
Replies: 2
Views: 17800
|
Forum: Support Posted: Mon Aug 12, 2024 12:36 pm Subject: |
Thanks for the feedback
after much experimentation we found that we needed add an extra argument to the C# call to specify the length of the character buffer
STR_LEN = 80
C# MOV_DATA_STR32(re ... |
Topic: calling 32bit Dll from C# - string variables |
steveDoyle
Replies: 2
Views: 17800
|
Forum: Support Posted: Tue Jul 23, 2024 8:47 am Subject: calling 32bit Dll from C# - string variables |
HI Everyone
Does anybody have any experience of calling a 32 fortran dll from C#. I have no knowledge of C# and the client has no knowledge of Fortran
I can successful transfer integer and Dou ... |
Topic: 64 bit dll |
steveDoyle
Replies: 6
Views: 34350
|
Forum: 64-bit Posted: Sat Jul 06, 2024 12:17 pm Subject: |
Paul
thanks for the quick response
I will remove the F_STDCALL for the 64bit version of the DLL
Am i correct in the assumption that the default is EXPORTALL when linking the DLL or is there a ... |
Topic: 64 bit dll |
steveDoyle
Replies: 6
Views: 34350
|
Forum: 64-bit Posted: Fri Jul 05, 2024 9:42 am Subject: 64 bit dll |
Hi i'm trying to convert a functioning 32 bit DLL into a 64Bit DLL that can be called from Excel VBA
File1
Program test
call init_function
end
file2
F_STDCALL subroutine init_function
wr ... |
Topic: %gr, metafiles and clipboard |
steveDoyle
Replies: 2
Views: 19650
|
Forum: ClearWin+ Posted: Tue Mar 12, 2024 2:56 pm Subject: |
Kenneth
your solution resolved the issues
Im still having problems using metafiles_to_clipboard() (EMF files) but this is not critical
thanks
steve |
Topic: %gr, metafiles and clipboard |
steveDoyle
Replies: 2
Views: 19650
|
Forum: ClearWin+ Posted: Tue Mar 12, 2024 12:19 pm Subject: %gr, metafiles and clipboard |
Does anybody have a simple example of getting a %gr image onto the clipboard
The method have been using has stopped working
thanks
steve |
Topic: %th issue with V9 |
steveDoyle
Replies: 5
Views: 14834
|
Forum: Support Posted: Thu Jan 18, 2024 1:05 pm Subject: |
Hi Paul
in previous versions (8.9 and earlier) so long as there was a %th on the parent window the popup help for the %mn would appear as a popup. If a %he was used it would also appear in the the ... |
Topic: %th issue with V9 |
steveDoyle
Replies: 5
Views: 14834
|
Forum: Support Posted: Wed Jan 17, 2024 2:12 pm Subject: |
Paul
the call the %mn [print] seesm to generate the problem
steve
SUBROUTINE TH_TEST
c =================
IMPLICIT NONE
INCLUDE <windows.ins>
INT ... |
Topic: %th issue with V9 |
steveDoyle
Replies: 5
Views: 14834
|
Forum: Support Posted: Wed Jan 17, 2024 1:25 pm Subject: %th issue with V9 |
HI
I've just updated to V9 and am getting strange behaviour with the %th
(iwin= winio@("%th&',ion_off_flag) ) on some of my existing dialogues
The popup help is works but it is now ... |
Topic: simdem32.dll |
steveDoyle
Replies: 7
Views: 8224
|
Forum: Support Posted: Wed Jul 28, 2021 10:16 am Subject: |
Eddie
i must take some blame for this as i forgot i was using a prototype version (to resolve another issue)
i should have checked for updates before i started updating my clients
steve |
|