Board index » cppbuilder » Aargh... What is this suposed to mean ??? (BCB4)
Lieven Tom
![]() CBuilder Developer |
Sun, 09 Sep 2001 03:00:00 GMT
|
Lieven Tom
![]() CBuilder Developer |
Sun, 09 Sep 2001 03:00:00 GMT
Aargh... What is this suposed to mean ??? (BCB4)
Hello,
I wonder if somebody could help me regarding the following error that IsBound() @ d:\bcb\emuvcl\utilcls.h/2410 <... thunderstrike at a clear sky ...> Clicking cancel brings me in the de{*word*81}, and takes me to the template <class P1> Help please ! Lieven. |
Chris Bordema
![]() CBuilder Developer |
Sat, 15 Sep 2001 03:00:00 GMT
Re:Aargh... What is this suposed to mean ??? (BCB4)try yourobj.Bind("somekey"); where "somekey" is whatever... QuoteLieven Tomme wrote in message <36f90997.19842...@news.eunet.be>... |
Lieven Tom
![]() CBuilder Developer |
Sun, 16 Sep 2001 03:00:00 GMT
Re:Aargh... What is this suposed to mean ??? (BCB4)Thanks for your hint, Chris. It brought me back onto my source code, making me discover a line being commented out :( Shame on me ... Anyway, I got further on the road. I am stuck now on a point where Robert Chafer seems to have ended up in his article posted in news://borland.public.cppbuilder.language on march 10. To quote him ... : "I use Word to produce reports from my app. I use Variants to drive And this is where I arrived too. I appreciate all help or ideas. Lieven On Tue, 30 Mar 1999 13:27:26 -0600, "Chris Bordeman" Quote<chr...@pernet.net> wrote: |
Michael Gaffne
![]() CBuilder Developer |
Sun, 16 Sep 2001 03:00:00 GMT
Re:Aargh... What is this suposed to mean ??? (BCB4)Lieven, There are two ways to invoke automation methods using the Variant class. void sampleMethod1() //OleFunction //OleProcedure Quote} limit on parameters using this method). I personally do not recommend that you use OleFunction and/or OleProcedure because there is a bug in one of them. The second way is by using the Exec method. Here is an example: void sampleMethod2() //Invoking a Function //Invoking a Procedure Quote} between each parameter. Which ever method you decide to use, make sure that you use Function for when you expect something back and Procedure for when you don't. I hope this helps. Mike QuoteLieven Tomme wrote in message <37021e6b.4339...@news.eunet.be>... |
Lieven Tom
![]() CBuilder Developer |
Mon, 17 Sep 2001 03:00:00 GMT
Re:Aargh... What is this suposed to mean ??? (BCB4)Hello Mike, Thanks, your help got me that far that I have been able to invoke the //Invoking a Function produced linker errors. function GetSomeTextMethodName("GetSomeTextMethodName"); and thus by now I am already miles further on. This project that I am porting towards BCB4 (46000 lines of source Solving this problem is the finishing touch for me in this huge Lieven On Wed, 31 Mar 1999 22:12:44 GMT, "Michael Gaffney" <ga...@home.com> Quote>Lieven, |
1. VCLE40.LIB not found, aargh! (bcb4)
2. I am having problems creating a packable in newly installed bcb4
3. BCB4 compiler confused or am I?
4. Some help regarding delphi 5 ? Am I suposed to have these tools or not.
5. Serious paradox problems (data coruption and losses, aargh)
7. Aargh! Problems with TListView and DragDrop
8. **AARGH READ THIS!** Re: Network.vbs worm- serious threat to LANs
9. Aargh... bcb5 installation bugs
10. Ah - I am stuck - what does this memory error message mean ?