Click here to Skip to main content
15,925,782 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Am i defining this struct wrong? Pin
Maxwell Chen3-May-02 2:52
Maxwell Chen3-May-02 2:52 
AnswerRe: Am i defining this struct wrong? Pin
Navin3-May-02 3:00
Navin3-May-02 3:00 
GeneralRe: Am i defining this struct wrong? Pin
Brian Delahunty3-May-02 4:11
Brian Delahunty3-May-02 4:11 
GeneralRe: Am i defining this struct wrong? Pin
Navin3-May-02 4:27
Navin3-May-02 4:27 
GeneralRe: Am i defining this struct wrong? Pin
Brian Delahunty3-May-02 4:40
Brian Delahunty3-May-02 4:40 
AnswerRe: Am i defining this struct wrong? Pin
Tom Archer3-May-02 3:20
Tom Archer3-May-02 3:20 
AnswerRe: Am i defining this struct wrong? Pin
Brian Delahunty3-May-02 4:12
Brian Delahunty3-May-02 4:12 
GeneralLink problem (using avifile) Pin
Zizilamoroso3-May-02 1:23
Zizilamoroso3-May-02 1:23 
Again some newbie-problems Poke tongue | ;-P

I want to use the AVIFile API in my c++ project. Including the "Vfw.h" header file is not a problem, the various datatypes such as PAVIFILE can be used.

But when the project tries to link to the windows dll (mswfv32.dll), the linker says:
Linking...
AviKaka.obj : error LNK2001: unresolved external symbol _AVIFileInit@0
AviKaka.obj : error LNK2001: unresolved external symbol _AVIFileExit@0
Debug/MultiKaka.exe : fatal error LNK1120: 2 unresolved externals

I've already tried to add the dll manualy in project->settings->debug->additional_dlls

So, I guess this is probably a how-to-call-a-dll-topic Confused | :confused:
Inluding the headerfile is not enough Confused | :confused:



[VISUAL STUDIO 6.0] [MFC] [WIN98/2]

Dead | X| Bluute tette! Dead | X|
GeneralRe: Link problem (using avifile) Pin
3-May-02 1:37
suss3-May-02 1:37 
GeneralRe: Link problem (using avifile) Pin
Zizilamoroso3-May-02 1:52
Zizilamoroso3-May-02 1:52 
GeneralRe: Link problem (using avifile) Pin
.::RockNix::.3-May-02 1:37
.::RockNix::.3-May-02 1:37 
GeneralRe: Link problem (using avifile) Pin
Zizilamoroso3-May-02 1:55
Zizilamoroso3-May-02 1:55 
GeneralRe: Link problem (using avifile) Pin
Maxwell Chen3-May-02 2:01
Maxwell Chen3-May-02 2:01 
GeneralRe: Link problem (using avifile) Pin
.::RockNix::.3-May-02 2:08
.::RockNix::.3-May-02 2:08 
GeneralRe: Link problem (using avifile) Pin
3-May-02 3:42
suss3-May-02 3:42 
GeneralRe: Link problem (using avifile) Pin
Zizilamoroso3-May-02 2:42
Zizilamoroso3-May-02 2:42 
GeneralRe: Link problem (using avifile) Pin
Zizilamoroso3-May-02 2:58
Zizilamoroso3-May-02 2:58 
GeneralRe: Link problem (using avifile) Pin
Michael P Butler3-May-02 2:49
Michael P Butler3-May-02 2:49 
GeneralRe: Link problem (using avifile) Pin
Zizilamoroso3-May-02 3:03
Zizilamoroso3-May-02 3:03 
GeneralHandle the WM_NCLBUTTONDOWN Pin
Eugene Pustovoyt3-May-02 0:33
Eugene Pustovoyt3-May-02 0:33 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
Michael P Butler3-May-02 4:24
Michael P Butler3-May-02 4:24 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
Eugene Pustovoyt3-May-02 8:07
Eugene Pustovoyt3-May-02 8:07 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
PJ Arends3-May-02 10:38
professionalPJ Arends3-May-02 10:38 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
Eugene Pustovoyt3-May-02 17:38
Eugene Pustovoyt3-May-02 17:38 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
PJ Arends3-May-02 19:39
professionalPJ Arends3-May-02 19:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.