Tagged Questions

1
vote
2answers
122 views

Anybody tried to compile “Go” on Windows?, Its seems start supporting to generate PE Format now.

http://code.google.com/r/hectorchu-go-windows/source/list If you could compile it successfully, I like to know the procedures of how to.
-1
votes
1answer
43 views

Can anyone compile ffmpeg under windows for me?

I'm just about getting insane with compiling ffmpeg under windows... It just won't work. I need the avcodec.dll and avformat.dll inclusiv .lib and .h, maybe someone could compile …
0
votes
3answers
45 views

How to programmatically build a visual studio solution ?

I would like to compile a solution by passing the solution file path (.sln file) and the build mode (debug, release). I do not want to call a command line process like devenv.exe o …
0
votes
2answers
65 views

how to link to static library in c?

I use code::blocks to compile my static library. The output result is a libstatic.a file. Now, how do I link to my library to use functions that were compiled? (I tried to use # …
0
votes
3answers
37 views

Any python “compiler” that can statically link the python2x.dll dependency?

It's my understanding that py2exe can only dynamically link a python2x.dll file. Are there any Python "compilers" out there that can package it all into one standalone .exe file f …
1
vote
2answers
90 views

Compile a .pyw file so it can be run like .pyc without console

Hi All, I'm trying to compile a pyw file into a pyc without console. When I try a straight compile with it, the result is a pywc file, but it seems that pythonw.exe doesn't regis …
0
votes
2answers
54 views

Where can I get these header files?

I'm attempting to compile SndObj, and I need some header files. Which Debian packages do I need to obtain all the missing header files? Checking for C header file alsa/asoundlib.h …
1
vote
4answers
77 views

How to create a .NET executable through a .NET windows forms application?

As described in the title I would like to develop a Windows Forms Application in .NET that is capable of creating at run-time another .NET command line or windows form executable a …
0
votes
1answer
53 views

Compile error in wxWidgets with VS2010 Beta 2

Hello, i try to build wxWidgets straight from source using VS10 beta 2, but i get this error when i try to compile it: Error 1 error MSB3073: The command "copy "" ..\..\lib\vc_ …
1
vote
2answers
77 views

How do I make OS X 10.6 compile JSON::XS as 32-bit instead of 64-bit?

I compiled Perl 5.10.1 under OS X 10.5. It was compiled as a 32-bit program. I have since upgraded to OS X 10.6. My version of Perl 5.10.1 continues to work fine, but I just tri …
0
votes
5answers
120 views

How to compile java code?

Hi, I have a bunch of java files and I am running the following code in an attempt to compile them. "\Program Files\Java\jdk1.6.0_16\bin\javac" Main.java And I am being shown t …
0
votes
1answer
122 views

Can someone please compile C# Ribbon UI library into dll [closed]

I want to use this Ribbon in my Forms but I can't compile it even though I have got C# express, i think it requires me to have visual studio. So please can someone compile it? http …
6
votes
8answers
198 views

C# - displaying the build date

I currently have an app displaying the build number in its title window. That's well and good except it means nothing to most of the users, who want to know if they have the lates …
1
vote
2answers
22 views

RibbonLib will not build, exits with code 3 (can’t find the file)

I am trying to compile this Ribbon Libray (http://windowsribbon.codeplex.com/) but it says there are some files missing, which I have then gone to in explorer and they are indeed m …
0
votes
4answers
109 views

How big an effect on compile times does L2 cache size have?

I am in the middle of the decision process for a new developer workstation, and one remaining question is which processor to choose, and one of the early decisions is whether to go …

1 2 3 4 5 10 next
15 30 50 per page