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 "<pathandfile>" Alias "fooalias" (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 "Failed to load DLL-File.". is there a change to implement lib-files, not only dlls?
thanks so far, --
^v^
127.0.0.1 - localhost
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 "<pathandfile>" Alias "fooalias" (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 "Failed to load DLL-File.". is there a change to implement lib-files, not only dlls?
thanks so far, --
^v^
127.0.0.1 - localhost