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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing DLLs from other Languages

Status
Not open for further replies.

JoseInesCantu

Programmer
Mar 7, 2001
3
0
0
MX
Hello, how can I import a DLL that I made on Visual Basic?
Thanks, X-)
Jose.
 
This topic is somehow not easy. And it would take a long repply, so I'll recomend to check the APPENDIX B from the User's Guide. (c5-ug.pdf which is installed if you choose to install the "Online Documentation")
I assume that you'd the Clarion 4 or 5 version, (dunno if the 5.5 has the same appendix).
flash review:

1. Check the VisualBasic and Clarion Data type equivalents.
2. Make the library file (*.LIB) for your DLL.
3. Add the library file into your proyect or App
4. Prototype the functions that you'll call.

.......
More info. check topic from "Online Help" -> "How Do I...?" -> "Using Windows DLLs NOT Created in Clarion"

and "Lenguage Reference" ->"Procedure Prototypes"

Bye.




-----
carabez@hotmail.com
 
Looking for news about Clarion, I review an old link, and found a page:


There you'll find several ways to import yor Visual Basic Dll, especifically the next:

Multi-Language Programming - Visual Basic and Clarion


And this page includes an app sample

witchdoctor1.gif

bye. -----
carabez@hotmail.com
 
Thanks alot for your replies, Ive tried the link but the
article talks about importing a dll from Clarion to Visual Basic.

Also Ive tried importing in the lib maker the Visual Basic
dll. But I get this on the screen:

----------------------------------------------------------
myDll.dll
DllCanUnloadNow 1
DllGetClassObject 2
DllRegisterServer 3
DllUnregisterServer 4
----------------------------------------------------------

Is this normal, or did I did something wrong?

Thanks.
Jose.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top