如何在FlashDevelop中向swcs添加项目引用

时间:2022-03-20 09:17:32

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.

我试图在FlashDevelop中向papervision添加项目引用或swc,但是intellisense没有提起它。我以前做过但我忘记了。

Thanks.

2 个解决方案

#1


26  

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

将swc添加到项目的lib文件夹中。然后右键单击它并标记“添加到库”。

#2


8  

In the menus:

在菜单中:

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

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

(然后将路径或文件添加到列表中)

#1


26  

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

将swc添加到项目的lib文件夹中。然后右键单击它并标记“添加到库”。

#2


8  

In the menus:

在菜单中:

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

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

(然后将路径或文件添加到列表中)