W wcwcw Unregistered / Unconfirmed GUEST, unregistred user! 2002-11-26 #1 [Linker Error] Unresolved external 'DiretDrawCreate' referenced from D:/WorkSpace /DirectDraw/Main.Obj ???
[Linker Error] Unresolved external 'DiretDrawCreate' referenced from D:/WorkSpace /DirectDraw/Main.Obj ???
Z zw84611 Unregistered / Unconfirmed GUEST, unregistred user! 2002-11-26 #2 main.cpp的DiretDrawCreate函数只有申明,没有定义。
W wcwcw Unregistered / Unconfirmed GUEST, unregistred user! 2002-11-26 #3 <ddraw.h> extern HRESULT WINAPI DirectDrawCreate( GUID FAR *lpGUID, LPDIRECTDRAW FAR *lplpDD, IUnknown FAR *pUnkOuter ); How Can I use this? Thank You!
<ddraw.h> extern HRESULT WINAPI DirectDrawCreate( GUID FAR *lpGUID, LPDIRECTDRAW FAR *lplpDD, IUnknown FAR *pUnkOuter ); How Can I use this? Thank You!
Z zw84611 Unregistered / Unconfirmed GUEST, unregistred user! 2002-11-26 #4 I haven't used BCB ever, but I think you should link with ddraw.lib. Header: Declared in ddraw.h. Import Library: Use ddraw.lib.
I haven't used BCB ever, but I think you should link with ddraw.lib. Header: Declared in ddraw.h. Import Library: Use ddraw.lib.
R resun Unregistered / Unconfirmed GUEST, unregistred user! 2002-11-26 #6 use project->add to project ,to add the .lib file to the project if u have not the lib file,use implib to generate it
use project->add to project ,to add the .lib file to the project if u have not the lib file,use implib to generate it
W wcwcw Unregistered / Unconfirmed GUEST, unregistred user! 2002-11-26 #7 The question has been solved!!! Thanks a lot!!!