CDLL Function
CDLL Function
This is a re-post of a message that was left in the archive forum.______I^m trying to use this function to call a DLL that I^ve created but it doesn^t seem to be working. The output of CDLL is just asterisks (*). I put some debugging code in the DLL to see if it is being called at all and it doesn^t appear that it is. I have put the DLL and all dependent DLLs in the directory with the Runtime. Do you have any further documentation on this function or any other debugging suggestions?__Thanks,__George __
=> RE: CDLL Function
I will see what I can find for you.__I think that the DLL you are calling needs to have exported functions but my memory might be wrong. I do not that there is indeed some additional characteristic that needs to be present in the DLL for it to work as a called function via CDLL.____Kathleen__R&R Support
-
- Posts: 17
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: CDLL Function
Sorry to have bothered you; I found an error in my DLL and once I fixed that the CDLL function worked. If you have any additional info that would still be appreciated.