Advertisement
Guest User

Untitled

a guest
Jun 14th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.73 KB | None | 0 0
  1. Error : illegal implicit conversion from 'int' to
  2. 'struct Cursor **'
  3. AnimCursor.c line 54 cursHdl = GetCursor((*ballCursH)->frame[i].resID);
  4.  
  5. Error : pointer/array required
  6. AnimCursor.c line 201 SetCursor((CursPtr)*GetCursor(watchCursor));
  7.  
  8. Error : pointer/array required
  9. AnimCursor.c line 229 SetCursor((CursPtr)*GetCursor(watchCursor));
  10.  
  11. Error : illegal implicit conversion from 'int' to
  12. 'const struct BitMap *'
  13. DynamicMaps.c line 86 theRect, &mapRect, srcCopy, nil);
  14.  
  15. Error : illegal implicit conversion from 'int' to
  16. 'const struct BitMap *'
  17. DynamicMaps.c line 117 theRect, &mapRect, srcCopy, nil);
  18.  
  19. Error : illegal implicit conversion from 'int' to
  20. 'const struct BitMap *'
  21. DynamicMaps.c line 146 &mapRect, &savedMaps[i].dest, srcCopy, nil);
  22.  
  23. Error : illegal implicit conversion from 'int' to
  24. 'const struct BitMap *'
  25. DynamicMaps.c line 149 &mapRect, &savedMaps[i].dest, srcCopy, nil);
  26.  
  27. Error : illegal implicit conversion from 'int' to
  28. 'const struct BitMap *'
  29. DynamicMaps.c line 274 src, &dest, srcCopy, nil);
  30.  
  31. Error : illegal implicit conversion from 'int' to
  32. 'const struct BitMap *'
  33. DynamicMaps.c line 280 &flame[i], &flame[i], &dest);
  34.  
  35. Error : illegal implicit conversion from 'int' to
  36. 'const struct BitMap *'
  37. DynamicMaps.c line 360 src, &dest, srcCopy, nil);
  38.  
  39. Error : illegal implicit conversion from 'int' to
  40. 'const struct BitMap *'
  41. DynamicMaps.c line 366 &tikiFlame[i], &tikiFlame[i], &dest);
  42.  
  43. Error : illegal implicit conversion from 'int' to
  44. 'const struct BitMap *'
  45. DynamicMaps.c line 446 src, &dest, srcCopy, nil);
  46.  
  47. Error : illegal implicit conversion from 'int' to
  48. 'const struct BitMap *'
  49. DynamicMaps.c line 452 &coals[i], &coals[i], &dest);
  50.  
  51. Error : illegal implicit conversion from 'int' to
  52. 'const struct BitMap *'
  53. DynamicMaps.c line 531 src, &dest, srcCopy, nil);
  54.  
  55. Error : illegal implicit conversion from 'int' to
  56. 'const struct BitMap *'
  57. DynamicMaps.c line 536 &pendulumSrc[i], &pendulumSrc[i], &dest);
  58.  
  59. Error : illegal implicit conversion from 'int' to
  60. 'const struct BitMap *'
  61. DynamicMaps.c line 622 src, &dest, srcCopy, nil);
  62.  
  63. Error : illegal implicit conversion from 'int' to
  64. 'const struct BitMap *'
  65. DynamicMaps.c line 628 &starSrc[i], &starSrc[i], &dest);
  66.  
  67. Error : illegal implicit conversion from 'int' to
  68. 'const struct BitMap *'
  69. Input.c line 109 &bounds, &bounds, srcCopy, nil);
  70.  
  71. Error : undefined identifier 'FALSE'
  72. Input.c line 123 if (thisGlider->facing == kFaceLeft)
  73.  
  74. Error : undefined identifier 'TRUE'
  75. Input.c line 188 if (thisGlider->which == kPlayer1)
  76.  
  77. Error : undefined identifier 'FALSE'
  78. Input.c line 213 if (thisGlider->facing == kFaceLeft)
  79.  
  80. Error : undefined identifier 'FALSE'
  81. Input.c line 230 thisGlider->tipped = (thisGlider->facing == kFaceLeft);
  82.  
  83. Error : undefined identifier 'TRUE'
  84. Input.c line 237 thisGlider->tipped = (thisGlider->facing == kFaceRight);
  85.  
  86. Error : undefined identifier 'TRUE'
  87. Input.c line 283 if (thisGlider->which == kPlayer1)
  88.  
  89. Error : undefined identifier 'FALSE'
  90. Input.c line 292 if (thisGlider->facing == kFaceLeft)
  91.  
  92. Error : undefined identifier 'FALSE'
  93. Input.c line 314 thisGlider->tipped = (thisGlider->facing == kFaceLeft);
  94.  
  95. Error : undefined identifier 'TRUE'
  96. Input.c line 324 thisGlider->tipped = (thisGlider->facing == kFaceRight);
  97.  
  98. Error : undefined identifier 'TRUE'
  99. Interactions.c line 1435 (((thisGlider->facing == kFaceRight) && (!thisGlider->tipped)) ||
  100.  
  101. Error : undefined identifier 'FALSE'
  102. Interactions.c line 1436 ((thisGlider->facing == kFaceLeft) && (thisGlider->tipped))))
  103.  
  104. Error : undefined identifier 'TRUE'
  105. Interactions.c line 1478 (((thisGlider->facing == kFaceRight) && (thisGlider->tipped)) ||
  106.  
  107. Error : undefined identifier 'FALSE'
  108. Interactions.c line 1479 ((thisGlider->facing == kFaceLeft) && (!thisGlider->tipped))))
  109.  
  110. Error : undefined identifier 'FALSE'
  111. Interactions.c line 1644 if (playerDead == kPlayer2)
  112.  
  113. Error : undefined identifier 'TRUE'
  114. Interactions.c line 1662 if (playerDead == kPlayer1)
  115.  
  116. Error : undefined identifier 'TRUE'
  117. Interactions.c line 1698 if (playerDead == kPlayer1)
  118.  
  119. Error : illegal implicit conversion from 'int' to
  120. 'struct MenuInfo **'
  121. InterfaceInit.c line 49 appleMenu = GetMenu(kAppleMenuID);
  122.  
  123. Error : illegal implicit conversion from 'int' to
  124. 'struct MenuInfo **'
  125. InterfaceInit.c line 55 gameMenu = GetMenu(kGameMenuID);
  126.  
  127. Error : illegal implicit conversion from 'int' to
  128. 'struct MenuInfo **'
  129. InterfaceInit.c line 60 optionsMenu = GetMenu(kOptionsMenuID);
  130.  
  131. Error : illegal implicit conversion from 'int' to
  132. 'struct MenuInfo **'
  133. InterfaceInit.c line 68 houseMenu = GetMenu(kHouseMenuID);
  134.  
  135. Error : illegal implicit conversion from 'int' to
  136. 'struct Cursor **'
  137. InterfaceInit.c line 82 handCursorH = GetCursor(kHandCursorID);
  138.  
  139. Error : illegal implicit conversion from 'int' to
  140. 'struct Cursor **'
  141. InterfaceInit.c line 88 beamCursorH = GetCursor(iBeamCursor);
  142.  
  143. Error : illegal implicit conversion from 'int' to
  144. 'struct Cursor **'
  145. InterfaceInit.c line 94 vertCursorH = GetCursor(kVertCursorID);
  146.  
  147. Error : illegal implicit conversion from 'int' to
  148. 'struct Cursor **'
  149. InterfaceInit.c line 100 horiCursorH = GetCursor(kHoriCursorID);
  150.  
  151. Error : illegal implicit conversion from 'int' to
  152. 'struct Cursor **'
  153. InterfaceInit.c line 106 diagCursorH = GetCursor(kDiagCursorID);
  154.  
  155. Error : undefined identifier 'TRUE'
  156. InterfaceInit.c line 147 theGlider.which = kPlayer1;
  157.  
  158. Error : undefined identifier 'FALSE'
  159. InterfaceInit.c line 152 theGlider2.which = kPlayer2;
  160.  
  161. Error : illegal implicit conversion from 'int' to
  162. 'const struct BitMap *'
  163. MainWindow.c line 134 GetPortVisibleRegion(GetWindowPort(mainWindow), dummyRgn));
  164.  
  165. Error : illegal implicit conversion from 'int' to
  166. 'const struct BitMap *'
  167. MainWindow.c line 147 GetPortVisibleRegion(GetWindowPort(mainWindow), dummyRgn));
  168.  
  169. Error : illegal implicit conversion from 'int' to
  170. 'const struct BitMap *'
  171. Map.c line 245 &src, &aRoom, srcCopy, nil);
  172.  
  173. Error : illegal implicit conversion from 'int' to
  174. 'const struct Pattern *'
  175. Map.c line 258 PenPat(GetQDGlobalsGray(&dummyPat));
  176.  
  177. Error : illegal implicit conversion from 'int' to
  178. 'const struct BitMap *'
  179. Marquee.c line 438 srcXor, nil);
  180.  
  181. Error : undefined identifier 'FALSE'
  182. Modes.c line 34 if (thisGlider->facing == kFaceLeft)
  183.  
  184. Error : undefined identifier 'FALSE'
  185. Modes.c line 59 if (thisGlider->facing == kFaceLeft)
  186.  
  187. Error : undefined identifier 'FALSE'
  188. Modes.c line 104 if (thisGlider->facing == kFaceLeft)
  189.  
  190. Error : undefined identifier 'FALSE'
  191. Modes.c line 190 thisGlider->facing = kFaceLeft;
  192.  
  193. Error : undefined identifier 'TRUE'
  194. Modes.c line 197 thisGlider->facing = kFaceRight;
  195.  
  196. Error : undefined identifier 'FALSE'
  197. Modes.c line 318 if (thisGlider->facing == kFaceLeft)
  198.  
  199. Error : undefined identifier 'FALSE'
  200. Modes.c line 341 if (thisGlider->facing == kFaceLeft)
  201.  
  202. Error : undefined identifier 'FALSE'
  203. Modes.c line 386 if (thisGlider->facing == kFaceLeft)
  204.  
  205. Error : undefined identifier 'FALSE'
  206. Modes.c line 417 if (thisGlider->facing == kFaceLeft)
  207.  
  208. Error : undefined identifier 'FALSE'
  209. Modes.c line 489 if (thisGlider->facing == kFaceLeft)
  210.  
  211. Error : undefined identifier 'FALSE'
  212. Modes.c line 502 if ((thisGlider->facing == kFaceLeft) && (thisGlider->mode != kGliderBurning))
  213.  
  214. Error : undefined identifier 'TRUE'
  215. Modes.c line 513 if ((thisGlider->facing == kFaceRight) && (thisGlider->mode != kGliderBurning))
  216.  
  217. Error : undefined identifier 'FALSE'
  218. Modes.c line 526 thisGlider->facing = kFaceLeft;
  219.  
  220. Error : undefined identifier 'TRUE'
  221. Modes.c line 557 thisGlider->facing = kFaceRight;
  222.  
  223. Error : undefined identifier 'FALSE'
  224. Modes.c line 591 if (thisGlider->facing == kFaceLeft)
  225.  
  226. Error : undefined identifier 'FALSE'
  227. Modes.c line 617 if (thisGlider->facing == kFaceLeft)
  228.  
  229. Error : illegal implicit conversion from 'int' to
  230. 'const struct Pattern *'
  231. ObjectDraw.c line 182 PenPat(GetQDGlobalsGray(&dummyPattern));
  232.  
  233. Error : illegal implicit conversion from 'int' to
  234. 'const struct Pattern *'
  235. ObjectDraw.c line 307 PenPat(GetQDGlobalsGray(&dummyPattern));
  236.  
  237. Error : illegal implicit conversion from 'int' to
  238. 'const struct Pattern *'
  239. ObjectDraw.c line 402 PenPat(GetQDGlobalsGray(&dummyPattern));
  240.  
  241. Error : illegal implicit conversion from 'int' to
  242. 'const struct Pattern *'
  243. ObjectDraw.c line 544 PenPat(GetQDGlobalsGray(&dummyPattern));
  244.  
  245. Error : illegal implicit conversion from 'int' to
  246. 'const struct Pattern *'
  247. ObjectDraw.c line 689 PenPat(GetQDGlobalsGray(&dummyPattern));
  248.  
  249. Error : illegal implicit conversion from 'int' to
  250. 'const struct Pattern *'
  251. ObjectDraw.c line 807 PenPat(GetQDGlobalsGray(&dummyPattern));
  252.  
  253. Error : illegal implicit conversion from 'int' to
  254. 'const struct Pattern *'
  255. ObjectEdit.c line 2365 PenPat(GetQDGlobalsGray(&dummyPattern));
  256.  
  257. Error : illegal implicit conversion from 'int' to
  258. 'const struct Pattern *'
  259. ObjectEdit.c line 2746 PenPat(GetQDGlobalsGray(&dummyPattern));
  260.  
  261. Error : undefined identifier 'TRUE'
  262. Play.c line 348 thisGlider->facing = kFaceRight;
  263.  
  264. Error : illegal implicit conversion from 'int' to
  265. 'const struct BitMap *'
  266. Play.c line 403 &justRoomsRect, &justRoomsRect, srcCopy, nil);
  267.  
  268. Error : illegal implicit conversion from 'int' to
  269. 'const struct BitMap *'
  270. Play.c line 520 &boardSrcRect, &boardDestRect, srcCopy, 0L);
  271.  
  272. Error : illegal implicit conversion from 'int' to
  273. 'const struct BitMap *'
  274. Play.c line 568 &boardSrcRect, &boardDestRect, srcCopy, 0L);
  275.  
  276. Error : undefined identifier 'FALSE'
  277. Player.c line 153 if (thisGlider->facing == kFaceLeft)
  278.  
  279. Error : undefined identifier 'FALSE'
  280. Player.c line 209 if (thisGlider->facing == kFaceLeft)
  281.  
  282. Error : undefined identifier 'FALSE'
  283. Player.c line 244 if (thisGlider->facing == kFaceLeft)
  284.  
  285. Error : undefined identifier 'FALSE'
  286. Player.c line 274 if (thisGlider->facing == kFaceLeft)
  287.  
  288. Error : undefined identifier 'FALSE'
  289. Player.c line 298 if (thisGlider->facing == kFaceLeft)
  290.  
  291. Error : undefined identifier 'FALSE'
  292. Player.c line 320 if (thisGlider->facing == kFaceLeft)
  293.  
  294. Error : undefined identifier 'TRUE'
  295. Player.c line 349 if (playerDead == kPlayer1)
  296.  
  297. Error : undefined identifier 'FALSE'
  298. Player.c line 437 if (thisGlider->facing == kFaceLeft)
  299.  
  300. Error : undefined identifier 'TRUE'
  301. Player.c line 477 if (playerDead == kPlayer1)
  302.  
  303. Error : undefined identifier 'FALSE'
  304. Player.c line 571 thisGlider->facing = kFaceLeft;
  305.  
  306. Error : undefined identifier 'TRUE'
  307. Player.c line 588 thisGlider->facing = kFaceRight;
  308.  
  309. Error : undefined identifier 'TRUE'
  310. Player.c line 613 if (playerDead == kPlayer1)
  311.  
  312. Error : undefined identifier 'FALSE'
  313. Player.c line 640 if (thisGlider->facing == kFaceLeft)
  314.  
  315. Error : undefined identifier 'FALSE'
  316. Player.c line 663 if (thisGlider->facing == kFaceLeft)
  317.  
  318. Error : undefined identifier 'TRUE'
  319. Player.c line 720 if (playerDead == kPlayer1)
  320.  
  321. Error : undefined identifier 'FALSE'
  322. Player.c line 760 if (thisGlider->facing == kFaceLeft)
  323.  
  324. Error : undefined identifier 'TRUE'
  325. Player.c line 817 if (playerDead == kPlayer1)
  326.  
  327. Error : undefined identifier 'FALSE'
  328. Player.c line 967 if (thisGlider->facing == kFaceLeft)
  329.  
  330. Error : undefined identifier 'TRUE'
  331. Player.c line 1016 if (playerDead == kPlayer1)
  332.  
  333. Error : undefined identifier 'FALSE'
  334. Player.c line 1058 if (thisGlider->facing == kFaceLeft)
  335.  
  336. Error : undefined identifier 'TRUE'
  337. Player.c line 1107 if (playerDead == kPlayer1)
  338.  
  339. Error : undefined identifier 'FALSE'
  340. Player.c line 1154 if (thisGlider->facing == kFaceLeft)
  341.  
  342. Error : undefined identifier 'FALSE'
  343. Player.c line 1181 if (thisGlider->facing == kFaceLeft)
  344.  
  345. Error : undefined identifier 'FALSE'
  346. Player.c line 1214 if (thisGlider->facing == kFaceLeft)
  347.  
  348. Error : undefined identifier 'FALSE'
  349. Player.c line 1239 if (thisGlider->facing == kFaceLeft)
  350.  
  351. Error : undefined identifier 'FALSE'
  352. Player.c line 1268 if (thisGlider->facing == kFaceLeft)
  353.  
  354. Error : undefined identifier 'TRUE'
  355. Player.c line 1548 if (playerDead == kPlayer1)
  356.  
  357. Error : undefined identifier 'TRUE'
  358. Player.c line 1557 if (playerDead == kPlayer1)
  359.  
  360. Error : undefined identifier 'TRUE'
  361. Player.c line 1564 if (playerDead == kPlayer1)
  362.  
  363. Error : undefined identifier 'TRUE'
  364. Player.c line 1571 if (playerDead == kPlayer1)
  365.  
  366. Error : undefined identifier 'TRUE'
  367. Player.c line 1578 if (playerDead == kPlayer1)
  368.  
  369. Error : undefined identifier 'TRUE'
  370. Player.c line 1585 if (playerDead == kPlayer1)
  371.  
  372. Error : undefined identifier 'TRUE'
  373. Player.c line 1592 if (playerDead == kPlayer1)
  374.  
  375. Error : undefined identifier 'TRUE'
  376. Render.c line 145 if (thisGlider->facing == kFaceRight)
  377.  
  378. Error : undefined identifier 'TRUE'
  379. Render.c line 460 if (thisGlider->facing == kFaceRight)
  380.  
  381. Error : illegal implicit conversion from 'int' to
  382. 'const struct BitMap *'
  383. Render.c line 625 srcCopy, nil);
  384.  
  385. Error : illegal implicit conversion from 'int' to
  386. 'const struct BitMap *'
  387. Render.c line 717 theRect, theRect, srcCopy, nil);
  388.  
  389. Error : illegal implicit conversion from 'int' to
  390. 'const struct BitMap *'
  391. Render.c line 726 theRect, theRect, srcCopy, nil);
  392.  
  393. Error : illegal implicit conversion from 'int' to
  394. 'const struct BitMap *'
  395. Render.c line 735 theRect, theRect, srcCopy, nil);
  396.  
  397. Error : illegal implicit conversion from 'int' to
  398. 'const struct BitMap *'
  399. RoomInfo.c line 80 &tileSrcRect, &tileSrc, srcCopy, nil);
  400.  
  401. Error : illegal implicit conversion from 'int' to
  402. 'const struct BitMap *'
  403. RoomInfo.c line 95 &src, &dest, srcCopy, nil);
  404.  
  405. Error : illegal implicit conversion from 'int' to
  406. 'const struct Pattern *'
  407. RoomInfo.c line 133 PenPat(GetQDGlobalsGray(&dummyPattern));
  408.  
  409. Error : illegal implicit conversion from 'int' to
  410. 'const struct Pattern *'
  411. RoomInfo.c line 173 PenPat(GetQDGlobalsGray(&dummyPattern));
  412.  
  413. Error : illegal implicit conversion from 'int' to
  414. 'const struct Pattern *'
  415. RoomInfo.c line 194 PenPat(GetQDGlobalsGray(&dummyPattern));
  416.  
  417. Error : illegal implicit conversion from 'int' to
  418. 'const struct Pattern *'
  419. RoomInfo.c line 214 PenPat(GetQDGlobalsGray(&dummyPattern));
  420.  
  421. Error : illegal implicit conversion from 'int' to
  422. 'struct MenuInfo **'
  423. RoomInfo.c line 397 backgroundsMenu = GetMenu(kBackgroundsMenuID);
  424.  
  425. Error : illegal implicit conversion from 'int' to
  426. 'const struct Pattern *'
  427. RoomInfo.c line 587 PenPat(GetQDGlobalsGray(&dummyPattern));
  428.  
  429. Error : illegal implicit conversion from 'int' to
  430. 'const struct Pattern *'
  431. RoomInfo.c line 589 PenPat(GetQDGlobalsBlack(&dummyPattern));
  432.  
  433. Error : illegal implicit conversion from 'int' to
  434. 'const struct Pattern *'
  435. RoomInfo.c line 597 PenPat(GetQDGlobalsGray(&dummyPattern));
  436.  
  437. Error : illegal implicit conversion from 'int' to
  438. 'const struct Pattern *'
  439. RoomInfo.c line 599 PenPat(GetQDGlobalsBlack(&dummyPattern));
  440.  
  441. Error : illegal implicit conversion from 'int' to
  442. 'const struct Pattern *'
  443. RoomInfo.c line 607 PenPat(GetQDGlobalsGray(&dummyPattern));
  444.  
  445. Error : illegal implicit conversion from 'int' to
  446. 'const struct Pattern *'
  447. RoomInfo.c line 609 PenPat(GetQDGlobalsBlack(&dummyPattern));
  448.  
  449. Error : illegal implicit conversion from 'int' to
  450. 'const struct Pattern *'
  451. RoomInfo.c line 617 PenPat(GetQDGlobalsGray(&dummyPattern));
  452.  
  453. Error : illegal implicit conversion from 'int' to
  454. 'const struct Pattern *'
  455. RoomInfo.c line 619 PenPat(GetQDGlobalsBlack(&dummyPattern));
  456.  
  457. Error : undefined identifier 'FALSE'
  458. RubberBands.c line 163 if ((!twoPlayerGame) || (!onePlayerLeft) || (playerDead == kPlayer2))
  459.  
  460. Error : undefined identifier 'TRUE'
  461. RubberBands.c line 186 if ((!onePlayerLeft) || (playerDead == kPlayer1))
  462.  
  463. Error : undefined identifier 'FALSE'
  464. RubberBands.c line 272 if (direction == kFaceLeft)
  465.  
  466. Error : illegal implicit conversion from 'int' to
  467. 'const struct BitMap *'
  468. Scoreboard.c line 63 &boardSrcRect, &boardDestRect, srcCopy, 0L);
  469.  
  470. Error : illegal implicit conversion from 'int' to
  471. 'const struct BitMap *'
  472. Scoreboard.c line 298 &boardGSrcRect, &boardGQDestRect, srcCopy, nil);
  473.  
  474. Error : illegal implicit conversion from 'int' to
  475. 'const struct BitMap *'
  476. Scoreboard.c line 333 &boardPSrcRect, &boardPQDestRect, srcCopy, nil);
  477.  
  478. Error : illegal implicit conversion from 'int' to
  479. 'const struct BitMap *'
  480. Scoreboard.c line 346 srcCopy, nil);
  481.  
  482. Error : illegal implicit conversion from 'int' to
  483. 'const struct BitMap *'
  484. Scoreboard.c line 354 srcCopy, nil);
  485.  
  486. Error : illegal implicit conversion from 'int' to
  487. 'const struct BitMap *'
  488. Scoreboard.c line 362 srcCopy, nil);
  489.  
  490. Error : illegal implicit conversion from 'int' to
  491. 'const struct BitMap *'
  492. Scoreboard.c line 376 srcCopy, nil);
  493.  
  494. Error : illegal implicit conversion from 'int' to
  495. 'const struct BitMap *'
  496. Scoreboard.c line 384 srcCopy, nil);
  497.  
  498. Error : illegal implicit conversion from 'int' to
  499. 'const struct BitMap *'
  500. Scoreboard.c line 398 srcCopy, nil);
  501.  
  502. Error : illegal implicit conversion from 'int' to
  503. 'const struct BitMap *'
  504. Scoreboard.c line 406 srcCopy, nil);
  505.  
  506. Error : illegal implicit conversion from 'int' to
  507. 'const struct BitMap *'
  508. Tools.c line 178 &srcRect, &destRect, srcCopy, nil);
  509.  
  510. Error : undefined identifier 'TRUE'
  511. Transit.c line 292 if (firstPlayer == kPlayer1)
  512.  
  513. Error : illegal implicit conversion from 'int' to
  514. 'const struct BitMap *'
  515. Transitions.c line 59 &columnRects[i], &columnRects[i], srcCopy, nil);
  516.  
  517. Error : illegal implicit conversion from 'int' to
  518. 'const struct BitMap *'
  519. Transitions.c line 120 , &wipeRect, srcCopy, GetPortVisibleRegion(GetWindowPort(mainWindow), dummyRgn));
  520.  
  521. Error : illegal implicit conversion from 'int' to
  522. 'const struct BitMap *'
  523. Transitions.c line 143 theRect, theRect, srcCopy, nil);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement