<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user">
    <title>gmane.comp.lib.wxwidgets.wxcode.user</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/670"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/669"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/668"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/667"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/666"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/665"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/664"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/663"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/662"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/661"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/660"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/659"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/658"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/657"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/656"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/655"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/654"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/653"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/652"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/651"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/670">
    <title>Re: undefined reference to `vtable forwxCustomButton'</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/670</link>
    <description>Hi,

Jonathan Haws ha scritto:
these lines can be removed; more precisily, it would be _better_ to remove them. 
They can only cause troubles nowadays; they were once used to obtain compile 
time gains...

yes; that's a possible cause

another reason could be that the makefile is not linking the EXE to the object 
file for wxCustomButton...

hmmm, strange. Did you recompile from scratch (i.e. removing any *.o of the old 
compile process)?

Can you compile&amp;link the wxThings samples?

If you can, then the problem seems to rely in your sources (or in your makefile)...

Francesco


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Francesco Montorsi</dc:creator>
    <dc:date>2008-09-27T09:27:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/669">
    <title>undefined reference to `vtable for wxCustomButton'</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/669</link>
    <description>I am having troubles compiling my application that makes use of wxCustomButton in wxThings.  A build log is included.

I had this error once before and it was due to some interesting compiler directives.  I found that those are included in wxCustomButton:

#if defined(__GNUG__) &amp;&amp; !defined(NO_GCC_PRAGMA)
        #pragma implementation "toggle.h"
#endif

What do those lines do?  Would they be causing this undefined reference to vtable for wxCustomButton?  If not, what would and how can I resolve it?

Note that I did try commenting out those lines in the code and recompiling.  That did not help.

I appreciate the help!

NOTES ON THE BUILD LOG:

The library Sdbase contains the Msglog class.  It is prebuilt.  I do have access to the source, but I would like to not change that if possible.

The library wx_gtk2_wxthings-2.8 contains all the wxThings.  wxCustomButton is included here.  I believe this is where the problem lies, but I may be wrong.

Thanks!

**** Build of configuration Linux GCC for project GSE ****
</description>
    <dc:creator>Jonathan Haws</dc:creator>
    <dc:date>2008-09-26T22:11:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/668">
    <title>IMPORTANT: website services (currently?) notoperational</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/668</link>
    <description>Hi all,
    recently SF.net changed (again!) their infrastructure in many aspect; in 
particular they removed the SSH log-in support from their web servers.

Now I cannot run anymore wxCode maintainance scripts not even manually from an 
SSH session. This means that any component submission done in these days (or in 
the last few weeks) and in the future days (until a solution is found) won't be 
noticed.

SUBMITTERS OF NEW COMPONENTS: PLEASE POST HERE A MESSAGE DESCRIBING YOUR 
COMPONENT RATHER THAN USING THE WEBSITE SUBMISSION FORM (NO EMAIL WILL BE SENT 
USING THAT FORM).

This last modification of SF structures is really a trouble since we had written 
in the past years a number of scripts meant to be run from the SF servers from 
time to time.

Before searching other solutions for wxCode maintainance I'll wait until SF 
"stabilizes" (new services are being added in these days/weeks).

Bye,
Francesco Montorsi



-------------------------------------------------------------------------
This SF.Net email i</description>
    <dc:creator>Francesco Montorsi</dc:creator>
    <dc:date>2008-09-24T17:54:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/667">
    <title>Re: Bugs in wxTreeListCtrl</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/667</link>
    <description>Hi there
Thanks for your detailed message. I am just back from a trip, I will look at this in the coming days. I would appreciate if you 
could create an entry in the bug tracker for each bug (also possible if you do not have a SF account):
http://sourceforge.net/tracker/?func=add&amp;group_id=51305&amp;atid=462816
Regards,
Ronan


