Search found 2995 matches

by upCASE
Mon Nov 08, 2004 2:53 pm
Forum: Compiler / Linking / IDE Related
Topic: Compilation problem
Replies: 4
Views: 1924

Hi! Check hworld.cpp line 19 etc. for strings like "text" and use the _() or _T() macro on the like _("Text"). Normally this comes from a unicode related problem wher char arrays could either be arrays of char or wchar. Using these macros will provide the correct type for non-uni...
by upCASE
Mon Nov 08, 2004 1:03 pm
Forum: C++ Development
Topic: Problem with Connect
Replies: 3
Views: 1659

Hi! Just a thought: Try it with using wxWindow::PushEventHandler() for the stuff in your wxNotebook and pass a pointer to your frame where you want to handle the events. That way your frame will function as the event handler and you should be able to access its members, while with using Connect you ...
by upCASE
Mon Nov 08, 2004 10:15 am
Forum: C++ Development
Topic: GDI animation...
Replies: 1
Views: 1349

Hi! Can I use GDI animation? Sure you can :D Will it be smooth and fast enough - given that I am going to store the game window in a bitmap and blt it to screen? Check the "forty" demo. It's a bit old but maybe this gives you an idea of how to do things (WXDIR\demos\forty). It's a card gam...
by upCASE
Mon Nov 08, 2004 8:08 am
Forum: Compiler / Linking / IDE Related
Topic: Mingw and wxWindows
Replies: 6
Views: 2989

Hi!
does the devpak version have any bugs? as in it wont compile some valid programs?
Yes! I made it so that nobody would be ever able to comile anything :mrgreen: :mrgreen: :mrgreen:
Seriously: Nope, it seems to work. The devpack is used in wxDev-C++ if you want to give it a try.
by upCASE
Mon Nov 08, 2004 7:55 am
Forum: C++ Development
Topic: Troubles with wxWidgets
Replies: 15
Views: 5154

Hi! How does wine work for development? If you use devcpp in wine under linux, can you distribute those binaries to end users on linux? I have heard of wine but not explored it. It works for testing and using tools that are just not there... But since wine is a dynamic recompiler (meaning things get...
by upCASE
Sun Nov 07, 2004 2:49 pm
Forum: C++ Development
Topic: wxWindows + DirectX?
Replies: 4
Views: 2379

Hi!
Not sure about that but try wxDC::SetHDC().
Most wxWidget classes have not documented methods you can use on specific platforms. If you want a portable solution: Check out wxGLCanvas.
by upCASE
Sat Nov 06, 2004 7:54 pm
Forum: C++ Development
Topic: Troubles with wxWidgets
Replies: 15
Views: 5154

Hi!
Dev cpp only works on windows tho doesnt it??
Yes, it does.

And boys: Even if I don't have the gift of foresight -> Please don't start a war now :lol:
by upCASE
Sat Nov 06, 2004 11:43 am
Forum: C++ Development
Topic: Troubles with wxWidgets
Replies: 15
Views: 5154

Hi!
For complete out-of-the-box compilation and an included visual GUI interface editor try wxDev-C++ http://wxdsgn.sourceforge.net/.
by upCASE
Sat Nov 06, 2004 11:35 am
Forum: Compiler / Linking / IDE Related
Topic: Mingw and wxWindows
Replies: 6
Views: 2989

Hi!
Since Dev-C++ uses mingw maybe try my site http://www.upcase.de. Got a little tut on compiling the lib there and some devpaks for quick installation.
by upCASE
Thu Nov 04, 2004 4:23 pm
Forum: wxDev-C++
Topic: Undefined references with wx-devcpp beta 6.3
Replies: 3
Views: 2451

Hi!
Have you used DECLARE_EVENT_TABLE() in you classes header file?
by upCASE
Thu Nov 04, 2004 7:45 am
Forum: wxDev-C++
Topic: WxWidgets in Dev C++ vs WxWidgets in Kdevelop
Replies: 12
Views: 5462

Hi! But there is some problems with the image. The program have 20 pages. Each page is like one wxNotebook. The problem that I am facing now is that the "image" of 4-5 pages superimposed with each other. Could you please be a little bit more specific in what you mean with "image"...
by upCASE
Wed Nov 03, 2004 5:30 pm
Forum: Platform Related Issues
Topic: Minimum Linux Needed?
Replies: 4
Views: 2657

Hi! Which distribution is best for such a (by todays standards) modest system? Good question... :D I'm using Fedora Core 2 here and it works just fine (even in Virtual PC after some hacking). Gentoo seems to be very popular, too. I am wrestling with the menu construction at the moment, but even with...
by upCASE
Wed Nov 03, 2004 2:02 pm
Forum: Platform Related Issues
Topic: Minimum Linux Needed?
Replies: 4
Views: 2657

Hi! For Windows I am currently using wx-DevCpp http://wxdsgn.sourceforge.net/ by Guru Kathiresan. I am currently beta testing version 6.4 and this thing rocks. Glad to hear that since Guru and I had some problems getting it work with 2.5.3 :D I am thinking about doing a little cross platform compili...
by upCASE
Wed Nov 03, 2004 10:39 am
Forum: Compiler / Linking / IDE Related
Topic: how to create a new application on linux???
Replies: 3
Views: 2057

Hi!
Be sure to read install.txt for both platforms. Compile the lib -> compile the samples. If everything went well you'll be able to compile a basic application on Linux with

g++ `wx-config --cxxflags --libs` MyWxApp.cpp -o MyWxTestApp

On Windows it depends on your compiler.
by upCASE
Tue Nov 02, 2004 7:58 am
Forum: Compiler / Linking / IDE Related
Topic: Configration File
Replies: 1
Views: 1351

Hi!
Check WXDIR\docs\msw\install.txt. The project file for 2.5.3 is in WXDIR\build\msw\