|
-
June 19th, 2006, 04:35 PM
#1
AVIFile linker error
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|