#1
|
|||
|
|||
How to Call Subroutine of Included Project
Hi
Is there anyway to call a subroutine of an included project file. I want to use a subroutine of another (sub)-project, which is included in my main project. regards Farrukh |
#2
|
|||
|
|||
Make the subroutine Global and you can use it from any project.
|
#3
|
|||
|
|||
I know that...
I know that method. But what If I sent a project to other person on other side of globle, and he wanted to used that project and its subroutine, immediately..
Global Suroutine method is fine, and I'm using that. Thankx |
#4
|
|||
|
|||
In that case it has to be part of the same project, there just ain't any way around it, except that you could send off a copy of your Global subroutines file.
Look for "VisBuildPro.steps" in "<Documents and Settings>\All Users\Application Data\Kinook Software\Visual Build Professional". If it's not there look in the folder containing the VBP .exe. |
|
|