slapy
June 19th, 2006, 04:35 PM
Hello,
I was wondering if anybody could help me out with an error I always get:
Trying to build the simple project below I always get "[Linker error] undefined reference to `AVIFileInit@0'"
I am Using Dev-C++ and added the libraries vfw32.lib and winmm.lib.
code:
#include <windows.h>
#include <iostream>
#include "vfw.h"
int main(int argc, char *argv[]){
AVIFileInit();
system("PAUSE");
return EXIT_SUCCESS;
}
I would really appreciate if someone could give me a short hint,
best regards,
slapy
I was wondering if anybody could help me out with an error I always get:
Trying to build the simple project below I always get "[Linker error] undefined reference to `AVIFileInit@0'"
I am Using Dev-C++ and added the libraries vfw32.lib and winmm.lib.
code:
#include <windows.h>
#include <iostream>
#include "vfw.h"
int main(int argc, char *argv[]){
AVIFileInit();
system("PAUSE");
return EXIT_SUCCESS;
}
I would really appreciate if someone could give me a short hint,
best regards,
slapy