... Hi, Lup! Haven't got a clue!:-/ Are you including the busyinfo.h file yourself? If so, I'd guess it probably has something to do with precedence. You ...
... tried to ... syntax ... anything to ... And a little added info: TOTAL: 10 matches in 7 files (1506 other files without matches not listed) 3 matches...
good news, after some searching i included the wx.h in one of my files that it was using a couple other wx libraries and the problem is now solved :) L. ... ...
I know OLE Automation is out of style these days but I really need to make this little app to work. Dave kindly showed me how to start Excel or use an already...
... Hi, Paschal! According to all the documentation I can find and from all the code I've looked at and stepped through in the debugger this should work: ...
... But this works just fine! wxVariant cellRange[]={wxVariant(wxT("A1:D1"))}; success=worksheetObject.GetObject(rangeObject,wxT("Range"),1,cellRange); ...
Hi! Here's an updated version of ExcelDemo that uses ranges of cells (one or many). They have to be contiguous, however. Enjoy!;) thx, Dave S. Arthur Dent: ...
... success=worksheetObject.GetObject(rangeObject,wxT("Range"),1,cellRange); ... Dave, That indeed works! Are we limited to one dimensional range? If I acquire...
... (one or many). ... Dave Sorry, not only did I miss this post because I was looking for different subject but I also did not get the attachment, again. What...
... Hi, Paschal! As near as I can tell, according to MSDN documentation, ranges are contiguous. Now, you may have several ranges in a union, but still the ...
... Dave, The xslclient example seems to pass a two dimensional array or may be I am misunderstanding what is happening. It populates the SAFEARRAY like this ...
Hello, I am trying to convert a 2005 Express project from DLL to static. I went to C++ code generation and changed Multi-thread debug DLL to multi-thread...
... your favourite sites. Download it now at ... Hi, George! There are two ways to build wxWidgets on a Windows platform: makefile and solution. If you opt to...
Hi Dave, Thanks! i've already done it the laborious way lol, but i will save your email for future reference. George DB 4.13 (Personal ed), wxWidgets 2.8.3,...
... Hi! There's no real secret!;) DB just doesn't address every wxWidgets element and possibility of combinations. Some things have to be hand coded. ...
I know I must be missing something. I'm getting a number of link errors when I tried to build a VC++ 2005 Express Edition project from a existing DialogBlocks...
Ivan, I'm not one of the "guru's" that regularly reply here (do they ever take vacations I wonder?); however, I had a quick read through your build log. I can...
... Hi, Ivan! A few questions and a request: 1) Platform (Windows XP, 2000, etc.) 2) DialogBlocks version? 3) wxWidgets version? And the request: can you share...
Dave, I am going out of town so I can't get the info back to you until I get back. Thanks for the input, Ivan ... Hi, Ivan! A few questions and a request: 1)...
Hi, Consider a horizontal boxsizer containing windows like this: 1 2 3 4 The digits are separate static texts. To the right of these numbers, (and within...
... Hi, George! It would really, really help if you could attach a sample .pjd showing the problem. It saves me the trouble of making an educated guess as to...
... Oh, BTW, it also uses a wxGridSizer instead of a wxBoxSizer. Remember, there are other types of sizers and their purpose is to make the job easier than by...