Probably is even possible, but much better would be to have this dll especially for the community.
Anyone have done this dll before? 2011/7/25 Robert Myers <[email protected]> > Check your compiler documentation. You should be able to link C .obj > files and call C functions without too much hassle. The biggest issue > will be getting all the functions declared in a Pascal readable format. > > On 7/25/2011 3:10 PM, Everton Vieira wrote: > > The software that uses this dll is made in pascal so i can't include c > files > > in the project. > > > > 2011/7/25 Teg <[email protected]> > > > >> Hello Everton, > >> > >> EV> Don't have any easy way to make this dll? There's a lot of 64bits > >> systems > >> EV> out there that will need this dll. > >> > >> I just compile it into my program and don't bother with DLL's. I find > >> that DLL's in general make my software less reliable so, I avoid them. > >> > >> Static linking all the way.... > >> > >> C > >> > >> > >> > >> > >> > >> _______________________________________________ > >> sqlite-users mailing list > >> [email protected] > >> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > >> > > > > > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- Everton Vieira. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

