What is tsNet-x86.dll ?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
cmhjon
Posts: 175
Joined: Tue Aug 04, 2015 11:55 am

What is tsNet-x86.dll ?

Post by cmhjon » Thu Apr 26, 2018 2:29 pm

Hi all,

I've been working on an app that has been compiled several times for Windows but today is the first time that an "Externals" folder appeared along side the compiled app and within was a "tsNet-x86.dll". What is this DLL?

I assume I must have added some code to my project that needs this dll to function? If so, where does this dll file go on the computers that will run my app?

Thank you,
Jon :)

Klaus
Posts: 13824
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: What is tsNet-x86.dll ?

Post by Klaus » Thu Apr 26, 2018 2:32 pm

Hi Jon,

all NET stuff like load/liburldownloadtofile etc. is handled by this DLL.
And it should go into the "Externals" folder in the folder with your EXE.

Best

Klaus

cmhjon
Posts: 175
Joined: Tue Aug 04, 2015 11:55 am

Re: What is tsNet-x86.dll ?

Post by cmhjon » Thu Apr 26, 2018 9:31 pm

Ah ha! I added a "Check For Update" function which would involve downloading the update (if available) from my web server.

Thank you so much!
Jon :)

cmhjon
Posts: 175
Joined: Tue Aug 04, 2015 11:55 am

Re: What is tsNet-x86.dll ?

Post by cmhjon » Mon Apr 30, 2018 2:36 pm

Ok, now for another question. Currently, my app and the 'externals' folder sits on the desktop. Is it considered best practice to put the app and 'externals' folder into a parent folder?

Apologies for what may be a dumb question but I am still getting acquainted with how LC works.

Thanks,
Jon

Klaus
Posts: 13824
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: What is tsNet-x86.dll ?

Post by Klaus » Mon Apr 30, 2018 2:52 pm

Hi Jon,

yes, use a parent folder, will make thing look a lot "cleaner" = more PRO! :D
And does not tempt some idiots to delete the "parentless" EXTERNALS folder!


Best

Klaus

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: What is tsNet-x86.dll ?

Post by bogs » Mon Apr 30, 2018 3:17 pm

Klaus wrote:
Mon Apr 30, 2018 2:52 pm
And does not tempt some idiots to delete the "parentless" EXTERNALS folder!
Klaus has far more belief in human nature than I do :twisted:
Image

Klaus
Posts: 13824
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: What is tsNet-x86.dll ?

Post by Klaus » Mon Apr 30, 2018 3:37 pm

Pure wishful thinking, bogs! :-)

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”