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

Implementing static "C"-Library (.LIB) via Designer?

Status
Not open for further replies.

localhost

ISP
Apr 29, 2002
8
DE
hi there,

i got a question about notes and c:

i need to declare an existing, static c-lib into a notes-db.

notes help shows up the following for including DLLs (not statics):

Declare Function foo Lib &quot;<pathandfile>&quot; Alias &quot;fooalias&quot; (var1 as vartype1, var2 as vartype2) As return_type

if i try to use this syntax to include the lib-file, i get an error &quot;Failed to load DLL-File.&quot;. is there a change to implement lib-files, not only dlls?

thanks so far, --
^v^

127.0.0.1 - localhost
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top