Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP ME !!!!!

Status
Not open for further replies.

pikkiorock

Programmer
Nov 22, 2001
16
IT
I don't know how can I write down correctly a DLL containing two simple functions that must be called from an external application.... I wrote down these function using __stdcall... but when I try to register the dll an alert appears advertising me that the dll has no entry point... and I can't extract the functions ... MAYBE SOMEONE CAN HELP ME !!!!!!
 
You are trying to register an DLL that only exports functions.
These ones does not need to bwe registered. Only COM DLLs must be registered(for example DLLs from ATL).
If you intend to use the DLL in VB just declare the functions in the usual way and go ahead.

hth, s-)

Blessed is he who in the name of justice and goodwill, sheperds the weak through the valley of darkness...
 
THANX bro' for your response... I found the solution :)
I don't have to call the functions from VB but from ORACLE FORMS !!!!!!!!!
Now it seems it works.... but I have som doubts about the effective executing of functions.... but it's an other story :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top