| Topic: |
DEVELOP > C |
| User: |
"Helen" |
| Date: |
13 Nov 2003 02:53:13 PM |
| Object: |
windows.h question |
Hi I am downloading a pack of C codes and try to compile
under unix solaris
there are two includes files
windows.h
vfw.h
there are not two header files under unix right?
so what should I do?
thanks a lot!
.
|
|
| User: "Mark A. Odell" |
|
| Title: Re: windows.h question |
13 Nov 2003 02:55:43 PM |
|
|
(Helen) wrote in
news:ba3374ff.0311131253.6c2e2bd1@posting.google.com:
Hi I am downloading a pack of C codes and try to compile
under unix solaris
there are two includes files
windows.h
vfw.h
there are not two header files under unix right?
so what should I do?
Hope this code doesn't really have much a dependency on these non-standard
files. You will need to route out all dependencies of these two files and
re-write them for you platform.
--
- Mark ->
--
.
|
|
|
|

|
Related Articles |
|
|