compile « windows « C File Q&A

Home
C File Q&A
1.array
2.binary
3.delete
4.Development
5.directory
6.fgets
7.fopen
8.fprintf
9.fscanf
10.fwrite
11.header
12.include
13.input
14.LINE
15.linux
16.open
17.output
18.pointer
19.read
20.size
21.string
22.struct
23.Text
24.windows
25.write
C File Q&A » windows » compile 

1. Why won't my WinForms app compiled for "x86" exit on an "x64" machine when running outside "C:\Program Files (x86)"?    stackoverflow.com

We have a WinForms app that runs fine on x86, but has many third-party components that make win32 calls. To get the apps to run on x64, I now compile for ...

2. Compile Build and c file on Windows    stackoverflow.com

I have a directory that has the following files

  1. Build
  2. asc2uni.c
  3. asc2uni.1
I have to compile it, but the problem is I don't know how what is the compiler to use for this format and ...

3. In pelles c windows.h doesn't compile    stackoverflow.com

I'm using pelles c. when I compile this code:

#include <windows.h>
#include <stdio.h>

void main(void)
{
   printf("Hello World");
}
I get this error:
D:\Program Files\PellesC\Include\Win\basetsd.h(53): error #2001: Syntax error: expected ';' but found 'INT64'.
D:\Program Files\PellesC\Include\Win\basetsd.h(53): warning ...

4. How to compile LEX/YACC files on Windows?    stackoverflow.com

I'm having Lex and YACC files to parse my files (.l file and .y file) How to compile those files and how to make equivalent .c file for this Which tool i've to ...

5. executable file is so slow when it contains any WinAPI - compiled using GCC on windows 7 64-bit machine    stackoverflow.com

so slow : 20-70 Sec to start execution GCC version :4.7.0 (64-bit) OS : windows 7 ultimate 64-bit code sample:

#include <windows.h>
#include <stdio.h>


int get_date(void){
    int retval=0;

    SYSTEMTIME SystemTime;
 ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.