saniljhaveri / avr-project-ide

Automatically exported from code.google.com/p/avr-project-ide
0 stars 0 forks source link

embed required dlls in resource and unpack if missing #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What do you want?

check for required dlls
embed required dlls in resource and unpack if missing

Why do you want it?

just in case they are missing, also, less files needed in archive

How do you suggest it's added?

make new resource file, add check at runtime, unpack dlls from resource if
missing

Will it cause any incompatibility problems with previous versions?

no

Original issue reported on code.google.com by frank.zhao.main@gmail.com on 27 Sep 2009 at 5:23

GoogleCodeExporter commented 8 years ago
attempted to implement fix with the obvious method, no luck since program 
crashes
before main gets called, will look into it more

Original comment by frank.zhao.main@gmail.com on 27 Sep 2009 at 5:35

GoogleCodeExporter commented 8 years ago

Original comment by frank.zhao.main@gmail.com on 28 Sep 2009 at 1:52

GoogleCodeExporter commented 8 years ago
next updater update should be able to update these files

Original comment by frank.zhao.main@gmail.com on 28 Sep 2009 at 1:53

GoogleCodeExporter commented 8 years ago
updater now unloads DLLs

Original comment by frank.zhao.main@gmail.com on 29 Sep 2009 at 8:54

GoogleCodeExporter commented 8 years ago

Original comment by frank.zhao.main@gmail.com on 16 Oct 2009 at 7:26