renegadeandy wrote:So I think i will download a fresh 1.4.1 and a fresh ackis extension and then re go through the complete tutorial from start to finish and see if its still not working.
that's a good idea...
renegadeandy wrote:IF it doesnt work then, i will probably have to give up on irrlicht for video playback and use something else
I aggree there with Rogerborg !!!
also I'm not sure if Irrlicht is a little bit of an over kill for just playing videos...
ergh, i did it, and it compiled with just the IAVI extension, however, when I try to run even the most simple example of an irrlicht program using the new dll, the following error occurs:
g++ -LC:\Program Files\Irrlicht\irrlicht-1.4.1\lib\Win32-visualstudio -oVideo.exe main.o -lIrrlicht
main.o: In function `ZN3irr4core12irrAllocatorIcE12internal_newEj':
C:/Program Files/Irrlicht/irrlicht-1.4.1/include/irrAllocator.h:(.text+0x90): undefined reference to `_imp___ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKc'
collect2: ld returned 1 exit status
Build error occurred, build is stopped
Time consumed: 875 ms.
the first things that comes in mind are:
did you link against the new lib (libIrrlicht.a) that was newly created ???
did you use the new include files (the ones inside the source folder) ???
and of course, did you use the new dll (the one in the same folder as the new libIrrlicht.a) ???