Page 1 of 1

CDLL Function

Posted: Wed May 05, 2010 8:46 pm
by kfleming
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

Posted: Wed May 05, 2010 9:00 pm
by kfleming
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

==> RE: CDLL Function

Posted: Thu May 06, 2010 9:10 pm
by G_Ondovchak_(Guest)
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.