473,396 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

wxwindows gui library

hi all,am trying to learn gui programming i have such a code
#include <wx/wxprec.h>
#ifndef WX_PRECOMP
#include <wx/wx.h>
#endif

#include "base.h"

IMPLEMENT_APP(MainApp) // A macro that tells wxWindows to create an
instance of our application
bool MainApp::OnInit()
{
MainFrame *MainWin = new MainFrame("Hello World!",
wxDefaultPosition,
wxSize(300, 200)); // Create an instance of our frame, or window
MainWin->Show(TRUE); // show the window
SetTopWindow(MainWin);// and finally, set it as the main window

return TRUE;
}

MainFrame::MainFrame(const wxString &title, const wxPoint &pos, const
wxSize &size)
: wxFrame((wxFrame *) NULL, -1, title, pos, size)
{
// normally we would initialize objects such as buttons and textboxes
here
}
i have base.h but i dont have this : wx/wxprec.h
i use vc++6.0 can anyone send me this file or help me..

Oct 2 '05 #1
2 1429
berkay wrote:
hi all,am trying to learn gui programming i have such a code [ redacted ]
i have base.h but i dont have this : wx/wxprec.h
i use vc++6.0 can anyone send me this file or help me..


1. You're OT. We don't discuss specific libraries (disclaimer: Boost
may be an exception)

2. As far as I know, wxWindows is free (beer). Google for it.
Oct 3 '05 #2
Followups set to comp.soft-sys.wxwindows

On Sun, 2 Oct 2005 23:43:01 UTC, "berkay" <be**********@gmail.com> wrote:
i have base.h but i dont have this : wx/wxprec.h
i use vc++6.0 can anyone send me this file or help me..


base.h is not part of the wxWidgets distribution so I assume
it must be part of VC++.

As someone else said, this is off topic here, so I suggest
you try comp.soft-sys.wxwindows.

--
Cheers,
Dave

Oct 3 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Shagshag | last post by:
hello, does anyone know of a full python + wxWindows email client ? google didn't help me... thanks,
0
by: Frank Bechmann | last post by:
I started to write a SciTe director in python. I had a very basic communication running in Pythonwin but I disliked the strong mixture between Pythonwin's basic functionality and the Pythonwin...
20
by: Ben Finney | last post by:
Howdy all, Just when we thought things were looking up on the whole "Windows as a trademark" for something that Microsoft didn't originate in the first place. The wxWindows project have...
0
by: Kenneth Payne | last post by:
I'm just experimenting with wxPython coding with wxWindows on SuSE 9.0. However, my application looks awful. And it's not my code - the demo apps look awful too. The font is ugly (every font you...
3
by: Kenneth McDonald | last post by:
If this is not an appropriate newsgroup for this type of posting, please let me know and (if possible) suggest an alternative. I've done a fair bit of research on the net, but information is...
0
by: Laura Lucas | last post by:
Hi I would like to use cygwin with Dev-c++ but i dont know how, i would need step by step instructions starting from scratch, i tried very hard already. things i already done: install cygwin,...
4
by: Sathyaish | last post by:
My question will sound daft to the good old craftsmen, but they will excuse my nescience on the subject. I come new to the Pythonic world from the land of .NET languages, VB6 and some familiarity...
1
by: Ivan Voras | last post by:
Is it possible to draw a widget or a window in an off-screen buffer? What I'm trying to do is capture rendered HTML to a bitmap (in other words, something like html2bitmap) by using wxWindows' HTML...
2
by: frikk | last post by:
This should be a very simple one, sorry! I installed wxWindows on my OS X box but I am unable to get my python install to recognize the module. Unfortunately I don't know a whole lot about...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.