View previous topic :: View next topic |
Author |
Message |
silverdan
Joined: 14 May 2009 Posts: 29
|
Posted: Wed Dec 30, 2009 7:13 pm Post subject: Create Static Library in Visual Studio? |
|
|
I see in Plato I can create a Static Library, but can you do it in Visual Studio?
I changed the Project Properties-->Miscellaneous-->OutputFiletype to "Static Library(LIB)" but get the following message:
LINK : error : Unrecognised file type for DBK: Debug\NET\CommonShared.lib |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8211 Location: Salford, UK
|
Posted: Thu Dec 31, 2009 8:46 am Post subject: |
|
|
You will get the same error in Plato if you try to create a static library for .NET.
For .NET you can create assemblies which are either executables or dynamic libraries. The only other option is to create an MDI. |
|
Back to top |
|
 |
|