Noble Thomas
2004-07-28 05:09:46 UTC
I am using VFP 6. My EXE file is getting bigger and bigger, which makes us
hard to send file via email for support. So we have decided to use DLL
projects for easy support.
To test functioning of DLL's I have created a small project with a function
to display "Hello World" and used the following command to call, but giver
error "Cannot fing the entry point SayHello in the dll".
This is the program
-----------
SayHello() && Calling the function
FUNCTION SayHello
=MESSAGEBOX("Hello World 123")
ENDFUNC
-----------
Command issued is
--------------
declare SayHello in test1.dll
?sayHello() **** gives error *****
---------------
Any help would be appreciated.
If anyone can forward a small project like this to demo dll function, that
would be a great help
rgds
Wilson
hard to send file via email for support. So we have decided to use DLL
projects for easy support.
To test functioning of DLL's I have created a small project with a function
to display "Hello World" and used the following command to call, but giver
error "Cannot fing the entry point SayHello in the dll".
This is the program
-----------
SayHello() && Calling the function
FUNCTION SayHello
=MESSAGEBOX("Hello World 123")
ENDFUNC
-----------
Command issued is
--------------
declare SayHello in test1.dll
?sayHello() **** gives error *****
---------------
Any help would be appreciated.
If anyone can forward a small project like this to demo dll function, that
would be a great help
rgds
Wilson