----- Original Message ----- 
From: "Yaroslav" &lt;dali_bude-/E1597aS9LQAvxtiuMwx3w&lt; at &gt;public.gmane.org&gt;
To: &lt;wxcode-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org&gt;
Sent: Thursday, 04 September, 2008 20:04
Subject: [wxCode-users] Bugs in wxTreeListCtrl





-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>PGRID dev.</dc:creator>
    <dc:date>2008-09-15T07:19:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/666">
    <title>Bugs in wxTreeListCtrl</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/666</link>
    <description>Hi,

Thanks for the wxTreeListCtrl.

There are two bugs in your code that break "Edit Label" functionality. 

Bug 1. After several renames, I get either intermittent crashes or failure of
the Edit control to show and work properly.

The bug is due to the usage of a deleted object. Say, we're editing a label and
hit ENTER. In the OnChar handler, the edit control is marked for some
asynchronous deletion, and then m_finished flag is set.


void wxEditTextCtrl::OnChar( wxKeyEvent &amp;event )
{
    //...
    if (event.GetKeyCode() == WXK_RETURN)
    {
        if (!wxPendingDelete.Member(this))
            wxPendingDelete.Append(this);

        m_finished = true;
        // ...
    }
    // ...
}


At some point in time _later_, the destructor is called (because the object has
been pending for deletion), whicn in turn calls CancelEdit. CancelEdit exits
immediately, because m_finished is set. So there's no chance that
m_renameControl of the owner is reset to NULL.


