Re: .Net not relevant
Wilbert van Leijen wrote:
> .NET is the solution to what problem?
>
> Some people will say "unmanaged code". That must be a reference to
> those pesky warnings that I turned off in Delphi 7 some three years
> ago. The bottom three, I mean. Problem solved!
>
> My new year's resolution: ignore .NET for another year.
ROTFLMAO
:)
.
Relevant Pages
- Re: Adding a project reference in VC++ 6
... If you are talking about unmanaged code, ... reference to a DLL. ... and link against the library provided by DLL. ... Prev by Date: ... (microsoft.public.vc.mfc) - Re: C# using ActiveX control.
... We proberbly all know the issues with CDO and managed code. ... Would I be able to reference my custom objects in an ActiveX in the managed ... I've read in various post that wrapping the component in an ActiveX EXE ... objects being referenced by unmanaged code. ... (microsoft.public.dotnet.languages.csharp) - Re: C# using ActiveX control.
... the things you need to watch out for are related to managed objects being referenced by unmanaged code. ... For example, a reference that might be passed to a managed callback executed by the unmanaged code; the managed reference isn't useful to the unmanaged code, but that's where it's being kept until it's used again by managed code. ... Sometimes it's appropriate just to store the reference in a non-local variable (class static member, or an instance member if you know that instance will remain reachable). ... (microsoft.public.dotnet.languages.csharp) - Re: How to set Lyrics and title from code
... zilch experience in unmanaged code. ... You need to compile the "managed" sample in the SDK, ... add a reference to the wrapper DLL. ... (microsoft.public.windowsmedia.sdk) - RE: Web Methods Lock
... > first user or will both be able to run the web method? ... > web service handle this? ... Is there any good reference available. ... Prev by Date: ... (microsoft.public.dotnet.framework.webservices) |
|