Click here to Skip to main content
16,004,678 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to make a CListCtrl in report-mode without Columns ? Pin
ohadp4-May-04 21:50
ohadp4-May-04 21:50 
GeneralRe: how to make a CListCtrl in report-mode without Columns ? Pin
Rafael Fernández López5-May-04 4:19
Rafael Fernández López5-May-04 4:19 
GeneralAbout "strange" EditBox notifications behavior, while in single line & multiline option Pin
kenjox4-May-04 19:22
kenjox4-May-04 19:22 
GeneralRe: About "strange" EditBox notifications behavior, while in single line & multiline option Pin
alex.barylski4-May-04 21:39
alex.barylski4-May-04 21:39 
GeneralRe: About "strange" EditBox notifications behavior, while in single line & multiline option Pin
kenjox4-May-04 21:55
kenjox4-May-04 21:55 
GeneralMAPI Pin
asv4-May-04 19:18
asv4-May-04 19:18 
GeneralRe: MAPI Pin
Michael P Butler5-May-04 1:50
Michael P Butler5-May-04 1:50 
GeneralFileNotFoundException - File or assembly name.. or.. dependencies.. not found Pin
Member 24974064-May-04 19:11
Member 24974064-May-04 19:11 
Hi all,

I was wondering if someone can shed some insight into this problem i'm having. I am decent with C++ but very new to managed C++.

I have a managed c++ class library which wraps some unmanaged c++ code. At the moment i'm using a test harness which is a C++.NET Windows Forms Application project. (I have also tried writing the Test harness in VB.NET and C# but got the same error).

What happens is that when i start up the test harness, the form loads, but when i click the button to run the function i am testing from the class library, i get the error i have pasted below.

I have tried explicitly defining the path of the class library's output directory using the Reference Path project property, and have also tried copying the project output manually into the test harness' executable dir. ANd now i'm not sure what else to try!

Thanks in advance for any help/info..

idkrome

The error output is below:
----
'TestImagePreviewReaderCPP.exe': Loaded 'C:\Development\projects\PerforceRoot\CodeLibrary\ImagePreviewReader\Debug\ImagePreviewReader.dll', Symbols loaded.
'TestImagePreviewReaderCPP.exe': Unloaded 'C:\Development\projects\PerforceRoot\CodeLibrary\ImagePreviewReader\Debug\ImagePreviewReader.dll'
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in system.windows.forms.dll

Additional information: File or assembly name ImagePreviewReader, or one of its dependencies, was not found.
GeneralTrouble using SetDCBrushColor Pin
myanonym4-May-04 17:47
myanonym4-May-04 17:47 
GeneralRe: Trouble using SetDCBrushColor Pin
PJ Arends4-May-04 19:11
professionalPJ Arends4-May-04 19:11 
GeneralExport DLL to two processes Pin
Anonymous4-May-04 17:46
Anonymous4-May-04 17:46 
GeneralRe: Export DLL to two processes Pin
Jitendra gangwar4-May-04 21:04
Jitendra gangwar4-May-04 21:04 
GeneralRe: Export DLL to two processes Pin
jetournier5-May-04 2:24
jetournier5-May-04 2:24 
GeneralUnexplained error - Declaration terminated incorrectly Pin
tunerica4-May-04 17:20
tunerica4-May-04 17:20 
GeneralRe: Unexplained error - Declaration terminated incorrectly Pin
John R. Shaw4-May-04 18:54
John R. Shaw4-May-04 18:54 
GeneralRe: Unexplained error - Declaration terminated incorrectly Pin
tunerica4-May-04 23:17
tunerica4-May-04 23:17 
GeneralNeed Simple Code to Display a JPG on a Dialog Window Pin
toothless boots4-May-04 16:55
toothless boots4-May-04 16:55 
GeneralRe: Need Simple Code to Display a JPG on a Dialog Window Pin
Monty24-May-04 18:57
Monty24-May-04 18:57 
Generaltranslate this code from Ansi C to C++ (file related) Pin
kfaday4-May-04 16:19
kfaday4-May-04 16:19 
GeneralRe: translate this code from Ansi C to C++ (file related) Pin
Christian Graus4-May-04 16:53
protectorChristian Graus4-May-04 16:53 
GeneralRe: translate this code from Ansi C to C++ (file related) Pin
Joe Woodbury4-May-04 19:47
professionalJoe Woodbury4-May-04 19:47 
GeneralRe: translate this code from Ansi C to C++ (file related) Pin
Anonymous4-May-04 20:22
Anonymous4-May-04 20:22 
GeneralRe: translate this code from Ansi C to C++ (file related) Pin
RChin4-May-04 23:15
RChin4-May-04 23:15 
GeneralRe: translate this code from Ansi C to C++ (file related) Pin
toxcct4-May-04 23:36
toxcct4-May-04 23:36 
GeneralRe: translate this code from Ansi C to C++ (file related) Pin
Prakash Nadar5-May-04 0:05
Prakash Nadar5-May-04 0:05 

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.