Re: VC++ 7.1 Winform App & Callback from Unmanaged Static MT Library
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
SteveW wrote:
I am kind of at the end of my rope with this; if it is not possible to do
even my simple proof-of-concept port, any consideration of moving from MFC
to .Net will be dead for years to come. I am a little preplexed; is such a
necessary and obvious thing as updating a progress bar in a managed WinForms
app from an unmanaged (no-dll) library simply not possible?
Is it a hard requirement for you not to compile a DLL version of
your library? I think P/Invoke does not work with static libraries
at least under VB .NET and C#, although I would have expected you
can use them in mixed-mode C++ applications.
Christian
.
Relevant Pages
- Re: C++ vs. C#
... The language itself is the culprit. ... libraries (and I would classify the libraries/frameworks as a kind of "tool" ... I really dont think MFC was designed well. ... If they want a newer framework, ... (microsoft.public.vc.mfc) - Re: Programmer knowledge
... the MS Windows SDK C-callable API isn't part of any standard. ... >>The Windows API is far less pervasive than MFC. ... Here's a section of what my wizard produced for a "hello world" app. ... one is often either forced to use C++, by needing to use libraries written ... (comp.programming) - Re: directsound help
... >>> all the computers were running windows xp pro sp2 with direct x 9. ... MSVCP.DLL and for MFC MFC71.DLL. ... >> is to set your project to statically link to these libraries. ... (microsoft.public.win32.programmer.directx.audio) - Re: How to run a MFC application exe on WinCE 5.0
... I have included MFC support into my OS image. ... I added these libraries into my OS but still the problem persists. ... >> some registry settings. ... >> late bind ... (microsoft.public.windowsce.platbuilder) - Re: MFC dynamisch gelinkt auf x64 Debug-Build Probleme...
... dem allerneuesten PlatSDK (W2K Server SP1 PlatSDK) ein dynamisch ... I am glad to inform you that we have arrived at a solution in the issue you had with running 64 bit MFC applications in debug mode in Platform SDK for Windows 2003 SP1. ... Though there is no direct way to fix that as of now, newer versions of the 64 bit libraries are now available for Visual Studio.NET 2003. ... (microsoft.public.de.vc) |
|