Hi,cygwin,
why I cannot find png library source in /usr/src after
download from cygwin setup?I can find libjpeg library source.
Best Regards,
phil song
2010-03-08
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com
Hi,cygwin,
I am sorry for trouble you.Because I cannot access web except using email,I
need a copy of linux framebuffer capture code,like "fbgrab",who can reply a
copy of code such as "fbgrab" or others you know to me.Thanks for your help.
Best Regards,
/cygdrive/g/work_platform/open-s/ftk-0.2/src/os/linux/ftk_linux.h:45:25:
linux/input.h: No such file
or directory
who can tell me how to operate to let fb.h in cygwin enviroment?
Best Regards,
phil song
phils...@techtrex.com
2010-02-05
--
Problem reports: http://cygwin.com
\r\n");
_tprintf(_T("Step 6: Generating .lib file %s...\r\n"),szDefFile);
sprintf(szCmd, "LIB /DEF:%s /MACHINE:X86", szDefFile);
ret = system(szCmd);
if (ret)
{
printf("Error 6: lib file cannot be created.\r\n");
system("pause");
return 0;
}
sprintf(szCmd, "del %s", szExportFile);
ret = system(szCmd);
sprintf(szCmd, "del %s", szDefFile);
ret = system(szCmd);
printf("success: lib file create success.\r\n");
return 0;
}
Best Regards,
phil song
phils...@techtrex.com
2010-01-29
4 matches
Mail list logo