I compiled my program with pyinstaller, and it works fine on my computer, but whenever I ty to run it in another computer (with no python), I get the following
I have a c code file and I would like to compile it as an efi application. How can this be done using linux and windows cli tools (i.e. without creating a visua
I am generating typescript definition files programmatically. Sometimes an incorrect definition file will be generated from user error. This cannot be changed a
Two C files have the same variable name declared differently. Can I force the compiler (Visual Studio or gcc) to prefer one declaration over the other? The scen
I am very new to typescript i am trying to work out watcing a tutorial. I am face this issue when i use const and let. After compilation ts file shows some erro
I'm trying to build ffmpeg dll files for windows 32 with mingw32. at eatch try I manage to get some dll files but can't use theme because of a fiew dependancys
My code is built in NET Framework 4.7.2, it uses two .dlls siticone.dll + windowsinput.dll. How do I let my code be used by others and include these .dlls. I am
When I compile this code using different compilers and inspect the output in a hex editor I am expecting to find the string "Nancy" somewhere. #include <stdi
I want to make a code (that I'll call compiler.py), that'll compile any py file I need without using cmd commands, only modules(Things that are compilable So I
Most modern compilers use some form of SSA for internal representation, which needs some notation for variables whose values can come from more than one source.
Most modern compilers use some form of SSA for internal representation, which needs some notation for variables whose values can come from more than one source.
In a huge project with tens of thousands of Java files there are a couple of Java classes where developers may pass in strings as parameters to a constructor cl
I am trying to build a dll in C++ in which I use a C dll with prototypes like : int __stdcall foo();. When linking, the compiler outputs: Warning: resolving _fo
Suppose we have two .java files in the same directory. Test.java: public class Test { public void func() { System.out.println("Hello World"); }
I'm coding a compiler using Flex and Bison, I coded yyerror(char*) and some printf() messages to show lexical and syntax errors. I tested my code by adding some
I've a very big project where thousands of classes are using 100s of third party jars. I need to find out list of jars used by every single class in the project
Is there a way I can extract the number of digits before and after the '.' in a float in Flex? I want to limit the number of digits in the integer part to 4, an
I've been trying solve some problem with this code. In my machine, It compiled with no errors with g++ "File_name.cpp" but on the judges machine it uses this
When I compile ioquake3 (or others bundle) on my Mac M1 and then I upload it on google drive (or others drive site), if I redownload it, it will always says tha
Here i got an Error like JIT Compilation failed and needed to flag some -aot and etc.. stuff