Re: Structure containing string across DLL boundary
Exe and DLL both built with static RTL. Both are run in either debug or
release build. Debug build has no issues.
I think I am maintaining the discipline of which you speak.
No, you must use the DLL version of the 'C' run-time libraries in both
components. Try it and see if it fixes your issue.
Dave
.
Relevant Pages
- Re: How to connect to children process
... Main problem is amount of manual operations required per debug cycle. ... connection to DLL with debugger takes sensible amount of time and manual ... Is the main problem that the debugger keeps symbols file loaded ... AFAIK that's how VS2003 debugger works, but WinDbg should usually ... (microsoft.public.vsnet.debugging) - Re: running a service/driver/application upon startup
... Would it be possible for you to drop a debug services.exe and debug nk.exe ... > I ran dumpbin/exports on the finger dll and saw the required function ... >> theories as to why it's not getting loaded but just doing 'services load ... (microsoft.public.windowsce.embedded) - Re: technical/OS problem (windows xp?)
... Build a debug version of the ISAPI DLL. ... Create a virtual root with execute permissions in the IIS Management ... Add your ISAPI extension or filter DLL to the list. ... (alt.marketing.online.ebay) - Re: running a service/driver/application upon startup
... debug version of the image is too large to load onto the device. ... I ran dumpbin/exports on the finger dll and saw the required function names: ... > theories as to why it's not getting loaded but just doing 'services load ... (microsoft.public.windowsce.embedded) - Re: How to export a class that inherits from unmanaged exception class
... Static linking means your application is self standing and doesn't depend on any non-system DLL. ... Debug or release version. ... In a VC++ project you can't successfully mix debug and release units -- you have to compile all your units with either debugging enabled or disabled uniformly. ... (microsoft.public.dotnet.languages.vc) |
|