programs to windows
Hello,
I tried to port Unix C programs to Windows VC using
cygwin. I hope the programs can be compiled and linked
correctly under VC. However, it does not require that
the programs run correctly.
As the first step, I tried the compilation. I added
sys/cygwin.h to the beginning
You need to clarify what you mean by "port Unix C programs to Windows
VC using cygwin" means. As Brian has pointed out, Cygwin's headers
are written for Cygwin's libraries, just as MSVC's headers are written
for MSVC's libraries.
You'll find that it's quite easy to port UNIX programs using Cygwin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Wei Le wrote:
| Hello,
|
| I tried to port Unix C programs to Windows VC using
| cygwin. I hope the programs can be compiled and linked
| correctly under VC. However, it does not require that
| the programs run correctly.
|
| As the first step, I tri
Wei Le wrote:
> I tried to port Unix C programs to Windows VC using
> cygwin. I hope the programs can be compiled and linked
> correctly under VC. However, it does not require that
> the programs run correctly.
>
> As the first step, I tried the compilation. I added
> sys/cygwin.h to the beginni
Hello,
I tried to port Unix C programs to Windows VC using
cygwin. I hope the programs can be compiled and linked
correctly under VC. However, it does not require that
the programs run correctly.
As the first step, I tried the compilation. I added
sys/cygwin.h to the beginning of the unix C pr
5 matches
Mail list logo