I\'m looking for a way to make a dual executable file for Windows/Mac.That is, I can execute the file in either OS and it would run some piece of开发者_如何学Python code that I want for that OS.This c
I\'ve got an executable file (C++, i386, compiled under MacOS/X Tiger, if it matters) that contains a bug.The fix for the bug is straightforward -- there\'s a place in the code where it calls fork() a
I am trying to understand PE file formats and there are many sections. What is the bss section? Is that fluid and data written to that sect开发者_如何学Cion can be overwritten anytime? Is that a stora
I know that executab开发者_运维百科les contain instructions, but what exactly are these instructions? If I want to call the MessageBox API function for example, what does the instruction look like?
I developed a small program using python and wxwidgets. It is a very simple program that uses only a mini frame to display some information when needed, and the rest of the time it shows nothing, only
I have a python script that calls out to two Sysinternals tools (sigcheck and accesschk). Is there a way I can bundle these executables into a py2exe so that subprocess.Popen can see it when it runs?
Consider this: class Foo{ void func1(){ /*func1 code*/ } void fun开发者_高级运维c2(){ /*func2 code*/
I have these fil开发者_开发技巧es board.class and x4.class (x4.class has main() method). To jar these files, I wrote
I have a clojure project that uses the slick 2d game engine that I am trying to run as an executable jar file. I created the project in both Netbeans and Eclipse and I have had no luck exporting them
I\'ve heard that strip is a program that makes an executable smaller. I\'ve tried to turn it on 开发者_运维知识库from my compiler (for Python) but when it comes to run strip I just see \"strip is no