Re: What is the difference between the release mode and debug mode romimage?

Tech-Archive recommends: Fix windows errors by optimizing your registry



What do you have in your BIB file for your dll? The difference could be
that you exclude it for debug builds.

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member

"Seehwan" <seehwan.yoo@xxxxxxxxx> wrote in message
news:1167921198.223861.46500@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Dears,

I have modified bib file to insert my dll into the booting image.

In debug mode, viewbin tool shows my dll file is included well inside
the image; however

in release mode, it seems not the image includes my file.

Is there any configuration options or difference between the debug mode
and release mode romimage build?

I used romimage directly for manual modification.

Thanks in advance.



.



Relevant Pages

  • Re: Debug a C DLL
    ... The dll is dynamically loaded and I ... and in debug mode you get away with it because ... Mark McIntyre ...
    (comp.lang.c)
  • Re: [VS2008 SP1][std::vector] _CRT_DEBUGGER_HOOK crash in Release mode only
    ... _SECURE_SCL and _HAS_ITERATOR_DEBUGGING are both enabled by default in debug mode. ... Note that if you enable _HAS_ITERATOR_DEBUGGING, make sure to enable it for *every* projects in your solution (in fact, H.I.D. changes the structure and logic of STL classes, so it is not correct to mix STL classes that have H.I.D. enabled with STL classes with the same name but with H.I.D. disabled.) ... For Release mode, you might want to check that all of your projects use Multi-threaded DLL, in case you are going to pass C++ classes through DLL boundaries. ...
    (microsoft.public.vc.language)
  • RE: 800a01ad error while debugging VB6 DLL under IIS6.0 on Win2003SP1
    ... I am looking for possible solutions to debug it using terminal server. ... A VB6.0 DLL works fine when called from ASP page without debug mode. ...
    (microsoft.public.win32.programmer.ole)
  • RE: 800a01ad error while debugging VB6 DLL under IIS6.0 on Win2003SP1
    ... I am looking for possible solutions to debug it using terminal server. ... A VB6.0 DLL works fine when called from ASP page without debug mode. ...
    (microsoft.public.vb.com)
  • RE: There is no source code available for the current location.
    ... I've verified all of the items that Robert wrote about and found them to be correct. ... This is a C# application, using a Managed C++ DLL, which sometimes calls a C# DLL. ... Verify that you are in debug mode and not release mode. ...
    (microsoft.public.vsnet.debugging)