Click here to Skip to main content
15,895,557 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to get a bitmap image from part of a larger bitmap? [modified] Pin
hpjchobbes5-Jan-07 15:31
hpjchobbes5-Jan-07 15:31 
AnswerRe: How to get a bitmap image from part of a larger bitmap? Pin
Luc Pattyn5-Jan-07 17:21
sitebuilderLuc Pattyn5-Jan-07 17:21 
Questionhow to check your sql for ANSI complaint Pin
WayneGretzky5-Jan-07 9:41
WayneGretzky5-Jan-07 9:41 
AnswerRe: how to check your sql for ANSI complaint Pin
Christian Graus5-Jan-07 9:48
protectorChristian Graus5-Jan-07 9:48 
Questionc++ from c# Pin
picazo5-Jan-07 8:42
picazo5-Jan-07 8:42 
AnswerRe: c++ from c# Pin
Luc Pattyn5-Jan-07 8:50
sitebuilderLuc Pattyn5-Jan-07 8:50 
GeneralRe: c++ from c# Pin
picazo5-Jan-07 9:08
picazo5-Jan-07 9:08 
GeneralRe: c++ from c# Pin
Luc Pattyn5-Jan-07 9:32
sitebuilderLuc Pattyn5-Jan-07 9:32 
Hi,

HRESULT ending on 007E means good old ERROR_MOD_NOT_FOUND, so module not found,
meaning a needed dll file is not found at run-time

If I understand correctly you are using three modules:
1. your main program (C#), being an EXE file
2. your managed C++ adapter class in a DLL
3. your unmanaged C++ whatever, in another DLL

unfortunately it is not clear which module is not found.


I guess (and hope) you have 1. and 2. as two projects within a single solution
in Visual Studio, so it should be perfectly possible to single-step as long as
you do not access anything in 3.

to make sure the managed C++ works, add another class to it, something
that does not need 3. (e.g. a simple function that returns the sum of two integers)
and try using that first;
if that succeeds, continue with the adapter itself.

Smile | :)




Luc Pattyn

GeneralRe: c++ from c# Pin
picazo5-Jan-07 9:49
picazo5-Jan-07 9:49 
GeneralRe: c++ from c# Pin
Luc Pattyn5-Jan-07 10:13
sitebuilderLuc Pattyn5-Jan-07 10:13 
GeneralRe: c++ from c# Pin
Luc Pattyn5-Jan-07 10:36
sitebuilderLuc Pattyn5-Jan-07 10:36 
GeneralRe: c++ from c# Pin
Steve Hansen5-Jan-07 22:40
Steve Hansen5-Jan-07 22:40 
GeneralRe: c++ from c# Pin
Luc Pattyn6-Jan-07 3:49
sitebuilderLuc Pattyn6-Jan-07 3:49 
AnswerRe: c++ from c# Pin
Christian Graus5-Jan-07 9:46
protectorChristian Graus5-Jan-07 9:46 
QuestionTreeview and xml???????????? Pin
sajid.salim.khan5-Jan-07 8:41
sajid.salim.khan5-Jan-07 8:41 
AnswerRe: Treeview and xml???????????? Pin
Nader Elshehabi5-Jan-07 11:09
Nader Elshehabi5-Jan-07 11:09 
GeneralRe: Treeview and xml???????????? Pin
Stefan Troschuetz5-Jan-07 22:12
Stefan Troschuetz5-Jan-07 22:12 
GeneralRe: Treeview and xml???????????? Pin
Nader Elshehabi5-Jan-07 23:08
Nader Elshehabi5-Jan-07 23:08 
AnswerRe: Treeview and xml???????????? Pin
Larantz5-Jan-07 13:47
Larantz5-Jan-07 13:47 
AnswerRe: Treeview and xml???????????? Pin
Stefan Troschuetz5-Jan-07 22:14
Stefan Troschuetz5-Jan-07 22:14 
Questionhow do i Read an Excell file Pin
Iridania5-Jan-07 8:41
Iridania5-Jan-07 8:41 
AnswerRe: how do i Read an Excell file Pin
Christian Graus5-Jan-07 9:51
protectorChristian Graus5-Jan-07 9:51 
AnswerRe: how do i Read an Excell file Pin
MartyExodus5-Jan-07 18:14
MartyExodus5-Jan-07 18:14 
QuestionPreventing Form Focus Pin
kmuthuk5-Jan-07 8:11
kmuthuk5-Jan-07 8:11 
AnswerRe: Preventing Form Focus Pin
Luc Pattyn5-Jan-07 8:39
sitebuilderLuc Pattyn5-Jan-07 8:39 

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.