Xavier Nodet | 21 Jun 2005 10:07
Picon
Favicon

Crashing message

Hi all,

the attached message triggers a crash in wxHtmlTagsCache::QueryTag.  I
changed this method as the attached patch against WX_2_6_1 shows (I took
the simplest route, and did not change the API).

Note that the message has a web-bug in it.

Have a good day...

--
Xavier Nodet
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." - Benjamin Franklin, 1759.

From: Hi all, the attached message triggers a crash in wxHtmlTagsCache::QueryTag. I changed this method as the attached patch against WX_2_6_1 shows (I took the simplest route, and did not change the API). Note that the message has a web-bug in it. Have a good day... -- (Continue reading)

bugzilla-daemon | 24 Jun 2005 02:37
Picon

[Bug 737] Explorer launched twice when URL clicked

http://zeitlin.homeunix.com/cgi-bin/mbugs/show_bug.cgi?id=737

vadim <at> wxwindows.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

------- Additional Comments From vadim <at> wxwindows.org  2005-06-24 02:37 -------
I don't see it any more and the problem with Acrobat was quite unrelated (and
definitely fixed now). Please reopen the bug if it's still present in this snapshot:

http://www.tt-solutions.com/downloads/M-20060624.zip

Thanks!

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
Nerijus Baliunas | 25 Jun 2005 17:23
Picon

compilation error

Hello,

.src/gui/wxMessageView.cpp: In static member function 'static
MessageView* MessageView::Create(wxWindow*, FolderView*)':
.src/gui/wxMessageView.cpp:210: error: cannot allocate an object of
abstract type 'wxMessageView'
/a/M/M/include/gui/wxMessageView.h:40: note:   because the following
virtual functions are pure within 'wxMessageView':
/a/M/M/include/MessageView.h:449: note:  virtual void
MessageView::OnViewerChange(const MessageViewer*, const MessageViewer*,
const String&)
.src/gui/wxMessageView.cpp: In static member function 'static
MessageView* MessageView::CreateStandalone(wxWindow*, Profile*)':
.src/gui/wxMessageView.cpp:217: error: cannot allocate an object of
abstract type 'wxMessageView'
/a/M/M/include/gui/wxMessageView.h:40: note:   since type
'wxMessageView' has pure virtual functions

It's with gcc 4.

Nerijus

-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
Vadim Zeitlin | 25 Jun 2005 17:31
Favicon

Re: compilation error

On Sat, 25 Jun 2005 18:23:24 +0300 Nerijus Baliunas <nerijus <at> users.sourceforge.net> wrote:

NB> .src/gui/wxMessageView.cpp: In static member function 'static
NB> MessageView* MessageView::Create(wxWindow*, FolderView*)':
NB> .src/gui/wxMessageView.cpp:210: error: cannot allocate an object of
NB> abstract type 'wxMessageView'

 Sorry, somehow not all the files got committed (cvs didn't say it aborted
but, still, the files were not checked in...). Done now, sorry,
VZ

-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
Kannan, Murugan | 21 Jun 2005 16:32
Favicon

Linker error under Windows

I just got the latest code from CVS.
I am trying to compile under Windows XP with Visual Studio 7.1. I was
able to compile all of the projects except the M. 

I am getting this linker error 

"LINK : fatal error LNK1561: entry point must be defined". 

Apparently, its looking for the main/winmain routine.

Any ideas why I am getting this?

Thanks for your help.

-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click

Gmane