Mickey_dup1
03-13-2006, 05:17 AM
Hi, I have some problem to link glut to my project (.NET2003). Linker get these errors:
filter_anisotropic error LNK2019: unresolved external symbol ___glutCreateMenuWithExit@8 referenced in function _glutCreateMenu_ATEXIT_HACK@4
filter_anisotropic error LNK2019: unresolved external symbol ___glutCreateWindowWithExit@8 referenced in function _glutCreateWindow_ATEXIT_HACK@4
filter_anisotropic error LNK2019: unresolved external symbol ___glutInitWithExit@12 referenced in function _glutInit_ATEXIT_HACK@8
filter_anisotropic fatal error LNK1120: 3 unresolved externals
filter_anisotropic warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
filter_anisotropic warning LNK4098: defaultlib 'LIBC' conflicts with use of other libs; use /NODEFAULTLIB:libraryWhat am I wronging? Thanks
filter_anisotropic error LNK2019: unresolved external symbol ___glutCreateMenuWithExit@8 referenced in function _glutCreateMenu_ATEXIT_HACK@4
filter_anisotropic error LNK2019: unresolved external symbol ___glutCreateWindowWithExit@8 referenced in function _glutCreateWindow_ATEXIT_HACK@4
filter_anisotropic error LNK2019: unresolved external symbol ___glutInitWithExit@12 referenced in function _glutInit_ATEXIT_HACK@8
filter_anisotropic fatal error LNK1120: 3 unresolved externals
filter_anisotropic warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
filter_anisotropic warning LNK4098: defaultlib 'LIBC' conflicts with use of other libs; use /NODEFAULTLIB:libraryWhat am I wronging? Thanks