Advertisement

1 - 10 of 1619 containing alltags:("compile") (0.002 seconds)
How do you properly compile a C program in the C++ environment? (I use default settings and recieve "unresolved external symbol errors when linking.)
Zones: Windows MFCDate Answered: 01/16/1997 Grade: C Views: 0
how does one compile a c text file on a cgi server?  Where does he "pick it up?"  i want to take my metrowerks file, give it to the cgi, and then get a double-clickable applicationout of it.  I'm n...
Zones: C, SSIDate Answered: 10/10/1997 Grade: C Views: 0
I cannot get my GCC compiler to change colors inside the program.  When I change colors in the program and it finishes, the DOS prompt is the color I assigned in the program. Just the program itsel...
Zones: CDate Answered: 02/13/1998 Grade: A Views: 0
I have a large struct composed of doubles, floats, enums, ints, and smaller structs. Using the g++ compiler in 32-bit Linux, I use the sizeof operator to find out that the size of the struct is 10...
Zones: C++, Microsoft Visual C++Date Answered: 07/23/1998 Grade: A Views: 0
VC++ 5.0 / MFC / Win95 I am trying to read into my Win32/MFC application a file that was written by a dos app.  The structure for the dos app written with Borland C++ 3.1 is: struct date       {       __in...
Zones: C++Date Answered: 08/01/1998 Grade: A Views: 0
Where does this directive come from? I see it used in several Delphi-programs but can't figure out where it is set. The help-system stays silent about this directive.
Zones: Delphi ProgrammingDate Answered: 08/10/1998 Grade: A Views: 0
I develop a program in small compile mode and want to use some functions of a library which compiled with large model. The function like: int func1(int i) { printf("%d",i);...} and i declare it in ...
Zones: CDate Answered: 06/13/1999 Grade: C Views: 0
I am using Unix OS for development probabaly first time. I am stuck with lot of questions. I am have a make a file compile. How to compile a makefile on SUN OS. Also please suggest any useful info...
Zones: Unix Systems ProgrammingDate Answered: 06/03/1999 Grade: B Views: 0
Where's the best place to download GNU C++ compiler for development under Windows 95?
Zones: C++Date Answered: 07/29/1999 Grade: A Views: 0
I'm trying to compile Apache 1.3.9 to enable Netscape Roaming Access. I configure with: "./configure --add-module=../mod_put-1.3/mod_put.c" then I run "make" and I get these errors in the output...
Zones: Linux SetupDate Answered: 10/07/1999 Grade: A Views: 0