Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 This has to be a simple question to answer

views
     
TSAthono
post Mar 7 2006, 11:33 PM, updated 19y ago

Getting Started
**
Junior Member
227 posts

Joined: Dec 2005
This has to be a simple question to answer. And I know how to do this in C++ but I don't know how it is done in Visual Basic. So I am not completely lost. It is just that Visual Basic is pretty new to me.

I have written some functions to do a particular task in a Visual Basic project and I have put them into a seperate module and save it as a file.

And now I have included the call to that function in another part of code in a pre-existing file.

When I clidk on File->Make to build an execuatable, the compiler stops on the line where I have typed the function call and says:

QUOTE
Compile error:
Sub or Function not defined.

What additional things do I need to do to define the function?
TSAthono
post Mar 8 2006, 01:04 AM

Getting Started
**
Junior Member
227 posts

Joined: Dec 2005
I changed the function type from Private to Public and it works.

 

Change to:
| Lo-Fi Version
0.0103sec    0.25    5 queries    GZIP Disabled
Time is now: 28th March 2024 - 06:11 PM