No announcements
Found 3259990 threads
-
3 Votes
LNK4264: Why are static libraries not recommended when authoring Windows Runtime types
A Windows Runtime Component for all "public ref classes" And the reasons that require this division are: The ...Unanswered | 4 Replies | 10029 Views | Created by D.G.Thomas - Friday, August 31, 2012 8:31 AM | Last reply by Andrew7Webb - Tuesday, September 4, 2012 2:52 AM -
0 Votes
Exception when calling a winrt component from static lib
From C++ Xaml you can, there is MS online sample "Creating a Windows Runtime in-process component sample (C#)" with C# "ProxyStubsForWinRTComponents_server".Answered | 4 Replies | 2944 Views | Created by Vincent Rich - Tuesday, July 24, 2012 9:11 AM | Last reply by Valera_ - Wednesday, January 9, 2013 11:53 AM -
1 Votes
Static library outputs, static-linked libraries and dynamic runtime libraries, what are the implications ?
Set configuration Type of B as 'Static linked', Runtime Library as MT, and link to A.lib(static library) ...Answered | 3 Replies | 4000 Views | Created by MulanSting - Friday, September 10, 2010 12:48 AM | Last reply by MulanSting - Friday, September 10, 2010 10:07 PM -
3 Votes
WinRT component using static library
The way COM works, you would often end up authoring public types in your static library that are not referenced anywhere else in your final binary.Answered | 6 Replies | 10295 Views | Created by grp2331 - Thursday, August 9, 2012 10:09 PM | Last reply by grp2331 - Thursday, August 16, 2012 6:49 AM -
0 Votes
Porting Static C Library into Metro App - 'MSB8024: Using static version of the C++ runtime library is not supported'
Anyone having problem in finding "which compiler option" Raptor K was talking about, you are looking for Runtime Library.Answered | 3 Replies | 12454 Views | Created by dw_yoon - Monday, June 25, 2012 2:19 PM | Last reply by Real McCoy - Sunday, December 16, 2012 4:26 PM -
0 Votes
Static Checking of Portable Libraries
I previously had various other issues with static checking of portable libraries in VS2012.Answered | 4 Replies | 3223 Views | Created by Joe-Sanders - Monday, August 27, 2012 12:16 AM | Last reply by Manuel Fahndrich - Tuesday, April 2, 2013 3:30 PM -
0 Votes
What is the recommended maximum number of co-authoring authors?
The SharePoint 2010 boundaries and limits documented here states for Microsoft Word and Microsoft PowerPoint for .docx, .pptx and .ppsx files.Answered | 2 Replies | 1020 Views | Created by Celbester - Friday, January 22, 2016 10:03 AM | Last reply by Celbester - Monday, January 25, 2016 6:10 AM -
0 Votes
Why C# is not statically typed but F# and Haskell are?
However there is the dynamic keyword that overrides compile-time type checking and replace it with runtime type checking and unsafe blocks allow you to ...Answered | 2 Replies | 1004 Views | Created by HackerMayCry - Monday, January 5, 2015 1:49 AM | Last reply by Magnus (MM8) - Monday, January 5, 2015 10:14 AM -
2 Votes
static why use c#?
The advantage is that every static element is loaded when your application start, independently you call him.Answered | 8 Replies | 5101 Views | Created by rahul31101 - Thursday, March 3, 2011 5:05 PM | Last reply by Mio_Miao - Thursday, March 10, 2011 11:29 AM -
0 Votes
#define _ITERATOR_DEBUG_LEVEL and static library nightmare
In this case, shared libraries would be easier compared to static libraries.Answered | 8 Replies | 2466 Views | Created by Randae - Monday, October 16, 2017 8:07 PM | Last reply by Baron Bi - Tuesday, November 7, 2017 8:03 AM -
2 Votes
Why calling a static constructor is not under our control ?
Why would you want to know exactly when the static constructor is being called?Answered | 3 Replies | 2314 Views | Created by Shyam Kr - Tuesday, January 17, 2012 10:06 AM | Last reply by Louis.fr - Friday, January 20, 2012 3:13 PM -
0 Votes
Static library & LNK4221 error
Furthemore, I wrote 3) "I've done a lot of static libraries in the past but no linker error of that ...Answered | 7 Replies | 2502 Views | Created by CodeVisio - Saturday, March 31, 2012 3:21 PM | Last reply by Igor Tandetnik - Saturday, March 31, 2012 7:44 PM -
0 Votes
LNK2001 when accessing a _TCHAR static member of a class from a static library
Can you mark my reply as the solution when you have a moment then please!Answered | 3 Replies | 2928 Views | Created by Andrei Bica - Tuesday, August 19, 2008 4:59 PM | Last reply by Neil Tippett - Wednesday, August 20, 2008 8:07 AM -
0 Votes
How to know type details at runtime - compile-time type vs. runtime type
But what I actually wanted to know, is if the static typeof, is in fact, the only way to get the compile-time type for any given varaibale, say passed in to ...Answered | 5 Replies | 3526 Views | Created by MWS muc.bav.de - Saturday, December 19, 2009 5:17 AM | Last reply by MSFT Johan Stenberg - Wednesday, December 23, 2009 12:06 AM -
0 Votes
Why is static virtual impossible?
Instead you should ask why you need to use that for?Answered | 10 Replies | 890 Views | Created by Arash_89 - Saturday, July 25, 2015 1:16 AM | Last reply by Anthony Trudeau - Sunday, July 26, 2015 3:00 AM -
5 Votes
[UWP]Could not find Windows Runtime type 'Windows.Phone.UI.Input.HardwareButtons'.
>Exception thrown: 'System.TypeLoadException' in UKS8.exe Additional information: Could not find Windows Runtime type ...Answered | 10 Replies | 4405 Views | Created by Russty - Sunday, April 17, 2016 5:50 PM | Last reply by Zoxcell - Tuesday, August 16, 2016 1:08 PM -
0 Votes
Who is Referencing This Static Library?
I looked at Project Properties for each of the static libraries.Answered | 3 Replies | 1928 Views | Created by Larry Lindstrom - Saturday, December 15, 2012 6:39 AM | Last reply by Igor Tandetnik - Sunday, December 16, 2012 3:16 PM -
3 Votes
Why we don't need 'static'
I am aware that I am typing to quickly sometimes which leads to errors.Answered | 8 Replies | 915 Views | Created by Arash_89 - Sunday, June 26, 2016 10:15 AM | Last reply by Konrad Neitzel - Tuesday, June 28, 2016 12:17 PM -
0 Votes
type library importer warning
When I looked at the project it had references to MSDASC.dll and also ActiveDS.tlb.Answered | 9 Replies | 29330 Views | Created by kllatha - Thursday, November 15, 2007 1:23 AM | Last reply by C-M - Saturday, April 2, 2011 12:35 AM -
0 Votes
Using CallExternalMethod with a static instance of the runtime
The right thing is to remove the delegate from event handler when it's not used anymore.Answered | 1 Replies | 4376 Views | Created by Matt Crudington - Tuesday, April 14, 2009 11:04 AM | Last reply by Xianfeng Zhang - Tuesday, May 12, 2009 8:15 AM - Items 1 to 20 of 3259990 Next ›
No announcements