8

I am trying to add a project reference or swc to papervision in FlashDevelop but intellisense isn't picking it up. I've done it before but i forgot how.

Thanks.

grapefrukt
  • 27,016
  • 6
  • 49
  • 73
Cameron A. Ellis
  • 3,833
  • 8
  • 38
  • 46

2 Answers2

26

Add your swc to the lib folder of your project. Then right-click it and mark "Add To Library".

Christophe Herreman
  • 15,895
  • 9
  • 58
  • 86
8

In the menus:

Project -> Properties -> Compiler Options -> SWC Libraries 

(and then add the path or file to the list)

grapefrukt
  • 27,016
  • 6
  • 49
  • 73