Announcement

Collapse
No announcement yet.

PB COM Browser Question

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

  • PB COM Browser Question

    I've noticed that when you double click on a type library in COM Browser and save it as an include file the events GUID always has two = signs, as in this example....

    $CLSID_Event_ICommonDialogEvents = GUID$("{5F5C56A1-7EE2-4E2C-A1E2-8EA1DD24B15E}") = GUID$("{17B40980-8F9B-4CC0-9248-C982FE692E6C}")

    Does anybody know why this is? This compiles but the structure doesn't look right.
    Dave Paton

  • #2
    You should be getting a syntax error on the second "=". Remove the second guid and all should be fine. The guids for events are randomly created by the COM Browser, so it really does not matter which one you delete as long as you remove one of them.

    I would also send an email to support about this issue.
    Sincerely,

    Steve Rossell
    PowerBASIC Staff

    Comment


    • #3
      Dave,
      As Steve said, send in a report about the issue.
      I would send in a sample myself, but have been on vacation and forgot what I did to come up with the same sort of results, but I have seen the similar and thought it was a glitch or 1 GUID = anther more generic GUID (although that kinda defeats the purpose of a GUID)

      or more to the point, I looked at it as a Manufacturer specific GUID actually using a generic "Serial Port GUID" type of thing, I would think both would appear (but that also defeats the purpose, unless just for reference)

      I think its more a glitch, (or possibly a "Bug") that should be reported for verification if it is, or if it is something else???

      Engineer's Motto: If it aint broke take it apart and fix it

      "If at 1st you don't succeed... call it version 1.0"

      "Half of Programming is coding"....."The other 90% is DEBUGGING"

      "Document my code????" .... "WHYYY??? do you think they call it CODE? "

      Comment

      Working...
      X