Topic profile page for Compiler.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Compiler.
Topic "Compiler" was discussed 36,638 times on 2,004 sites in last 3 months
Started 1 day, 21 hours ago (2009-11-26 10:48:00)
by 2ndmessiah
does a vb.net compiler exist To be more precise, Would it be nice if we could compile vb to native code instead of having the intermeditary layer of the CLR. A bit like PowerBasic.
Started 1 day, 23 hours ago (2009-11-26 08:36:00)
by drkirkby
I'm trying to determine what compiler is in use, by looking at what the pre-processor defines. GNU's GCC pre-processor defines _GNUC_ . Sun's SunStudio defines __SUNPRO_C I thought that gcc for Sun Systems would define both, but it does not appear to define __SUNPRO_C. Is there a way to tell them apart? In other words, is there something unique that gcc for Sun Systems would define?...
Started 2 days, 4 hours ago (2009-11-26 04:15:28)
by svibuk
i am now frequently getting complier error vertime i execute the application when i get this error i stop the application Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: The compiler failed with error code ...
Started 2 days, 12 hours ago (2009-11-25 19:44:00)
by حبوبي
Portable DVD-lab PRO 2.51 compiler 4.215+ProEx 3.75|38.1MB The DVD-lab PRO version 2 is a next step in DVD authoring for advanced users who need accessible and easy to learn tool with full range of DVD features. Most of the existing tools are either very expensive and hard to master or are limited in implementing DVD specifications. Many tools that are often ...
Started 3 days, 21 hours ago (2009-11-24 10:40:00)
by LGM420
Hello, I have developed a int that will run from COMPILER {16}. The question is how could i load it in windows with the ints. The interger is made by a HEX like Set of Letters. That was originally 3 characters so it can be computed. Now 2 Characters to give an int series that will run the compiles. but the characters are layed in in sets of 4. they are layed in in such a way that the ...
Started 1 week, 1 day ago (2009-11-19 14:10:00)
by phoronix-test-suite
Phoronix Test Suite Git Commit: phodevi: Better compiler... phodevi: Better compiler detection support, should work better on webOS http://www.phorogit.com/index.php?p=...a5e5bd531a0 165
Started 1 week, 1 day ago (2009-11-20 06:17:00)
by paolo patierno
Hello, I have a Freescale iMX31 (ARM11 Family). I know that ARM11 Famility corrisponds to core ARMv6 but on Microsoft Documentation I read that the ARM compiler support 4 and 5 (ARMv4 and ARMv5). Followint the link : http://msdn.microsoft.com/en-us/library/ms925478.a spx So I'm using a ARM11 processor with ...
Started 2 days, 21 hours ago (2009-11-25 11:03:00)
by Ray
I'm receiving the message 'The MOF Compiler could not connect with the WMI server' when installing SQL 2008 R2. It appears others have had this same issue, but there's been no solution posted that I've been able to identify. Has anyone else resolved this issue?
Started 2 days, 13 hours ago (2009-11-25 19:04:00)
by Ray
I'm receiving the message 'The MOF Compiler could not connect with the WMI server' when installing SQL 2008 R2. It appears others have had this same issue, but there's been no solution posted that I've been able to identify. Has anyone else resolved this issue?
Started 2 days, 16 hours ago (2009-11-25 15:41:00)
by nlneilson
Has anyone tried the Open Source AOC GCJ compiler?? http://gcc.gnu.org/java/index.html Apparently it is a good compiler that can improve performance. An application would need to be compiled for each OS, not a problem. http://gcc.gnu.org/java/status.html java.awt A lot of code exists, but not enough for use in real applications. javax.swing Some code, but not enough for ...
Started 6 days, 11 hours ago (2009-11-21 21:10:00)
by ELCouz
Hi, I'm trying to port a mission critical application console to linux (because of the OS stability). Since all the work has been done in Delphi I've found that it will be very time consuming to adapt everything to Free Pascal Compiler (including all proprietary libs). While playing with wine I've tested my application and noticed it worked like a charm. Everything was functional...
Started 5 days, 4 hours ago (2009-11-23 04:24:00)
by Soup Peon
is there a high level language with an interpreter, dynamic compiler and static compiler(e.g. like a c++ compiler) along with a multimedia library? the interpreter and dynamic compiler would be for testing/prototyping and when im done testing i use the static compiler.