Click here to Skip to main content
15,889,595 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dll Not Found Pin
Toby Opferman10-Jun-05 6:16
Toby Opferman10-Jun-05 6:16 
GeneralRe: Dll Not Found Pin
Blake Miller10-Jun-05 6:29
Blake Miller10-Jun-05 6:29 
GeneralRe: Dll Not Found Pin
Toby Opferman10-Jun-05 8:02
Toby Opferman10-Jun-05 8:02 
GeneralRe: Dll Not Found Pin
ThatsAlok10-Jun-05 18:03
ThatsAlok10-Jun-05 18:03 
GeneralRe: Dll Not Found Pin
Toby Opferman10-Jun-05 18:47
Toby Opferman10-Jun-05 18:47 
GeneralRe: Dll Not Found Pin
ThatsAlok10-Jun-05 19:11
ThatsAlok10-Jun-05 19:11 
GeneralRe: Dll Not Found Pin
Alexander M.,10-Jun-05 8:17
Alexander M.,10-Jun-05 8:17 
GeneralRe: Dll Not Found Pin
John R. Shaw10-Jun-05 22:06
John R. Shaw10-Jun-05 22:06 
If it is a DLL that is only used by this program then just staticaly link to it and have done with it or copy it to the application folder/directory.

If it is a DLL that is provided by a third party (which the name suggest), then it should be installed in the system directory. Now the system directories location dependes on the oprerating system. This appears to be a problem (unless you are using VBSCRIPT or JAVA), assuming it does not have its' own install program.

If you have a (third party) install creation program, then use it to create your own installation program.

Otherwise; You have one of the following options:
Win31: Windows\system
Win95: Windows\system or Windows\system32
Win98: (see Win95)
WinMe: (see Win95)
WinNT: WinNT\system (dependences on verstion)
Win2000: WinNT\system or WinNT\system32
WinXP: Windows\system or Windows\system32

What all this amounts to is that the OpenCV.??? has to be in the search path.

Ok, don't start pulling out your hair, you'll figure it out.

Good Luck!

INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralAgain Problem Pin
Aqueel10-Jun-05 4:47
Aqueel10-Jun-05 4:47 
GeneralRe: Again Problem Pin
Chris Losinger10-Jun-05 4:50
professionalChris Losinger10-Jun-05 4:50 
GeneralRe: Again Problem Pin
ThatsAlok10-Jun-05 23:48
ThatsAlok10-Jun-05 23:48 
GeneralShared Folder... confused Pin
Roger Garrett10-Jun-05 4:41
Roger Garrett10-Jun-05 4:41 
GeneralRe: Shared Folder... confused Pin
David Crow10-Jun-05 6:14
David Crow10-Jun-05 6:14 
GeneralRe: Shared Folder... confused Pin
Roger Garrett10-Jun-05 6:49
Roger Garrett10-Jun-05 6:49 
GeneralRe: Shared Folder... confused Pin
Garth J Lancaster10-Jun-05 17:45
professionalGarth J Lancaster10-Jun-05 17:45 
GeneralInsane asserts Pin
benjymous10-Jun-05 4:31
benjymous10-Jun-05 4:31 
GeneralRe: Insane asserts Pin
Roger Garrett10-Jun-05 4:46
Roger Garrett10-Jun-05 4:46 
GeneralRe: Insane asserts Pin
benjymous10-Jun-05 5:02
benjymous10-Jun-05 5:02 
GeneralRe: Insane asserts Pin
Roger Garrett10-Jun-05 5:25
Roger Garrett10-Jun-05 5:25 
GeneralRe: Insane asserts Pin
JWood10-Jun-05 5:04
JWood10-Jun-05 5:04 
GeneralRe: Insane asserts Pin
BlackDice10-Jun-05 9:32
BlackDice10-Jun-05 9:32 
GeneralDisable or Enable a Button Pin
Hachaso10-Jun-05 3:51
Hachaso10-Jun-05 3:51 
GeneralGetDlgItem(IDC_YourButton)->EnableWindow(true); Pin
bghuang10-Jun-05 3:58
bghuang10-Jun-05 3:58 
GeneralRe: GetDlgItem(IDC_YourButton)->EnableWindow(true); Pin
Bob Stanneveld10-Jun-05 4:06
Bob Stanneveld10-Jun-05 4:06 
GeneralRe: Disable or Enable a Button Pin
Bob Stanneveld10-Jun-05 4:02
Bob Stanneveld10-Jun-05 4:02 

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.