Core Graphics linking problem: _CGGetActiveDisplayList not defined

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default Core Graphics linking problem: _CGGetActiveDisplayList not defined

    I'm trying to use the CG API, but whenever I try to compile, the
    linker says that _CGGetActiveDisplayList is not defined (it also
    happened when I tried to use the function CGGetOnlineDisplayList).
    It's picking up CGGetActiveDisplayList as a valid function (no error
    given), so it must be somewhere else.

    I've tried including both Carbon and ApplicationServices, but nothing
    seems to work. This happens both in Project Builder and in test C
    files (which uses precompiled headers). Anyone know why this doesn't
    work?

    Dallas
    Dallas Guest

  2. Similar Questions and Discussions

    1. Assert failed in \server\core\../core/../TCFLVCacheMgr.h
      Im running fms on windows server 2003 sp1 My fmscore.exe keeps crashing every few hours. all users are disconnected and fms needs to be...
    2. Edge disconnect from Core then Core disconnected fromEdge then none reconnection.
      Hi all, I've a problem with rtmpt protocol on latest release of FMS. There's a huge traffic on our server and suddenly we receive: Edge...
    3. Linking graphics
      How do you link a graphic to point to the web site when you import it to Publisher?
    4. Problem in analyzing core with dbx
      Rahul Agarkar wrote: what is output from pstack core ? toomas
    5. c4gl core dumps: (script calls 'i4glc1' which seems to be 'i4gl'and 'i4gl' is core dumping)
      Check for DEFINE xpto LIKE table.column where table.column is an NCHAR or NVARCHAR If this is it, please contact your local support. ...
  3. #2

    Default Re: Core Graphics linking problem: _CGGetActiveDisplayList not defined

    Dallas wrote:
    >
    > I'm trying to use the CG API, but whenever I try to compile, the
    > linker says that _CGGetActiveDisplayList is not defined (it also
    > happened when I tried to use the function CGGetOnlineDisplayList).
    > It's picking up CGGetActiveDisplayList as a valid function (no error
    > given), so it must be somewhere else.
    >
    > I've tried including both Carbon and ApplicationServices, but nothing
    > seems to work. This happens both in Project Builder and in test C
    > files (which uses precompiled headers). Anyone know why this doesn't
    > work?
    >
    > Dallas
    Did you add the Carbon framwork to your project?

    -jcr
    John C. Randolph Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139