lmahdi / as3-arduino-connector

Automatically exported from code.google.com/p/as3-arduino-connector
0 stars 0 forks source link

Missing libgcc_s_dw2-1.dll #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using FlashDevelop to build air app.
Previous version (1.2) was working fine, but 1.5
 it keep says libgcc_s_dw2-1.dll is missing.
Any clue?

Original issue reported on code.google.com by etulf...@gmail.com on 31 Jul 2013 at 4:29

GoogleCodeExporter commented 8 years ago
You will need to download libgcc_s_dw2-1.dll file and copy to 
%windows%/system32 directory  (url http://www.fayloobmennik.net/142363 )

Original comment by yaemPech...@gmail.com on 8 Aug 2013 at 5:44

GoogleCodeExporter commented 8 years ago
Could you please link to libraries statically to remove dependency from dlls?

Here is a discussion how to link to std library statically:
http://stackoverflow.com/questions/4702732/the-program-cant-start-because-libgcc
-s-dw2-1-dll-is-missing

Here is a tool which can show what dlls you ap is depend on:
http://www.dependencywalker.com/

Original comment by romanlut...@gmail.com on 17 Nov 2013 at 9:40

GoogleCodeExporter commented 8 years ago
Having the same issue.

Original comment by hubrecht...@gmail.com on 9 Dec 2013 at 4:46

GoogleCodeExporter commented 8 years ago
Please see the FAQ on this site : 
https://code.google.com/p/as3-arduino-connector/wiki/FAQ

We are unable to statically link this DLL because gthreads may already exist in 
the windows kernel (For example, Windows XP, Vista included this -- if we 
statically link these, there will be other issues).

Original comment by Nicholas...@gmail.com on 10 Dec 2013 at 7:40