Quote:
Originally Posted by byteit101
No, it just seemed like it should
|
I recommend that in both LabVIEW and Java, change the API such that you allocate a string in the client language, pass the pointer out to your API to be populated, then consume it in the client language. This should resolve your problem.
-Joe