Try building with gcc. You can get a copy for Windows with Cygwin (http://www.cygwin.com/). Otherwise, you should configure your VC++ environment for ANSI C and it looks like you might be missing some libs (make sure to include subdirectories and any system libraries). You might still need Cygwin (or other POSIX system) for the gethostbyaddr, etc. type functions.

--
Jeremy Wadsack
Seven Simple Machines


satheesh wrote:

friends
I tried to run the analog code in VC++ environment. but I am getting some errors.
I am adding those errors also. Can anyone help me in sorting out this problem.
Expecting an earliest help
thanks and regards
Satheesh
Linking...
alias.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
alias.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
init2.obj : error LNK2001: unresolved external symbol _pcre_fullinfo
init2.obj : error LNK2001: unresolved external symbol _pcre_compile
utils.obj : error LNK2001: unresolved external symbol _pcre_compile
input.obj : error LNK2001: unresolved external symbol _unzGoToFirstFile
input.obj : error LNK2001: unresolved external symbol _unzOpen
input.obj : error LNK2001: unresolved external symbol _gzopen
input.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
input.obj : error LNK2001: unresolved external symbol _unzGetCurrentFileInfo
input.obj : error LNK2001: unresolved external symbol _unzOpenCurrentFile
input.obj : error LNK2001: unresolved external symbol _unzGoToNextFile
input.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
input.obj : error LNK2001: unresolved external symbol _unzCloseCurrentFile
input.obj : error LNK2001: unresolved external symbol _gzclose
input.obj : error LNK2001: unresolved external symbol _unzClose
input.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
input.obj : error LNK2001: unresolved external symbol _unzReadCurrentFile
input.obj : error LNK2001: unresolved external symbol _gzread
outhtml.obj : error LNK2001: unresolved external symbol _gdImageFill
outhtml.obj : error LNK2001: unresolved external symbol _gdImageLine
outhtml.obj : error LNK2001: unresolved external symbol _gdImageRectangle
outhtml.obj : error LNK2001: unresolved external symbol _gdImageArc
outhtml.obj : error LNK2001: unresolved external symbol _gdImageColorAllocate
outhtml.obj : error LNK2001: unresolved external symbol _gdImageCreate
outhtml.obj : error LNK2001: unresolved external symbol _gdImageString
outhtml.obj : error LNK2001: unresolved external symbol _gdImageFilledRectangle
outhtml.obj : error LNK2001: unresolved external symbol _gdImageGetPixel
outhtml.obj : error LNK2001: unresolved external symbol _gdImageDestroy
outhtml.obj : error LNK2001: unresolved external symbol _gdImagePng
outhtml.obj : error LNK2001: unresolved external symbol _gdFontFixed
outhtml.obj : error LNK2001: unresolved external symbol _gdFontSmall
utils.obj : error LNK2001: unresolved external symbol _pcre_exec
win32.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
win32.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Debug/Tuesday.exe : fatal error LNK1120: 34 unresolved externals
Error executing link.exe.
Tuesday.exe - 36 error(s), 0 warning(s)


______________________________________
Scanned and protected by Email scanner



------------------------------------------------------------------------

+------------------------------------------------------------------------
| TO UNSUBSCRIBE from this list:
| http://lists.meer.net/mailman/listinfo/analog-help
|
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
| List archives: http://www.analog.cx/docs/mailing.html#listarchives
+------------------------------------------------------------------------



+------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------

Reply via email to