Search results

  1. I

    error 453 Cant find dll entry point

    hello, i've develop a dll in .NET with the following code Snippetusing System; namespace Test { public class Test { public static string Prueba() { return "from dll"; } } } and i try to call it from vba access 2002 this way: Option Compare...
  2. I

    how to create a dll for an access 2002 application

    hello, i would like to wrap a lot of functions and routines that a have in my access 2002 application into a dll and call them from my app, is this possible? i could use visual studio and any programming language, but if it's not needed nor possible doing it in a .NET environment i could do it...
Back
Top Bottom