Click here to Skip to main content
15,902,636 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exit codes Pin
#realJSOP11-Aug-05 23:14
professional#realJSOP11-Aug-05 23:14 
GeneralRe: Exit codes Pin
David Crow12-Aug-05 3:35
David Crow12-Aug-05 3:35 
Generalproblem about password editbox does not show "******" on Windows xp Pin
mike shen11-Aug-05 15:43
mike shen11-Aug-05 15:43 
GeneralRe: problem about password editbox does not show "******" on Windows xp Pin
Jose Lamas Rios11-Aug-05 16:05
Jose Lamas Rios11-Aug-05 16:05 
GeneralRe: problem about password editbox does not show "******" on Windows xp Pin
mike shen11-Aug-05 18:08
mike shen11-Aug-05 18:08 
GeneralRe: problem about password editbox does not show "******" on Windows xp Pin
Jose Lamas Rios11-Aug-05 18:38
Jose Lamas Rios11-Aug-05 18:38 
GeneralRe: problem about password editbox does not show "******" on Windows xp Pin
toxcct11-Aug-05 21:24
toxcct11-Aug-05 21:24 
GeneralProblem passing bitmap paths from C++ to .NET DLL Pin
mpastchenko11-Aug-05 14:39
mpastchenko11-Aug-05 14:39 
Folks here is another one,

I do all operations on bitmaps within .NET DLL project, while the DLL is being used by a C++ project(windows project to be exact). When I perform operations on bitmaps I have to pass locations of them from C++ project to .DLL.

BSTR bla(L"C:\\temp\\TestDLL1.bmp_BGL.bmp");

BSTR bla1(L"C:\\temp\\TestDLL1.bmp_GDI.bmp");


HRESULT hr = myobject->Load2BitmapsfromFile(bla, bla1, 50, &m);

Vb.NET DLL project is set to recieve these path locations as parameters and based on them create bitmaps and more.

The problem raises when I run my C++ project and debug to realize that the strings used to pass bitmap locations to .DLL are now empty. Thus I got nothing useful from that method in DLL.

Any commnets on this would be helpful.

Thank you,

Sincerely,

Max Pastchenko
GeneralRe: Problem passing bitmap paths from C++ to .NET DLL Pin
Christian Graus11-Aug-05 14:49
protectorChristian Graus11-Aug-05 14:49 
GeneralRe: Problem passing bitmap paths from C++ to .NET DLL Pin
mpastchenko12-Aug-05 14:22
mpastchenko12-Aug-05 14:22 
GeneralPass message for the parent to handle Pin
DarkLizener11-Aug-05 12:50
DarkLizener11-Aug-05 12:50 
GeneraliSeries AS400 APIs Pin
Camron11-Aug-05 11:34
Camron11-Aug-05 11:34 
GeneralRe: iSeries AS400 APIs Pin
David Crow12-Aug-05 3:38
David Crow12-Aug-05 3:38 
GeneralRe: iSeries AS400 APIs Pin
Camron12-Aug-05 5:03
Camron12-Aug-05 5:03 
GeneralRe: iSeries AS400 APIs Pin
David Crow12-Aug-05 5:14
David Crow12-Aug-05 5:14 
Questionsend/recv help? Pin
KellyR11-Aug-05 10:55
KellyR11-Aug-05 10:55 
AnswerRe: send/recv help? Pin
fakefur11-Aug-05 13:46
fakefur11-Aug-05 13:46 
GeneralRe: send/recv help? Pin
KellyR11-Aug-05 14:20
KellyR11-Aug-05 14:20 
GeneralRe: send/recv help? Pin
KellyR11-Aug-05 15:52
KellyR11-Aug-05 15:52 
GeneralRe: send/recv help? Pin
Jose Lamas Rios11-Aug-05 15:53
Jose Lamas Rios11-Aug-05 15:53 
GeneralPrevent CDialog activation. Pin
mintguy11-Aug-05 10:51
mintguy11-Aug-05 10:51 
GeneralRe: Prevent CDialog activation. Pin
Jose Lamas Rios11-Aug-05 15:39
Jose Lamas Rios11-Aug-05 15:39 
GeneralRe: Prevent CDialog activation. Pin
ThatsAlok11-Aug-05 18:26
ThatsAlok11-Aug-05 18:26 
GeneralRe: Prevent CDialog activation. Pin
mintguy11-Aug-05 20:21
mintguy11-Aug-05 20:21 
GeneralRe: Prevent CDialog activation. Pin
ThatsAlok11-Aug-05 20:34
ThatsAlok11-Aug-05 20:34 

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.