Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I don't have windows, but I have a theory for portable .net apps. All libarys are set to local copy (= true) Make a native image? J JoeJoe rules
did you mean 'do they (libraries) have native format'? not, they don't. they are just .NET assemblies" wrapped in PE (portable executable) format. if you are porting .net app, take a look at this: http://www.mono-project.com/ [^]