|
Thursday, June 04, 2009 - 3 Posts by 3 People
Leads to:
Could not load file or assembly 'aspnet_compiler, Version=2.0.0.0, Culture=neutral
: System.IO.FileLoadException: Could not load file or assembly 'aspnet_compiler, Version=2.0.0.0, Culture...
Try clearing out your [Windows folder]\Microsoft .NET\Framework\2.0xxx\Temporary ASP.NET Files
|
|
Friday, November 20, 2009 - 4 Posts by 4 People
Does anyone know of a de-compiler that will take the exe and put it back to source code to be re
Quote: : Does anyone know of a de-compiler that will take the exe and put it back to source code
convert (disassemble) it to assembly and I even heard of one that can convert it to C but I haven't
|
|
Sunday, August 30, 2009 - 6 Posts by 6 People
The compiler does underneath when I put in optimization flags.
--Edit--
How to restrict
it to a specific function or a code block?
--Edit_2--
How to let gcc generate a less verbose assembly-code?
to the files you specified under -o switch.
This link describes how to ask GCC to produce assembly code output...
|
|
Tuesday, February 17, 2009 - 8 Posts by 8 People
Everything I've read seems to imply that building a cross-compiler is significantly harder than
building a compiler that targets the platform it runs on. Is this true? If so, why? It seems like
on the compiler architecture.
A compiler is not only translating source code into asm and system calls...
|
|
Thursday, April 23, 2009 - 8 Posts by 8 People
To be included with the compiled assembly (e.g. simple text files or even a legacy unmanaged DLL
that's wrapped by the assembly as an interop layer). While embedding the supplemental files
want to create a multifile assembly using the /linkresource C# compiler option. Instructions are here
|
|
Monday, May 22, 2006 - 3 Posts
Compiler
executable file c:\windows\microsoft.net\framework\v1.1.4322\csc.e xe
cannot be found.
Source...
source) +37
System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns,
CompilerParameters
dirs used to compile (as only javascript supports in
memory compiles, all other compiler write to disk...
|
|
Friday, November 14, 2008 - 3 Posts by 3 People
I'm trying to do something that gets a cs file in runtime from user make it meaningful to assembly
You can compile it reasonably easily using the CSharpCodeProvider . You can download the source
code for my snippet compiler, Snippy, from the C# in Depth web site . That uses CSharpCodeProvider, so
|
|
Sunday, May 10, 2009 - 12 Posts by 3 People
Guide me through the basics to manually compiling a custom fxc file correctly?
Thanks in advance
compiling process for shaders for my HL2MP OB mod, however it appears that while all other shaders
of assembly output. I've tried saving this assembly as a vcs file and use that, but it doesn't work...
|
|
Tuesday, June 02, 2009 - 9 Posts by 9 People
Is it possible to create, edit, link, compile (is compile the word?) etc. assembly code in MSVC
into whatever format is required to use assembly code, then turn the assembly code into an .exe. (I'd say
On x86, yes. You can use the __asm keyword to put assembly inline in your standard source files
|
|
Wednesday, August 10, 2005 - 4 Posts by 3 People
Elf gcc compiler with successful output. Also, I try to compiler this source code using "arm-elf
10 Aug 2005 8:13 arm-elf-gcc assember tutorial Hi All,
I'm compile the example.c source code to arm
10 Aug 2005 8:13 Ads10 Aug 2005 9:47 arm-elf-gcc compiling to assembly code I'm not familiar
|

)