Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > built dll in release mode, adding event log entries referencing code

Reply
Thread Tools

built dll in release mode, adding event log entries referencing code

 
 
Idelso Quintero
Guest
Posts: n/a
 
      10-01-2004
Hi everyone:
Hopefully someone has experienced this strange behavior before. I have
an application's dll that is failing when certain input is entered. We
know about it and are working on it. What is really weird is the
description that is being added to the event log when the dll fails.
It is mentioning specific .cpps (with directory location) and the line
of code that is failing. Important to mention that the application is
running on a server, not the development machine and the event log
entry mentions directory information in the development machine. In
other words it is behaving as if debugging symbols/information is kept
in the dll, but as i said at the beginning, this dll is being compiled
in released mode. Any idea if there is any specific hidden option in
Visual C++, that might need to be turn on/off to avoid this.?
Any help will be greatly appreciated.

Idelso
 
Reply With Quote
 
 
 
 
John Harrison
Guest
Posts: n/a
 
      10-01-2004

"Idelso Quintero" <> wrote in message
news: om...
> Hi everyone:
> Hopefully someone has experienced this strange behavior before. I have
> an application's dll that is failing when certain input is entered. We
> know about it and are working on it. What is really weird is the
> description that is being added to the event log when the dll fails.
> It is mentioning specific .cpps (with directory location) and the line
> of code that is failing. Important to mention that the application is
> running on a server, not the development machine and the event log
> entry mentions directory information in the development machine. In
> other words it is behaving as if debugging symbols/information is kept
> in the dll, but as i said at the beginning, this dll is being compiled
> in released mode. Any idea if there is any specific hidden option in
> Visual C++, that might need to be turn on/off to avoid this.?
> Any help will be greatly appreciated.
>
> Idelso


You seem to be way off topic here, this is a group about the C++ language.

I suggest you ask again on a group either about Windows or about the Visual
C++ compiler. For instance news:comp.os.ms-windows.programmer.win32 or
news:microsoft.public.vc.language

john


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Picking X random entries from linked list of Y entries Don Bruder C Programming 3 08-03-2010 09:10 AM
Server Application Unavailable - No entries in Event Log??? Joe Schmoe ASP .Net 0 11-16-2005 06:58 PM
Windows service making duplicate event log entries. Wade ASP .Net 3 07-19-2005 12:53 PM
Tying up Port Login table entries with Port Table Entries in CISCO SNMP John Ramsden Cisco 0 07-24-2004 04:03 PM
msvcrt.dll, msvcirt.dll, msvcrt20.dll and msvcrt40.dll, explanation please! Snoopy NZ Computing 16 08-25-2003 12:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57