Archived Forum Post

Index of archived forum posts

Question:

No dlls - Is it possible to statically link chilkat components in C or PureBasic

Aug 05 '15 at 07:00

Hi,

I would like to know if we can build an independent and fully contained EXE for Windows using static linking, either in C or PureBasic (preferred), not needing to redistribute any (chilkat) dlls ?

Francesco


Answer

I do this (static linking) all the time (C++), see http://www.chilkatsoft.com/downloads_CPP.asp

I now see CK also supports Purebasic: http://www.chilkatsoft.com/refdoc/purebasic.asp I don't know if that requires DLLs.