Op 9 jan. 2013 03:30 schreef "Jim Michaels" <[email protected]> het volgende: > > Tue 01/08/2013 18:24:42.89||E:\prj\tbmailsplit\tbmailsplit-2.15|>grep -i error 32\err* 64\err* \cd\otbmailsplit.txt > 32\errgw32tbmailsplit:tbmailsplit.cpp:80:21: fatal error: FileAPI.h: No such file or directory > 64\errgw64tbmailsplit:tbmailsplit.cpp:80:21: fatal error: FileAPI.h: No such file or directory > > this and winbase.h has things like DeleteFile, MoveFile, CopyFile, etc. > these are listed in the MSDN. > I don't know if mingw-w64 is striving to be a vs clone or not,but this will prevent compilation.
MSDN says to include Windows.h, not this internal header. I'd say fix the code. Ruben > > ------------- > Jim Michaels > [email protected] > [email protected] > http://RenewalComputerServices.com > http://JesusnJim.com (my personal site, has software) > --- > IEC Units: Computer RAM & SSD measurements, microsoft disk size measurements (note: they will say GB or MB or KB or TB when it is IEC Units!): > [KiB] [MiB] [GiB] [TiB] > [2^10B=1,024^1B=1KiB] > [2^20B=1,024^2B=1,048,576B=1MiB] > [2^30B=1,024^3B=1,073,741,824B=1GiB] > [2^40B=1,024^4B=1,099,511,627,776B=1TiB] > [2^50B=1,024^5B=1,125,899,906,842,624B=1PiB] > SI Units: Hard disk industry disk size measurements: > [KB] [MB] [GB] [TB] > [10^3B=1,000B=1KB] > [10^6B=1,000,000B=1MB] > [10^9B=1,000,000,000B=1GB] > [10^12B=1,000,000,000,000B=1TB] > [10^15B=1,000,000,000,000,000B=1PB] > > > ------------------------------------------------------------------------------ > Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery > and much more. Keep your Java skills current with LearnJavaNow - > 200+ hours of step-by-step video tutorials by Java experts. > SALE $49.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122612 > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public >
------------------------------------------------------------------------------ Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow - 200+ hours of step-by-step video tutorials by Java experts. SALE $49.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122612
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
