Hi everybody !! Dear Luigi, Dear Quantlibusers :: I hope so everybody
feel good !!!! As I have a project written in C++ :
TestXll is my workspacepricing : intenseo4 is one of the different cpp files of
the workspace. I have a problem : -------------------Configuration:
Test_Xll - Win32 OnTheEdgeRelease-------------------- Compiling... Command line warning D4024 : unrecognized source file
type 'XLW_DEBUG', object file assumed Command line warning D4027 : source file 'XLW_DEBUG'
ignored Intenseo4.cpp c:\program files\xlw\xlw\pragmas.h(61) : fatal error
C1083: Cannot open include file: 'yvals.h': No such file or directory Error executing cl.exe. Intenseo4.obj - 1 error(s), 2 warning(s) The following environment variables were not found $(PCG_DIR) $(QL_DIR) $(TEST_DIR) I have put in settings as
include file : tools -> options :: directories :: includes files :: C:\Program
Files\XLW\xlw But I am blocked. Best regards ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hello,
> Command line warning D4024 : unrecognized source file type 'XLW_DEBUG', > object file assumed I think XLW_DEBUG is intended as a preprocessor symbol, but it looks like the compiler has mistakenly identified it as a cpp file. I would double check the project settings. > c:\program files\xlw\xlw\pragmas.h(61) : fatal error C1083: Cannot open > include file: 'yvals.h': No such file or directory yvals.h is one of the standard header files included with Visual Studio and again should be picked up automatically. Again I would double check the project settings - maybe by mistake you set "ignore standard include paths" to true or something. > The following environment variables were not found > > $(PCG_DIR) > > $(QL_DIR) > > $(TEST_DIR) Here it looks like these variables have been specified e.g. for an include path, but the corresponding environment variables haven't been set. Regards, Eric ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |