Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: I can compile, but not repeatedly.

  1. #11

    I can compile, but not repeatedly.

    Quote Originally Posted by noeska
    i did no look at the source (i dont like exe's), but:
    does your dpk have the name of a .pas file? If so try to correct that.
    Nope. Actually, after a fair amount of digging around, it's starting to look like this is a cross-unit-generics issue. D2009's compiler has several issues with generics not matching up right under certain circumstances when it's declared in one unit and used in another. I've been able to code a workaround, thankfully.

  2. #12

    I can compile, but not repeatedly.

    Not everyone is yet using delphi2009. Dont know if freepascal can use generics...
    http://3das.noeska.com - create adventure games without programming

  3. #13

    I can compile, but not repeatedly.

    Quote Originally Posted by noeska
    Not everyone is yet using delphi2009. Dont know if freepascal can use generics...
    The undocumented generics in the latest release(not release candidate. 2.2.2 I think) works sometimes, but not the same way as Delphi2009's AFAIK
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

  4. #14

    I can compile, but not repeatedly.

    I've been using generics quite a bit, especially the generic TList and TDictionary classes. They make things so much easier! (Except for the few times when you end up butting your head up against a flaw in the compiler.)

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •