Anyone around here familiar with VC++ 2008 Express Edition?
If so what do I need to set up to get this all working. :P I feel like such a nub today. Well I am a nub in all honesty. It's been way to long since I last sat down with a compiler.
For all of you who are gonna complain that I'm using VC...I'm supposed to familiarize myself with it for another project so back off! :P
From what I understand I need to include ALL the .c files in the src/ folder but main-win.c is the only main-*.* file I use. do I still use main.c? I also add all the files from src/win/ as well.
I can add this to an empty Win32 app project. anything else I need to install or configure?
Thanks in advance. I've gleaned what I could searching the forums here, but I'm still fuzzy about what I need to do.
I did try compiling with the above done, but I get an error :
...src\h-basic.h(148) : fatal error C1083: Cannot open include file: 'pwd.h': No such file or directory.
Not sure why, but I do know pwd.h does not exist in the src or any other dir in the source folders.
O.
If so what do I need to set up to get this all working. :P I feel like such a nub today. Well I am a nub in all honesty. It's been way to long since I last sat down with a compiler.
For all of you who are gonna complain that I'm using VC...I'm supposed to familiarize myself with it for another project so back off! :P
From what I understand I need to include ALL the .c files in the src/ folder but main-win.c is the only main-*.* file I use. do I still use main.c? I also add all the files from src/win/ as well.
I can add this to an empty Win32 app project. anything else I need to install or configure?
Thanks in advance. I've gleaned what I could searching the forums here, but I'm still fuzzy about what I need to do.
I did try compiling with the above done, but I get an error :
...src\h-basic.h(148) : fatal error C1083: Cannot open include file: 'pwd.h': No such file or directory.
Not sure why, but I do know pwd.h does not exist in the src or any other dir in the source folders.
O.
Comment