Search found 194 matches

by biplab
Sat Dec 02, 2006 5:58 am
Forum: General Development
Topic: Console Input Methods
Replies: 1
Views: 898

Re:

I don't think there is any function in C++ which can replace full functionality of getch(). You may use getch() in your C++ code, but latest MS compilers may not compile your code. See the following reference for more details.
by biplab
Fri Nov 10, 2006 1:46 pm
Forum: General Development
Topic: what widget in what lib
Replies: 4
Views: 1104

Re: what widget in what lib

Hi, Dependency Walker is a nice, small utility to find out dependencies of a *.exe, *.dll, etc under Windows. It's a standalone application. You can visit the following website for more information. http://www.dependencywalker.com/ The best thing is it's free for download and use. This will solve yo...
by biplab
Thu Nov 09, 2006 7:29 pm
Forum: General Development
Topic: what widget in what lib
Replies: 4
Views: 1104

Re: what widget in what lib

Hi luker, I'm a novice, so my answer may not be the one you are looking for. :D I'm assuming that you are facing difficulty in identifying dll your application requires during runtime. Generally I add all the libraries of wxWidgets during linking. Then I run Dependency Walker to find out which dll i...
by biplab
Tue Nov 07, 2006 8:56 am
Forum: Announcements and Discoveries
Topic: wxWidgets installation wizard
Replies: 51
Views: 26201

wxWidgets

Hi croquet, You can try wxPack (http://wxpack.sourceforge.net/). wxPack comes with wxWidgets-2.7.0 compiled with VC7.1 and MinGW. You'll get debug and release version of static, dynamic, unicode libraries of wxWidgets. The pack comes with wxFormBuilder, wxVC, AutoBuildNumber(There are bugs associate...
by biplab
Wed Nov 01, 2006 8:27 am
Forum: Open Discussion
Topic: opensource vs copyright rules?
Replies: 15
Views: 4033

As we can see, the best way to encourage ppl trying out our new software is the reduce the learning curve of existing user. for example, I used to be a frequent IE user, i like to press F5 to refresh the page, but in Netscape, I have to press Ctrl-L to refresh the page, so i still stick with IE. bu...
by biplab
Mon Sep 18, 2006 7:32 am
Forum: Compiler / Linking / IDE Related
Topic: Another linking problem with vc++ express edition
Replies: 3
Views: 1615

Re: Another linking problem with vc++ express edition

Hi all, I trying to move my application from wxWidgets 2.4.2 to wxWidgets 2.6.3 . I compiled wxWidgets 2.6.3 and its samples without any problems. Sample applications runned ok. In my application project, I updated the include directoy and library directory in project settings to referece wxWidgets...
by biplab
Wed May 03, 2006 5:04 pm
Forum: C++ Development
Topic: Reading a Multi-column data with wxFile or WxFFile
Replies: 4
Views: 1657

Reg. Reading a Multi-column data with wxFile or WxFFile

Thanks Jorgen. The method you explained solved my problem.
by biplab
Wed May 03, 2006 4:59 pm
Forum: C++ Development
Topic: Execution of wxwidget program using DialogBlocks
Replies: 4
Views: 1396

Re: Execution of wxwidget program using DialogBlocks

Hi Basaprabhu, You are using MS Visual Studio .NET 2003 IDE and wxWidgets2.6.3. To configure the ide read the following article. MSVC.NET Guide Also you can read the introductory tutorial by Priyank Bolia from the following link. The article shows how to compile wxWidgets app with Visual Studio 2005...
by biplab
Wed May 03, 2006 1:16 pm
Forum: C++ Development
Topic: Reading a Multi-column data with wxFile or WxFFile
Replies: 4
Views: 1657

Reading a Multi-column data with wxFile or WxFFile

Thanks Jorgen for your help.

I'll try the code and post here about the status of the problem.

Thanks a lot!! :D
by biplab
Wed May 03, 2006 12:09 pm
Forum: C++ Development
Topic: Reading a Multi-column data with wxFile or WxFFile
Replies: 4
Views: 1657

Reading a Multi-column data with wxFile or WxFFile

Hi all, I am a newbie in wxWidgets programming. Earlier I used to write my code in VB6 and C only. I started learning wxWidgets about 1-2 months back and started rewriting some of my projects in wxWidgets. I have some problem in reading a multi-column data from a text file using wxFile or wxFFile. T...
by biplab
Sat Mar 25, 2006 1:39 pm
Forum: Compiler / Linking / IDE Related
Topic: Compiling wxWidgets 2.6.3-RC1 with GCC 4.1 (MinGW)
Replies: 14
Views: 6970

Compiling wxWidgets 2.6.3-RC2 with GCC 3.4.6 (MinGW)

Thanks leio for your suggestion regarding GCC-3.4.6. I could compile it with --disable-precomp-headers flag.

I'm sorry for this late reply. I hope the solution for GCC-4.1.0 will be posted soon.

:D :D
by biplab
Tue Mar 21, 2006 11:09 am
Forum: Compiler / Linking / IDE Related
Topic: Compiling wxWidgets 2.6.3-RC1 with GCC 4.1 (MinGW)
Replies: 14
Views: 6970

Compiling wxWidgets 2.6.3-RC2 with GCC 3.4.6 (MinGW)

Hi,

I tried compiling wxWidgets RC2 with GCC-3.4.6 (Compiled from source), but again I'm getting the following error messages.
../src/common/appbase.cpp:1: fatal error: had to relocate PCH
compilation terminated.
make: *** [baselib_appbase.o] Error 1
Looking for a solution.

Thanks. :o
by biplab
Tue Mar 21, 2006 10:52 am
Forum: Compiler / Linking / IDE Related
Topic: Compiling wxWidgets 2.6.3-RC1 with GCC 4.1 (MinGW)
Replies: 14
Views: 6970

Compiling wxWidgets 2.6.3-RC1 with GCC 4.1 (MinGW)

Hi MichaelZ,

I am also getting the same error. Though I can compile it with GCC-3.4.5 without any problem, but I'm facing this problem with GCC-4.1.0 which I compiled from source.

Looking for a solution.

:o
by biplab
Fri Feb 17, 2006 4:37 am
Forum: wxDev-C++
Topic: DEVPAK wxWidgets 2.6.2 now with ODBC support
Replies: 4
Views: 4112

Uploaded to Sendspace

Hi All, Though ninjanl's server is working perfectly, I'm uploading them to Free File Hosting service Sendspace. They will be kept in their server for few days (Hopefully 20 days without any activity). I think people should use the following links and save ninjanl's bandwidth. wxWidgets-2.6.2.DevPak...