Hi,
here's my problem: All compiles ok but the linker gives me an error about the ATIExtensions.lib. It sayd that the .lib file had different attributes than my project. Or so I undestood. My project has all the multithreading etc. that GLUT uses. Do I need some compiler parameters or a different .lib? Also my program crashes when trying to access glActiveTextureARB(), supposedly because of the issue with the ATIExtensions.lib.
I use Radeon 8500 and VC++6 SP5.
Any ideas?
[edit]
more info. Here's the whole message:
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
here's my problem: All compiles ok but the linker gives me an error about the ATIExtensions.lib. It sayd that the .lib file had different attributes than my project. Or so I undestood. My project has all the multithreading etc. that GLUT uses. Do I need some compiler parameters or a different .lib? Also my program crashes when trying to access glActiveTextureARB(), supposedly because of the issue with the ATIExtensions.lib.
I use Radeon 8500 and VC++6 SP5.
Any ideas?
[edit]
more info. Here's the whole message:
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
Last edited: