Author |
Message |
Topic: calling 32bit Dll from C# - string variables |
steveDoyle
Replies: 2
Views: 3073
|
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: 3073
|
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: 4336
|
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: 4336
|
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: 5813
|
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: 5813
|
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: 5168
|
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: 5168
|
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: 5168
|
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: 6590
|
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 |
Topic: simdem32.dll |
steveDoyle
Replies: 7
Views: 6590
|
Forum: Support Posted: Wed Jul 28, 2021 10:13 am Subject: |
Paul
renaming simdem32.ddl and rebuilding with v8.75 & salflibc.dll (23.7.5. seems to have resolve the issue
thanks
steve |
Topic: simdem32.dll |
steveDoyle
Replies: 7
Views: 6590
|
Forum: Support Posted: Wed Jul 28, 2021 9:32 am Subject: |
Paul
how to i update to 8.80?
the support page reference 8.75
thanks
steve |
Topic: simdem32.dll |
steveDoyle
Replies: 7
Views: 6590
|
Forum: Support Posted: Tue Jul 27, 2021 6:49 pm Subject: simdem32.dll |
i have just distributed my latest applications to my client and they are reporting the SIMDEM32.dll is missing.
i do not use any of the simdem features in my application.
ftn95.exe v8.74
salf ... |
Topic: %OB alignment issues |
steveDoyle
Replies: 8
Views: 7656
|
Forum: ClearWin+ Posted: Wed Jun 09, 2021 12:51 pm Subject: |
HI Paul
thanks for the fix. it now works as it did before
regards
steve |
Topic: %WB issues with %IB |
steveDoyle
Replies: 17
Views: 15418
|
Forum: ClearWin+ Posted: Wed Jun 09, 2021 11:00 am Subject: |
Hi Paul
I tried you suggestion on a Win XP and a Win 10 system with no luck.
your documentation states that %WB uses the MS internet explorer engine.
i tried switching from Chrome back to IE ... |
|