Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Updating Different Areas of a Control Pin
Michael Dunn26-Nov-01 15:24
sitebuilderMichael Dunn26-Nov-01 15:24 
Generalproblems with dll Pin
Stanislav26-Nov-01 10:30
Stanislav26-Nov-01 10:30 
GeneralRe: problems with dll Pin
Joaquín M López Muñoz26-Nov-01 12:25
Joaquín M López Muñoz26-Nov-01 12:25 
GeneralRe: problems with dll Pin
Stanislav27-Nov-01 11:23
Stanislav27-Nov-01 11:23 
GeneralRe: problems with dll Pin
Brad Bruce27-Nov-01 12:02
Brad Bruce27-Nov-01 12:02 
Generalexport and import DLL's Pin
26-Nov-01 9:40
suss26-Nov-01 9:40 
GeneralRe: export and import DLL's Pin
Joaquín M López Muñoz26-Nov-01 9:58
Joaquín M López Muñoz26-Nov-01 9:58 
GeneralRe: export and import DLL's Pin
mimi26-Nov-01 10:27
mimi26-Nov-01 10:27 
I tried it as following:

=============================================
HINSTANCE hInstance;
VERIFY (hInstance = ::LoadLibrary("c:\\windows\\system\\OuterDLL.dll"));

typedef DWORD WINAPI (SQRTPROC) (DWORD,char*); //Line 86
SQRTPROC* pFunc;
VERIFY (pFunc = (SQRTPROC*) ::GetProcAddress(hInstance, "MyFunc"));
==============================================
And I got in compilation the following errors :

MyDLL.cpp(86) : error C2059: syntax error : '('
(87) : error C2065: 'SQRTPROC' : undeclared identifier
(87) : error C2065: 'pFunc' : undeclared identifier
etc...
GeneralRe: export and import DLL's Pin
Joaquín M López Muñoz26-Nov-01 11:33
Joaquín M López Muñoz26-Nov-01 11:33 
Generalleft over IDC_ values in resource.h Pin
Jason Hihn26-Nov-01 7:54
Jason Hihn26-Nov-01 7:54 
GeneralRe: left over IDC_ values in resource.h Pin
Michael Dunn26-Nov-01 9:35
sitebuilderMichael Dunn26-Nov-01 9:35 
GeneralRe: left over IDC_ values in resource.h Pin
Sidney Chong26-Nov-01 15:20
Sidney Chong26-Nov-01 15:20 
GeneralAnti-alias font in WebBrowser control Pin
26-Nov-01 7:39
suss26-Nov-01 7:39 
Generalcommon var for C and C++ Pin
meirav26-Nov-01 6:57
meirav26-Nov-01 6:57 
GeneralRe: common var for C and C++ Pin
Joaquín M López Muñoz26-Nov-01 7:09
Joaquín M López Muñoz26-Nov-01 7:09 
GeneralRe: common var for C and C++ Pin
Nish Nishant26-Nov-01 7:11
sitebuilderNish Nishant26-Nov-01 7:11 
GeneralRadio Box Pin
mvworld26-Nov-01 5:51
mvworld26-Nov-01 5:51 
GeneralRe: Radio Box Pin
Nish Nishant26-Nov-01 6:33
sitebuilderNish Nishant26-Nov-01 6:33 
GeneralRe: Radio Box Pin
26-Nov-01 6:39
suss26-Nov-01 6:39 
GeneralRe: Radio Box Pin
26-Nov-01 7:32
suss26-Nov-01 7:32 
GeneralRe: Radio Box Pin
Michael Dunn26-Nov-01 9:40
sitebuilderMichael Dunn26-Nov-01 9:40 
GeneralMSXML & VC++ Book Pin
Derek Price26-Nov-01 4:40
Derek Price26-Nov-01 4:40 
GeneralRe: MSXML & VC++ Book Pin
Nish Nishant26-Nov-01 6:47
sitebuilderNish Nishant26-Nov-01 6:47 
GeneralRe: MSXML & VC++ Book Pin
Bill Wilson26-Nov-01 7:00
Bill Wilson26-Nov-01 7:00 
GeneralHandle Excel sheet from C++ program Pin
XAlien26-Nov-01 4:24
XAlien26-Nov-01 4:24 

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.