2008-11-06 17:11:17 UTC
I am attempting to use Jawin to utilize a dll function that typically takes several seconds. I am not getting any errors, but nothing is happening either. (The function creates a file - and the file is not being created) When I use the dll from VB or VC, the function doesn't return for several seconds, but in Java, the function returns immediately... I am not sure what all is going on inside the dll - it may be using sockets, threads, etc... not sure where to start to troubleshoot...
Any suggestions?