Page 1 of 1

incorrect dll

Posted: 6 Jun 2021 13:18
by Faddey
Dear Thomas!
Help me figure it out.
I have a project (hello_world_dll.vipprj) that generates a DLL, for example, returns the string "Hello World".
There is an application (helloWorld_appl.vipprj) that calls the " getHelloWorld : () -> string HelloWorld language stdcall as "getHelloWorld"" method from a modal dialog and displays result in message window. Everything is working correctly. But if I add #include @"pfc\gui\gui.ph" to DDL project, then application hangs. The window system does not accept Windows messages.
Projects of the application, correct and incorrect DLL are attached.

Re: incorrect dll

Posted: 7 Jun 2021 8:31
by Thomas Linder Puls
This is a bug the vipVpi.dll.

It will be resolved in the next patch, and unfortunately, I don't have a workaround for you.