Discussions related to Visual Prolog
Faddey
Posts: 12
Joined: 11 Mar 2018 16:09

incorrect dll

Unread post 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.
Attachments
TestDll.zip
(28.82 KiB) Downloaded 236 times
User avatar
Thomas Linder Puls
VIP Member
Posts: 1398
Joined: 28 Feb 2000 0:01

Re: incorrect dll

Unread post 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.
Regards Thomas Linder Puls
PDC
Post Reply