Search found 103 matches

by VonGodric
Fri Feb 19, 2016 2:03 pm
Forum: Compiler / Linking / IDE Related
Topic: Looking for best IDE
Replies: 8
Views: 8301

Re: Looking for best IDE

if you are on osx (or hackintosh) then xcode is really very good IDE. I prefer it over pretty much all others.
by VonGodric
Wed Feb 03, 2016 4:59 pm
Forum: C++ Development
Topic: Scripting support for applicsation
Replies: 2
Views: 999

Re: Scripting support for applicsation

Thanks for suggestion. But I am using latest version of wx. It seems lot of wx related projects are slowly fading away ...
by VonGodric
Wed Feb 03, 2016 4:15 pm
Forum: C++ Development
Topic: Scripting support for applicsation
Replies: 2
Views: 999

Scripting support for applicsation

Hey there, I would like to add scripting support for my application in order to allow people write simple cross platform plugins. The question is what langauge / library is usable that already has all the wx bindings? wxJavaScript and its successor GlueScript seem to be terribly out of date (~5+ yea...
by VonGodric
Tue Feb 02, 2016 4:21 pm
Forum: Announcements and Discoveries
Topic: wxStyledTextCtrl Method and Event Explorer
Replies: 4
Views: 3317

Re: wxStyledTextCtrl Method and Event Explorer

This looks really interesting. Will give this a try ! :P
by VonGodric
Thu Oct 22, 2009 2:01 pm
Forum: C++ Development
Topic: Scintilla 2.01 ?
Replies: 2
Views: 1518

Thank you
by VonGodric
Thu Oct 22, 2009 7:06 am
Forum: C++ Development
Topic: Scintilla 2.01 ?
Replies: 2
Views: 1518

Scintilla 2.01 ?

Is there plan to update scintilla component in wx distribution any time soon? I don't mind undertaking the task, but I am wondering if this is already done/planned/in progress ?
by VonGodric
Sat Jul 11, 2009 10:16 am
Forum: Announcements and Discoveries
Topic: wxWebConnect 1.0 released: web browser library for wxWidgets
Replies: 19
Views: 19331

cool and very useful component. Thanks! However I am having trouble with it as it fails to work. It compiles, but crashes on call to wxWebControl::InitEngine(xulrunner_path); Basically debugger shows that it fails here ns_smartptr<nsIWindowCreator> wnd_creator = static_cast<nsIWindowCreator*>(new Wi...
by VonGodric
Wed Aug 06, 2008 6:36 am
Forum: Platform Related Issues
Topic: Building wxMGL with djgpp issue
Replies: 9
Views: 2982

any sample both of mgl/snap and many of wx compile just fine. Only when I run I get C:\scitech\examples\mgl\hello>hello Exiting due to signal SIGSEGV General Protection Fault at eip=00029484 eax=fe40f3e4 ebx=000e8200 ecx=fe340000 edx=000cf3e4 esi=00000054 edi=000683c8 ebp=000e8188 esp=000e8150 progr...
by VonGodric
Tue Aug 05, 2008 11:01 pm
Forum: Platform Related Issues
Topic: Building wxMGL with djgpp issue
Replies: 9
Views: 2982

I managed to compile mgl and wxwidgets but it crashes. Including mgl examples. I guess fault lies there but I followed the instructions and compiles fine. But when I run something I get segmentation fault. Any ideas? How did you compile mgl?

I use gcc 4.2.3
by VonGodric
Sun Sep 16, 2007 3:11 pm
Forum: C++ Development
Topic: c - string support in unicode built by wx
Replies: 4
Views: 1555

just as ugly. even worse - I gotta type on more char!!! :twisted:
by VonGodric
Sun Sep 16, 2007 11:03 am
Forum: C++ Development
Topic: c - string support in unicode built by wx
Replies: 4
Views: 1555

any comments on this?
by VonGodric
Sat Sep 15, 2007 11:50 am
Forum: C++ Development
Topic: c - string support in unicode built by wx
Replies: 4
Views: 1555

c - string support in unicode built by wx

I think it would be nice if wxString in unicode build would have a constructor accepting literal c-string and convert it automatically instead of having to put _T() around. In most cases it makes code much more obfuscated. I personally see no reasson why there couldn't be constructor accepting c-str...
by VonGodric
Tue Aug 21, 2007 7:03 pm
Forum: wx.NET
Topic: wx.net dead?
Replies: 1
Views: 15258

wx.net dead?

it seems last update to wx was a while ago and it's based on an old version. is wx.net dead or is it still maintained / developed?
by VonGodric
Tue Aug 21, 2007 7:02 pm
Forum: Compiler / Linking / IDE Related
Topic: does wx work with VS2008 beta 2?
Replies: 1
Views: 1131

does wx work with VS2008 beta 2?

anyone tryed to use it with Visual Studio 2008 Beta 2?
by VonGodric
Thu Mar 08, 2007 10:43 am
Forum: General Development
Topic: wxAuiNotebook right click?
Replies: 6
Views: 2477

this is not a solution. First - I know nothing of patches and don't think that Visual studio supports them 2) my tabs can have different context menus and I might want to add more functionality then just that. Why can't I catch mouse events with wxAuiNotebook ? I'd rather have a patch to fix that pr...