|
-
Nov 20th, 2000, 10:10 PM
#1
Thread Starter
transcendental analytic
How do i refer to it?
I'm trying to add it in a script control and i think if i use new keyword it will just create another instance instead of getting the original global object.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Nov 21st, 2000, 12:10 PM
#2
Are you refering to a DLL when you say object? If yes, then I don't think it's possible, since you have to specify the Instancing settings before you compile it.
-
Nov 21st, 2000, 02:14 PM
#3
Addicted Member
Hi kedaman !!!
Do a search on MSDN on following articles in Visual Basic Concepts:
1) Instancing for Classes Provided by ActiveX Components
(is an explanation where you can use the "globalmultiuse")
2) Global Objects and Code Libraries
(include an example)
3) Guidelines for Creating Root Objects
(another Tip of globalmultiuse)
maybe this help you out of your problem.
-cu TheOnly
-
Nov 21st, 2000, 10:15 PM
#4
Thread Starter
transcendental analytic
Well, dunno if i really need this now, i got a workaround by making a function on the global mu class returning me keyword. But i think i abandon this idea...
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|