Search found 35 matches
- Tue Nov 04, 2008 5:13 am
- Forum: C++ Development
- Topic: Not able to open existing excel file
- Replies: 2
- Views: 555
- Mon Nov 03, 2008 2:15 pm
- Forum: C++ Development
- Topic: Not able to open existing excel file
- Replies: 2
- Views: 555
Not able to open existing excel file
Canany help me providing small codo snippet for opening existing excel file and read the data. I have gone thru all the forums. But not able to open the excel file by providing its name. Of course I might not be using right call. wxAutomationObject excelObj; wxString docPath = "C:\\testexcel.xlsx"; ...
- Mon Nov 03, 2008 12:35 pm
- Forum: General Development
- Topic: How to serialize classes
- Replies: 5
- Views: 1161
- Mon Nov 03, 2008 12:34 pm
- Forum: General Development
- Topic: How to serialize classes
- Replies: 5
- Views: 1161
- Mon Nov 03, 2008 9:45 am
- Forum: General Development
- Topic: Extending help to excel,word, ppt
- Replies: 0
- Views: 342
Extending help to excel,word, ppt
Hi, I am not sure where I can post these general feedback. I have been working for wxwidgets quite some time. I feel there are lot of requirements for the people to import and export their data to & forth MSOffice tools and Open Office tools. I have seen very few and badly documented this area in wx...
- Mon Nov 03, 2008 8:58 am
- Forum: C++ Development
- Topic: Catch OnClick event on a grid ?
- Replies: 6
- Views: 858
- Mon Nov 03, 2008 7:53 am
- Forum: C++ Development
- Topic: wxAutomationObject(opening a existing doc problem)
- Replies: 5
- Views: 998
The same code is working fine for me too. While doing this I did a mistake. The default file office 2007 creats docx. so I have just changed the extension. In your case if you have created a doc file , then the code works fine too with just doc extension. wxString docPath = "C:\\testword.doc"; wxAut...
- Fri Jun 09, 2006 10:59 am
- Forum: C++ Development
- Topic: Problem in Accesing MS Excel as database from wx
- Replies: 1
- Views: 409
Problem in Accesing MS Excel as database from wx
I was trying to load/edit the excel(used as a database) in a wxDialog. For which I have included a header file - #include <afxdb.h> While linking I am getting an error as follows. //*********************************************************// DEPWizard error LNK2005: "void * __cdecl operator new(unsi...
- Mon Apr 24, 2006 7:37 am
- Forum: Compiler / Linking / IDE Related
- Topic: David - Regarding wxGTK-2.6.3 help
- Replies: 0
- Views: 314
David - Regarding wxGTK-2.6.3 help
hi David thanks for ur reply i have given my Makefile here with this post so help me out in the proper linkiing of wxGTK2.6.3. i have given two makefiles one is local Makefile named Makefile.linux and another one is master makefile which is named as Makefile. Makefile.linux OUTPUT = xxx APPLIBS = WX...
- Mon Apr 24, 2006 6:37 am
- Forum: Compiler / Linking / IDE Related
- Topic: To David - Makefiles of linking wxGTK-2.6.3
- Replies: 3
- Views: 545
To David - Makefiles of linking wxGTK-2.6.3
hi David thanks for ur reply i have given my Makefile here with this post so help me out in the proper linkiing of wxGTK2.6.3. i have given two makefiles one is local Makefile named Makefile.linux and another one is master makefile which is named as Makefile. Makefile.linux OUTPUT = xxx APPLIBS = WX...
- Sat Apr 22, 2006 11:54 am
- Forum: C++ Development
- Topic: wxGTK2.6.3 link errors
- Replies: 1
- Views: 382
wxGTK2.6.3 link errors
hi i have built my program in windows with wxwidgets 2.4.2 and it is working fine. now i am trying to port my code with 64bit RedHat linux machine and i am using wxWidgets2.6.3, my code is compiling well and while linking i am getting following errors Panel.o(.text+0x2f8): In function `Panel::Create...
- Fri Apr 21, 2006 7:25 am
- Forum: C++ Development
- Topic: wxGTK-2.6.3 problem
- Replies: 2
- Views: 373
wxGTK-2.6.3 problem
hi this is really urgent i am using amd 64bit Redhat linux, and as u said i have added wx/wx.h header in all my programs, still i am getting the same error. and the same code i was using in windows 32bit earlier with wxGTK-2.4.2, is there any and all the following errors i am getting only during the...
- Fri Apr 21, 2006 4:56 am
- Forum: C++ Development
- Topic: reply to errors with wxGTK-2.6.3
- Replies: 0
- Views: 257
reply to errors with wxGTK-2.6.3
hi actually i posted the same problem with wxGTK-2.6.3 before and i am using amd 64bit Redhat linux, and as u said i have added wx/wx.h header in all my programs, still i am getting the same error. and the same code i was using in windows 32bit earlier with wxGTK-2.4.2, i there anythin conflict, and...
- Fri Apr 21, 2006 4:40 am
- Forum: C++ Development
- Topic: errors while linking wxWidgets-2.6.3
- Replies: 2
- Views: 483
hi errors with wxGTK-2.6.3
hi actually i posted the same problem with wxGTK-2.6.3 before and i am using amd 64bit Redhat linux, and as u said i have added wx/wx.h header in all my programs, still i am getting the same error. and the same code i was using in windows 32bit earlier with wxGTK-2.4.2, i there anythin conflict, and...
- Thu Apr 20, 2006 4:26 pm
- Forum: C++ Development
- Topic: errors while linking wxWidgets-2.6.3
- Replies: 2
- Views: 483
errors while linking wxWidgets-2.6.3
hi i am using wxGTK-2.6.3 with my progam, the entire module is compiling well and while linkng i am getting the following errors [ sizer, wxComboBox, TextControl ] please read all my errors and do me some favour and help me out its very urgent thanks FilePanel.o(.text+0x39c3): In function `MWCreateN...