Announcement

Collapse
No announcement yet.

Win32Api include Update (15 may)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Win32Api include Update (15 may)

    After extracting the update when I try to compile any code with a
    #INCLUDE to WIN32API.INC. The following error is generated:

    Error 436 in C:\ADMSHL~1\ADMSHELL.BAS(533:31): #ENDIF expected
    Line 533:

    if I use my old include files all is OK

    Steve

    ------------------

  • #2
    Steve,

    There were 3 or 4 typing errors in the new Win32api.inc file.

    Locate all the statements that end in: #END IF (notice the space)
    and change to #ENDIF

    That's it,
    --Bob


    ------------------
    "It was too lonely at the top".

    Comment


    • #3
      Thanks Bob

      Steve

      ------------------

      Comment

      Working...
      X