Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUse ColeDataObject Pin
MKC00223-Jul-10 0:51
MKC00223-Jul-10 0:51 
AnswerRe: Use ColeDataObject Pin
David Crow23-Jul-10 3:13
David Crow23-Jul-10 3:13 
QuestionMessage Removed Pin
23-Jul-10 0:23
viduran23-Jul-10 0:23 
AnswerRe: How to call dll in wince app Pin
Cedric Moonen23-Jul-10 0:46
Cedric Moonen23-Jul-10 0:46 
GeneralRe: How to call dll in wince app Pin
viduran23-Jul-10 0:51
viduran23-Jul-10 0:51 
GeneralRe: How to call dll in wince app Pin
Cedric Moonen23-Jul-10 0:57
Cedric Moonen23-Jul-10 0:57 
GeneralRe: How to call dll in wince app Pin
viduran23-Jul-10 1:04
viduran23-Jul-10 1:04 
GeneralRe: How to call dll in wince app Pin
Rajesh R Subramanian23-Jul-10 6:02
professionalRajesh R Subramanian23-Jul-10 6:02 
induvijay wrote:
"Error 1 error C2664: 'GetProcAddressW' : cannot convert parameter 2 from 'const char [6]' to 'LPCWSTR' c:\Users\Indumathi\Documents\Visual Studio 2005\Projects\Win32 DLL\Win32 DLL\NestedDLL.cpp 33"


This is because you're either explicitly calling GetProcAddressW (which is not the best way of doing it) or your project is Unicode. In either case, you're using char, but you should be using wchar_t for the call to succeed. Or do an ANSI build, which would call GetProcAddressA.
It's time for a new sig. Seriously.

AnswerRe: How to call dll in wince app Pin
Richard MacCutchan23-Jul-10 0:49
mveRichard MacCutchan23-Jul-10 0:49 
GeneralRe: How to call dll in wince app Pin
viduran23-Jul-10 0:52
viduran23-Jul-10 0:52 
GeneralRe: How to call dll in wince app Pin
Richard MacCutchan23-Jul-10 2:24
mveRichard MacCutchan23-Jul-10 2:24 
GeneralMessage Removed Pin
23-Jul-10 2:50
viduran23-Jul-10 2:50 
GeneralRe: How to call dll in wince app Pin
Richard MacCutchan23-Jul-10 4:27
mveRichard MacCutchan23-Jul-10 4:27 
QuestionScrolling is not working ScrollView Pin
Anu_Bala22-Jul-10 23:03
Anu_Bala22-Jul-10 23:03 
AnswerRe: Scrolling is not working ScrollView Pin
Cedric Moonen22-Jul-10 23:11
Cedric Moonen22-Jul-10 23:11 
GeneralRe: Scrolling is not working ScrollView Pin
Anu_Bala22-Jul-10 23:44
Anu_Bala22-Jul-10 23:44 
Question32 bitmap and gdi+ problem Pin
rjkg22-Jul-10 23:01
rjkg22-Jul-10 23:01 
QuestionRe: 32 bitmap and gdi+ problem Pin
Niklas L22-Jul-10 23:14
Niklas L22-Jul-10 23:14 
AnswerRe: 32 bitmap and gdi+ problem Pin
rjkg22-Jul-10 23:37
rjkg22-Jul-10 23:37 
GeneralRe: 32 bitmap and gdi+ problem Pin
S p k 52123-Jul-10 0:28
S p k 52123-Jul-10 0:28 
GeneralRe: 32 bitmap and gdi+ problem Pin
rjkg23-Jul-10 0:40
rjkg23-Jul-10 0:40 
GeneralRe: 32 bitmap and gdi+ problem Pin
S p k 52123-Jul-10 0:51
S p k 52123-Jul-10 0:51 
GeneralRe: 32 bitmap and gdi+ problem [modified] Pin
rjkg23-Jul-10 0:59
rjkg23-Jul-10 0:59 
AnswerRe: 32 bitmap and gdi+ problem Pin
Joe Woodbury23-Jul-10 7:02
professionalJoe Woodbury23-Jul-10 7:02 
GeneralRe: 32 bitmap and gdi+ problem Pin
rjkg24-Jul-10 0:01
rjkg24-Jul-10 0:01 

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.