Re: Usage of static library in C
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Next message: jwaterloo: "Re: Visual C++ Tools Refresh ready today"
Date: 1 Sep 2004 21:37:11 +0200
"Ronald Laeremans [MSFT]" <ronaldl@online.microsoft.com> wrote in
news:O5R$87tjEHA.596@TK2MSFTNGP11.phx.gbl:
> Only if it exports C functions or if you are willing to get the C code
> to compile as C++ (which in general is quite a realistic effort, even
> for a relatively large code base).
Many thanks, now I got it; functions in a dll can be exported and thus be
made accessible by C, super!
Best regards, W. Bauer
Next message: jwaterloo: "Re: Visual C++ Tools Refresh ready today"
Relevant Pages
- Re: Look at this before considering to use Intel Visual FORTRAN
... > FORTRAN is definitely not the first choice. ... > workaround by writing a COM-Wrapper in DVF, so the DLL runs in the DVF ... > Intel Customer Support ... (comp.lang.fortran) - Re: Custom Resources when creating component
... how do i explore the export of a DLL though? ... Regards ... For those you can certainly use FBA DLL/COM resource. ... (microsoft.public.windowsxp.embedded) - Re: access denied - NETWORK SERVICE
... The dll is not read-only. ... Regards, ... Burak ... but suggested solutions did not help me. ... (microsoft.public.dotnet.general) - Re: Converting an exe to a dll.
... Regards ... >>I have an MFC SDI application which I got from the internet. ... >> convert it into an MFC dll which will be launch by another exe. ... >> MSDN that the internal structure of an executable and a dll is similar ... (microsoft.public.win32.programmer.kernel) - Re: access denied - NETWORK SERVICE
... The dll is not read-only. ... Regards, ... Burak ... but suggested solutions did not help me. ... (microsoft.public.dotnet.framework.aspnet) |
|