Search found 465 matches
- Mon Jun 04, 2007 9:16 pm
- Forum: Announcements and Discoveries
- Topic: ANN: prebuilt wx 2.8.4 lib / project template for Turbo C++
- Replies: 2
- Views: 1287
Sorry if it sounds rude, but I guess the idea of providing pre compiled binaries are not good. Well from my wxDevC++ experience I would beg to differ. Believe it or not people **DO LIKE** prebuilt library as they dont have to go through the process of recompiling and packaging them. With wx-DevC++ ...
- Sun Jun 03, 2007 10:03 am
- Forum: Announcements and Discoveries
- Topic: ANN: prebuilt wx 2.8.4 lib / project template for Turbo C++
- Replies: 2
- Views: 1287
ANN: prebuilt wx 2.8.4 lib / project template for Turbo C++
Hello, I have created a pre-built wxWidgets 2.8.4 library for Turbo C++ / Borland Developer Studio - C++ Builder 2006. I have uploaded the wxWidgets codepak (equivalent to wx-DevC++/DevC++ devpak) to http://codepaks.sourceforge.net/gui.htm The Installation includes a ready to use wxDialog based proj...
- Sat Apr 28, 2007 6:47 pm
- Forum: wxDev-C++
- Topic: Help! My layout is broken!
- Replies: 3
- Views: 701
Re: Help! My layout is broken!
Hi,
Sorry that you have the problem with wx-devcpp, Can you please send me the .wxform alone ? I'll try to find what the problem is.
Thanks,
Guru Kathiresan
Sorry that you have the problem with wx-devcpp, Can you please send me the .wxform alone ? I'll try to find what the problem is.
Thanks,
Guru Kathiresan
- Wed Apr 25, 2007 11:15 pm
- Forum: Announcements and Discoveries
- Topic: Need a place to host your code for sharing?
- Replies: 14
- Views: 2483
One should collect and publish all worthy snippets and components and publish them. It seems to me it's just an impossible task, given the diversity of coding styles and build systems. Then again, nothing is impossible in software industry... Anyway, untill that time comes, the more wx ideas, snipp...
- Wed Apr 25, 2007 9:21 pm
- Forum: Compiler / Linking / IDE Related
- Topic: Exception is thrown when trying to use wxDateTime::Now()
- Replies: 22
- Views: 3427
Re: Please tell me how to get the fix. Thanks.
Please tell me how to get the fix. Thanks. In the File datetime.cpp, find the function struct tm *wxLocaltime_r(const time_t* ticks, struct tm* temp) and before the memcpy function call, add if (*ticks ==0) return NULL; So You'll have the function something like #ifndef HAVE_LOCALTIME_R struct tm *...
- Mon Apr 23, 2007 6:29 pm
- Forum: Compiler / Linking / IDE Related
- Topic: Exception is thrown when trying to use wxDateTime::Now()
- Replies: 22
- Views: 3427
- Sat Apr 14, 2007 1:00 am
- Forum: wxDev-C++
- Topic: how to compile tatelnet under wxdevcpp
- Replies: 2
- Views: 596
Re: how to compile tatelnet under wxdevcpp
The Code updated in 2002. I think it must be using the old wx. There were quite a lot of changes in wx from 2.2 to 2.8.3. Check the deprecated functions and class and make the changes to the code.
-Guru Kathiresan
-Guru Kathiresan
- Sat Apr 14, 2007 12:51 am
- Forum: wxDev-C++
- Topic: edit box question
- Replies: 8
- Views: 1302
It says there's no default constructor. what's the point of creating the dialog in a form when i have to enter all the parameters in the constructor. Am I missing something? Check the Header File of the LoginDlg class. You can see what are optional parameters. As spedgenius mentioned except for the...
- Fri Apr 13, 2007 7:11 pm
- Forum: Announcements and Discoveries
- Topic: [ANN] wxActiveRecordGenerator 1.2.0 rc1 released
- Replies: 8
- Views: 1493
- Thu Apr 12, 2007 9:23 pm
- Forum: wxDev-C++
- Topic: Static Boxes Disappear
- Replies: 3
- Views: 859
Re: Static Boxes Disappear
All of the boxes sit on a panel that is the parent of all boxes. I am wondering if it has something to do with order of creation, which I do not understand. Can you list the steps on how you created the boxes ? Another newby question: How do you activate a pop-up menu created with the IDE? You can ...
- Thu Apr 12, 2007 9:10 pm
- Forum: wxDev-C++
- Topic: edit box question
- Replies: 8
- Views: 1302
For DDX features in MFC, you can use wx's Validators. For each edit box, create corresponding private wxstring object. In the Form designer, select the edit control and edit the validator property and add the newly created string variables in the validator editor. Once you have this, you can use Tra...
- Thu Apr 12, 2007 9:02 pm
- Forum: wxDev-C++
- Topic: Dmars compile problem
- Replies: 3
- Views: 549
Re: Dmars compile problem
I got odbc++ package from one of the devpaks servers. I cannot remember which one. The devpaks that are currently distributed in the servers are only meant for mingW compiler and they wont work with dmars. If you want to create a devpak for dmars then you need to compile the library source from the...
- Thu Apr 12, 2007 8:55 pm
- Forum: Compiler / Linking / IDE Related
- Topic: Exception is thrown when trying to use wxDateTime::Now()
- Replies: 22
- Views: 3427
Guru, Do you see the same crash when you are trying to use wxDateTime::Now().GetYear() with C++ Builder 6 on Window XP? Has any one ever tried to use this before? Hi, I got the same stack trace like the one posted by BinarySpike. Is your crash happened when using the ::Now() or when using GetYear()...
- Wed Apr 11, 2007 10:57 pm
- Forum: Compiler / Linking / IDE Related
- Topic: Exception is thrown when trying to use wxDateTime::Now()
- Replies: 22
- Views: 3427
- Wed Apr 11, 2007 7:27 pm
- Forum: wxDev-C++
- Topic: DevPaks don't install correctly
- Replies: 2
- Views: 608
Re: DevPaks don't install correctly
As for as I know , we havent changed anything in the Dev Package handler code. Most of the Changes we have done so far are related with IDE. Can you please try the same package with the Vanilla DevC++ and see if it working the way you wanted it to be ?
Thanks,
Guru Kathiresan
Thanks,
Guru Kathiresan