Click here to Skip to main content
15,922,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Reading a jpeg file Pin
BlackRider4-Nov-03 1:35
BlackRider4-Nov-03 1:35 
Generalfeed Web Browser Control from string Pin
peterchen3-Nov-03 23:04
peterchen3-Nov-03 23:04 
GeneralRe: feed Web Browser Control from string Pin
BadJerry4-Nov-03 0:14
BadJerry4-Nov-03 0:14 
GeneralRe: feed Web Browser Control from string Pin
Jason Henderson4-Nov-03 3:35
Jason Henderson4-Nov-03 3:35 
GeneralCreating multiple Desktops Pin
fordge3-Nov-03 21:18
fordge3-Nov-03 21:18 
GeneralSwitching Between View in MDI Pin
Sreeramachandra3-Nov-03 20:47
Sreeramachandra3-Nov-03 20:47 
GeneralRe: Switching Between View in MDI Pin
souldog3-Nov-03 23:26
souldog3-Nov-03 23:26 
GeneralNested DLL Pin
IceBerG713-Nov-03 20:22
IceBerG713-Nov-03 20:22 
Anyone has a solution to my problem??

The problem is like this:
I need to write an application using Visual Basic 6 which calls a DLL function (Function1) to do some task. Inside this DLL function (Function1), it calls another function in another DLL to do initialization (Function2). THis is done to minimize code repetition as i have another DLL function (Function3) that calls Function2 DLL for initialization as well.

In Visual C++ testing, everything was fine as i use dependency. When i port over to Visual Basic using

Declare Sub Function1 Lib "D:\Function1.dll" ()
Declare Sub Function2 Lib "D:\Function2.dll" ()
Declare Sub Function3 Lib "D:\Function3.dll" ()

It says D:\Function1.dll not found when i use

Call Function1

in my Visual Basic Application although the file is physically there.

If in Function1 in Function1.dll does not call Function2 in Function2.dll, it is ok. I even try to use _dllimport method to import Function2 into my Function1 through some web searching but the problem is still the same.

Hope some experts can enlighten me.

Thanx.

GeneralRe: Nested DLL Pin
Alexander M.,4-Nov-03 2:30
Alexander M.,4-Nov-03 2:30 
GeneralRe: Nested DLL Pin
IceBerG714-Nov-03 15:29
IceBerG714-Nov-03 15:29 
GeneralErasing background Pin
georgiek503-Nov-03 19:50
georgiek503-Nov-03 19:50 
GeneralRe: Erasing background Pin
Alexander M.,4-Nov-03 2:34
Alexander M.,4-Nov-03 2:34 
Questionhow to create an application like property page using dialog class but not propertypage Pin
w_yufeng3-Nov-03 18:58
w_yufeng3-Nov-03 18:58 
QuestionEvent spy? Pin
includeh103-Nov-03 18:56
includeh103-Nov-03 18:56 
Questionsocket question, is it possible in tech? Pin
includeh103-Nov-03 18:47
includeh103-Nov-03 18:47 
AnswerRe: socket question, is it possible in tech? Pin
Alexander M.,4-Nov-03 2:36
Alexander M.,4-Nov-03 2:36 
GeneralLINK:fatal erro LNK1104: can not open file "C:\Program.obj" Pin
Member 6795803-Nov-03 18:43
Member 6795803-Nov-03 18:43 
GeneralRe: LINK:fatal erro LNK1104: can not open file "C:\Program.obj" Pin
Rajesh match3-Nov-03 21:23
Rajesh match3-Nov-03 21:23 
GeneralQuestion for Multi Monitor setting Pin
w_yufeng3-Nov-03 17:38
w_yufeng3-Nov-03 17:38 
GeneralRe: Question for Multi Monitor setting Pin
w_yufeng3-Nov-03 17:43
w_yufeng3-Nov-03 17:43 
Generaldocking a modeless dialog Pin
novachen3-Nov-03 16:53
novachen3-Nov-03 16:53 
GeneralRe: docking a modeless dialog Pin
souldog3-Nov-03 18:35
souldog3-Nov-03 18:35 
GeneralRe: docking a modeless dialog Pin
novachen4-Nov-03 1:22
novachen4-Nov-03 1:22 
GeneralGetting available space in window Pin
FearlessBurner4-Nov-03 2:22
FearlessBurner4-Nov-03 2:22 
QuestionI can't even display the file to screen? Pin
Link26003-Nov-03 16:26
Link26003-Nov-03 16:26 

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.