Re: Calling a LabVIEW built dll

2004-04-13 Thread jhoskins
when you built the dll di you make it reentrant. if not this could possibly cause what you are seeing.

Calling a LabVIEW built dll

2004-04-13 Thread hollywood
We have a LabVIEW built dll for analyzing and displaying data generated in a C# program. We can call this dll anc pass data to it once and it works properly and displays the graph. However, when we try and call it a second time when interactively running the C# program, the panel fails to appear,