Hi Kent,
Thank you very much for your answer.
I have played with the options but unfortunately with the same result.
But maybe the description of my question was not very good (I have added an example in the zip file)
I want to call a LabView generated dll from an other programm, for example from Microsoft Office.
Here is the code
Private Declare Sub DLLTEST_MAIN Lib "C:\DLL_TEST\DLLTEST.dll" (ByVal MY_INPUT As String)
Sub DLL_TEST()
Call DLLTEST_MAIN("Hallo")
End Sub
The dll does nothing, shows only the input variable. But if you call a subVI with visible frontpanel from this mainVI (there is a button in the example code) then Word and labview crashs. (it dont crash under LV 8.0)
In the meantime I have reported it to National Instruments, but unfortunately until now I have no answer from them.
Thanks again for your answer, Helmut
LV 8.5