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 <t...@djii.com>
>
>> 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
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
>
>

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to