Discussions related to Visual Prolog
augustinharrison
Active Member
Posts: 29
Joined: 28 Jul 2010 1:28

taskwindow code

Unread post by augustinharrison »

I am getting a syntax error when compiling my 7.1 project in 7.4

when I jump to the error it lands on wintype = ^ (that carot is red and on the bottom of the line)

Code: Select all

% This code is maintained automatically, do not update it manually. 16:51:51-1.4.2014 constants     windowType : vpiDomains::wintype = .     windowFlags : vpiDomains::wsflags = [wsf_SizeBorder,wsf_TitleBar,wsf_Close,wsf_Maximize,wsf_Minimize,wsf_ClipSiblings].     rectangle : vpiDomains::rct = rct(65,18,515,314).     menu : vpiDomains::menu = resMenu("id_file").
what would cause this?

AEH
aeh
User avatar
Thomas Linder Puls
VIP Member
Posts: 1398
Joined: 28 Feb 2000 0:01

Unread post by Thomas Linder Puls »

The auto generated code is wrong, but I am afraid that we don't know why it is wrong.

You may try to change some attributes in the taskwindow.win file (by right clickking the file and choosing attributes...).

I believe the the type field should be "Task Window".
Regards Thomas Linder Puls
PDC
Post Reply