void wxEditTextCtrl::CancelEdit() {
    if (m_finish</description>
    <dc:creator>Yaroslav</dc:creator>
    <dc:date>2008-09-04T18:04:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/665">
    <title>wxTreeListCtrl - new release 2008-07-21 (upgraderecommended)</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/665</link>
    <description>For wxTreeListCtrl users: 

If you are using this control, it is recommended that you upgrade to the latest version:
  several crashes fixed, events enhanced --changelog below

website: http://wxcode.sourceforge.net/components/treelistctrl

* treelistctrl_2008-07-21.tar.gz
  - Fixed: selection behavior
  - Fixed: make all mouse events accessible to child class [#2018407]
  - Fixed: column now always populated for mouse events [#2018407]
  - Fixed: crash on key navigation after item delete [#2021908]
  - Fixed: crash on edit after item delete [#2021908]
  - Fixed: missing event EVT_TREE_END_LABEL_EDIT when cancelled
  - Fixed: several crash possibilities when there is no root [#2021908]
  - Changed: changing the selection mode (wxTR_MULTIPLE style) will now reset the selection
  - Changed: id of main column is always returned in events (used to be -1 on blank area)
  - Changed: after an item is deleted, its next siblings is selected if it exists
  - Changed: key actions: if no item is selected, root is select</description>
    <dc:creator>PGRID dev.</dc:creator>
    <dc:date>2008-08-20T08:36:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/664">
    <title>Re: Translation of WebUpdater</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/664</link>
    <description>Daniel Pomrehn ha scritto:
Ops; the next release will include that folder ;)

Francesco


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Francesco Montorsi</dc:creator>
    <dc:date>2008-08-19T18:15:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/663">
    <title>Re: Cron job: FixedWidthImportCtl is pending approval</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/663</link>
    <description>I forgot one thing; the component skeleton has been added to wxCode SVN 
with the name "fixedwidthimportctrl"; even if it's much longer than 
"fixdwdthimp" it's better for readability...

Francesco



Francesco Montorsi ha scritto:


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Francesco Montorsi</dc:creator>
    <dc:date>2008-08-19T18:08:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/662">
    <title>Re: Cron job: FixedWidthImportCtl is pending approval</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/662</link>
    <description>Hi,

Manuel Martín ha scritto:
ok; I understand; well, let's call it FixedWithImportCtrl then.

done


perfect!


Approved; you should now be able to upload to wxCode SVN the sources of 
your component. Please refer to the maintainer guide on wxCode website 
for more info about setting everything up.

Ask here for any question or doubt,
Francesco



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Francesco Montorsi</dc:creator>
    <dc:date>2008-08-19T18:02:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/661">
    <title>Re: Translation of WebUpdater</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/661</link>
    <description>Hello,

Thank you very much Francesco. I've found the file you mentioned in the 
subversion Repository. It wasn't distributed with the .tar.gz file I 
used and therefore I didn't find it.

Have a nice day
Daniel

Francesco Montorsi schrieb:


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Daniel Pomrehn</dc:creator>
    <dc:date>2008-08-18T17:23:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/660">
    <title>Re: Translation of WebUpdater</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/660</link>
    <description>Hi,

Daniel Pomrehn ha scritto:
It is already translated in German ;)

Please check the Readme.txt in the webupdate/locale folder; it explains 
how to use the localized files...

Francesco


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Francesco Montorsi</dc:creator>
    <dc:date>2008-08-18T11:49:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/659">
    <title>Re: Cron job: FixedWidthImportCtl is pending approval</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/659</link>
    <description>Hi Manolo,

       everything seems good; just a couple details before approving the 
components:

I don't understand the "import" part of the name... is the component 
oriented exclusively for the creation of a File-&gt;Import menu command?

Also I'd use "Ctrl" instead of "Ctl"...

I'd reword the part "The user sees the text and sets delimiters" as "The 
control displays the text and the column markers."... or something like 
that.

As soon as these details are fixed I'll approve the component...

Francesco




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Francesco Montorsi</dc:creator>
    <dc:date>2008-08-18T11:46:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/658">
    <title>Cron job: FixedWidthImportCtl is pending approval</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/658</link>
    <description>name: FixedWidthImportCtl
wxversion: 2.8
category: control,import/export
language: cpp
description: A control for defining columns-widths in a file or block of text. The user sees the text and sets delimiters. The widths these marks represent will be used to break each line into pieces.
location: fixdwdthimp
cdate: 2008-08-07
id: 141
status: stable
docs: notavailable
buildsys: 
extdep: none
wiki: disabled
wxport: all
samples: 0
approved: 0
author: Manuel Martin
version: 1.0
inCVS: 0
maintainerid: 64

Maintainer SF username: mmarsan
Maintainer name: Manolo
Maintainer mail address: mmartin-8Mf1e9xnKvw&lt; at &gt;public.gmane.org


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Francesco Montorsi</dc:creator>
    <dc:date>2008-08-18T11:12:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/657">
    <title>[ wxcode-Bugs-2051640 ] Minor edits needed for gcc4.2 compile</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/657</link>
    <description>Bugs item #2051640, was opened at 2008-08-14 08:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462816&amp;aid=2051640&amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: treelistctrl
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Carl Godkin (cgodkin)
Assigned to: Otto Wyss (wyo)
Summary: Minor edits needed for gcc 4.2 compile

Initial Comment:
I downloaded the very latest treelistctrl.cpp 
for use in my project.  Compiling with gcc 4.2 (64-bit Linux) produced errors:

treelistctrl.cpp -o linux32/treelistctrl.o
treelistctrl.cpp:643: error: ISO C++ forbids declaration of 'wxEditTextCtrl' with no type
treelistctrl.cpp:643: error: expected ';' before '*' token

treelistctrl.cpp:658: error: extra qualification 'wxTreeListMainWindow::' on</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2008-08-14T15:03:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/656">
    <title>Translation of WebUpdater</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/656</link>
    <description>Hello,

I'm using the WebUpdater in a German Application. Is it possible, to 
translate the User Interface of the WebUpdater? Is there any 
localizazion ready or is it planned for the future?

Thanks in advance

Daniel Pomrehn

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Daniel Pomrehn</dc:creator>
    <dc:date>2008-08-12T20:27:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/655">
    <title>Attention: Bug in wxSQLite3 1.9.0</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/655</link>
    <description>Unfortunately the code to finalize all unfinalized prepared statements 
introduced for convenience in method wxSQLite3Database::Close does not 
work as expected if the RTree extension module of SQLite is used. In 
that case the application will crash on executing the Close method.

Please disable the change in method wxSQLite3Database::Close. The source 
code of wxSQLite3 in the wxCode SVN repository has been already changed 
accordingly. You may download the source from here:

http://wxcode.svn.sourceforge.net/viewvc/wxcode/trunk/wxCode/components/wxsqlite3/src/wxsqlite3.cpp 


A corrected file release will follow within the next week.

Sorry for any inconveniences this may have caused.

Regards,

Ulrich


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
h</description>
    <dc:creator>Ulrich Telle</dc:creator>
    <dc:date>2008-07-26T14:39:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/654">
    <title>[ wxcode-Patches-2028277 ] does not let me play makeor run my programs</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/654</link>
    <description>Patches item #2028277, was opened at 2008-07-25 18:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462818&amp;aid=2028277&amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Any
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: coaster3000 (coaster3000)
Assigned to: Nobody/Anonymous (nobody)
Summary: does not let me play make or run my programs

Initial Comment:
Hi it is coaster3000 from fsg site

I just wanted to report this bug

I am using Code Blocks Compiler and it is not on the list. so i just use gnu Compiler and then i do the rest and when i hit finish it pops up a message saying Debug configuration not compatable this will make you not able to build a debug

then the same thing goes for the release build!

can you fix this or rel</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2008-07-25T22:06:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/653">
    <title>[ wxcode-Bugs-2021938 ] Deleting item fromtreelistctrl and using arrow keys crashes</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/653</link>
    <description>Bugs item #2021938, was opened at 2008-07-18 18:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462816&amp;aid=2021938&amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: treelistctrl
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: JohnZ (jcz2001)
Assigned to: Otto Wyss (wyo)
Summary: Deleting item from treelistctrl and using arrow keys crashes

Initial Comment:
After my application code calls wxTreeListCtrl::Delete(), the user press the up arrow key and the application crashes.

I believe the crash is due to :

wxTreeListMainWindow::OnChar() is using m_curItem, which is pointing to the deleted item.

wxTreeListMainWindow::Delete() is not checking to see if m_curItem is the same item being deleted and setting it to null, like it does f</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2008-07-18T23:48:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/652">
    <title>[ wxcode-Bugs-2021908 ] Deleting item fromtreelistctrl and using arrow keys crashes</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/652</link>
    <description>Bugs item #2021908, was opened at 2008-07-18 18:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462816&amp;aid=2021908&amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: treelistctrl
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: JohnZ (jcz2001)
Assigned to: Otto Wyss (wyo)
Summary: Deleting item from treelistctrl and using arrow keys crashes

Initial Comment:
After my application code calls wxTreeListCtrl::Delete(), the user press the up arrow key and the application crashes.

I believe the crash is due to :

wxTreeListMainWindow::OnChar() is using m_curItem, which is pointing to the deleted item.

wxTreeListMainWindow::Delete() is not checking to see if m_curItem is the same item being deleted and setting it to null, like it does f</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2008-07-18T23:03:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/651">
    <title>Re: Database encryption</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/651</link>
    <description>Hi Chong,


Yes. 100% made in Germany. :-)

Regards,

Ulrich

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Ulrich Telle</dc:creator>
    <dc:date>2008-07-15T07:00:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/650">
    <title>[ wxcode-Feature Requests-2018434 ] test</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/650</link>
    <description>Feature Requests item #2018434, was opened at 2008-07-15 07:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462819&amp;aid=2018434&amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Any component
Group: last released version
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ronan Chartois (pgriddev)
Assigned to: Nobody/Anonymous (nobody)
Summary: test

Initial Comment:
test

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;atid=462819&amp;aid=2018434&amp;group_id=51305

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2008-07-15T05:59:11</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lib.wxwidgets.wxcode.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lib.wxwidgets.wxcode.user</link>
  </textinput>
</rdf:RDF>
