Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to handle program that I create by ShellExecute Pin
Huu Quynh26-Nov-01 3:39
Huu Quynh26-Nov-01 3:39 
AnswerRe: How to handle program that I create by ShellExecute Pin
Nish Nishant26-Nov-01 6:43
sitebuilderNish Nishant26-Nov-01 6:43 
GeneralPlease Help Pin
26-Nov-01 3:18
suss26-Nov-01 3:18 
GeneralRe: Please Help Pin
Christian Graus26-Nov-01 10:12
protectorChristian Graus26-Nov-01 10:12 
GeneralDebug tools Pin
26-Nov-01 3:08
suss26-Nov-01 3:08 
GeneralRe: Debug tools Pin
Eugene Pustovoyt26-Nov-01 3:57
Eugene Pustovoyt26-Nov-01 3:57 
GeneralRe: Debug tools Pin
26-Nov-01 5:28
suss26-Nov-01 5:28 
GeneralDynamic linking Pin
mimi26-Nov-01 2:57
mimi26-Nov-01 2:57 
I have DLL with some functions .
I wrote in vc client program and I need to create Dynamic linking .
How have do it ???

====================================================================
I tried write so :
--------------------
typedef DWORD(SQRTPROC) (DWORD,char*);
HINSTANCE hInstance;
SQRTPROC* pFunc;
VERIFY (hInstance = ::LoadLibrary("c:\\windows\\system\\myDLL.dll"));
VERIFY (pFunc = (SQRTPROC*) ::GetProcAddress(hInstance, "Func1"));

DWORD a = (*pFunc) (1, str); // Call the DLL function
===================================================================
and I got the error :
error LNK2001: unresolved external symbol _Func1@8

Confused | :confused:
GeneralRe: Dynamic linking Pin
Joaquín M López Muñoz26-Nov-01 3:53
Joaquín M López Muñoz26-Nov-01 3:53 
GeneralRe: Dynamic linking. Thanks Pin
26-Nov-01 8:53
suss26-Nov-01 8:53 
QuestionHow to delete some files in system folder Pin
Huu Quynh26-Nov-01 2:53
Huu Quynh26-Nov-01 2:53 
AnswerRe: How to delete some files in system folder Pin
Rickard Andersson2026-Nov-01 9:00
Rickard Andersson2026-Nov-01 9:00 
AnswerRe: How to delete some files in system folder Pin
Michael Dunn26-Nov-01 10:11
sitebuilderMichael Dunn26-Nov-01 10:11 
Generalscreen unit question on playbook maker 4 football Pin
26-Nov-01 1:40
suss26-Nov-01 1:40 
GeneralAdvice ! Pin
Raju7726-Nov-01 1:39
Raju7726-Nov-01 1:39 
GeneralRe: Advice ! Pin
26-Nov-01 3:05
suss26-Nov-01 3:05 
GeneralRe: Advice ! Pin
Raju7726-Nov-01 21:06
Raju7726-Nov-01 21:06 
GeneralRe: Advice ! Pin
27-Nov-01 7:44
suss27-Nov-01 7:44 
GeneralRe: Advice ! Pin
27-Nov-01 7:56
suss27-Nov-01 7:56 
GeneralRe: Advice ! Pin
Hadi Rezaee9-May-02 1:37
Hadi Rezaee9-May-02 1:37 
GeneralContext switch from DOS to Windows.. Pin
Debu26-Nov-01 1:06
Debu26-Nov-01 1:06 
GeneralRe: Context switch from DOS to Windows.. Pin
Nish Nishant26-Nov-01 6:39
sitebuilderNish Nishant26-Nov-01 6:39 
Questionhow to deal with taskbar programmatically? Pin
haiyan_qi25-Nov-01 23:31
haiyan_qi25-Nov-01 23:31 
Generalhelp about levenberg-marquardt method Pin
Gérald Mercet25-Nov-01 23:14
Gérald Mercet25-Nov-01 23:14 
Generalmonitor a RAS connection Pin
cmhi25-Nov-01 23:13
cmhi25-Nov-01 23:13 

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.