Click here to Skip to main content
15,893,381 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: [C++/CLI] Progressbar doesn't work Pin
Masternoob00716-Mar-11 2:37
Masternoob00716-Mar-11 2:37 
Questionproblem in using library of LFSR Pin
smishtiaqhussain12-Mar-11 9:24
smishtiaqhussain12-Mar-11 9:24 
AnswerRe: problem in using library of LFSR Pin
Richard MacCutchan12-Mar-11 9:48
mveRichard MacCutchan12-Mar-11 9:48 
GeneralRe: problem in using library of LFSR Pin
smishtiaqhussain12-Mar-11 10:49
smishtiaqhussain12-Mar-11 10:49 
GeneralRe: problem in using library of LFSR Pin
Richard MacCutchan12-Mar-11 22:29
mveRichard MacCutchan12-Mar-11 22:29 
AnswerRe: problem in using library of LFSR Pin
Luc Pattyn12-Mar-11 9:59
sitebuilderLuc Pattyn12-Mar-11 9:59 
GeneralRe: problem in using library of LFSR Pin
jschell13-Mar-11 10:14
jschell13-Mar-11 10:14 
QuestionProblems using managed C++ DLL's on WinXP and Win2003 Pin
Ole Morten Heien10-Mar-11 21:36
Ole Morten Heien10-Mar-11 21:36 
Hi all.
I have a strange problem. I have tryed local .NET forums and MSDN with no luck but I have faith in you guys Wink | ;-)

Anyway, her's the situation:
We have a Win32 application written in Clarion for Windows. This dev tool produces standard Win32 binary similar to C++. The Clarion Compiler is actually a C++ compiler as well as compiling Clarion code so the result is the same
We allso have a large .NET library we want to utilize in this Clarion software. But since Clarion is not .NET compatible or is able to compile managed code, I had to figure out what to do. The answer was quiet simple actually. C++/CLI was what I was looking for. I then created a small C++ DLL that wrapped my .NET library. This works perfectly and everyone is smiling......until we installed the software on our Windows 2003 Terminal server..... DANG!! Error 0XC0000005!! The Error shows at loading time, before any code is started at all. And of colurse, both FW4 and VC100 is installed...

I have searched the web for hours and hours looking for a solution. Nothing

My postings on local forums and MSDN all results in answers like
"You have a bug"
"Run the debugger and check where it stops"
etc. etc.
Noone seems to care of my initial posting that clearly tells that the error shows at startup/loading of the DLL.

I actually gave up this and changed my .NET application into an EXE file, calling it from Clarion and passing parameters to reach stuff. A silly and lousy workaround, but at least, the program does what it is supposed to do. But I thought, what the heck... I'l give CodeProject a go. Maybe someone here have seen this some time...
-----------------------------
Speaking nordic language?
Why not visiting irc.c-c.no and join #C# or #VisualBasic
-----------------------------

AnswerRe: Problems using managed C++ DLL's on WinXP and Win2003 Pin
Richard MacCutchan10-Mar-11 22:48
mveRichard MacCutchan10-Mar-11 22:48 
GeneralRe: Problems using managed C++ DLL's on WinXP and Win2003 Pin
Ole Morten Heien10-Mar-11 22:55
Ole Morten Heien10-Mar-11 22:55 
GeneralRe: Problems using managed C++ DLL's on WinXP and Win2003 Pin
Richard MacCutchan10-Mar-11 23:46
mveRichard MacCutchan10-Mar-11 23:46 
GeneralRe: Problems using managed C++ DLL's on WinXP and Win2003 Pin
Ole Morten Heien11-Mar-11 0:13
Ole Morten Heien11-Mar-11 0:13 
GeneralRe: Problems using managed C++ DLL's on WinXP and Win2003 Pin
Richard MacCutchan11-Mar-11 0:19
mveRichard MacCutchan11-Mar-11 0:19 
GeneralRe: Problems using managed C++ DLL's on WinXP and Win2003 Pin
Ole Morten Heien11-Mar-11 0:37
Ole Morten Heien11-Mar-11 0:37 
GeneralRe: Problems using managed C++ DLL's on WinXP and Win2003 Pin
John Schroedl11-Mar-11 3:22
professionalJohn Schroedl11-Mar-11 3:22 
GeneralRe: Problems using managed C++ DLL's on WinXP and Win2003 Pin
Ole Morten Heien11-Mar-11 3:32
Ole Morten Heien11-Mar-11 3:32 
QuestionContextMenuStrip Pin
Milton N10-Mar-11 15:50
Milton N10-Mar-11 15:50 
QuestionCreating XML file from C++/CLI code [modified] Pin
pix_programmer10-Mar-11 0:56
pix_programmer10-Mar-11 0:56 
AnswerRe: Creating XML file from C++/CLI code Pin
Richard MacCutchan10-Mar-11 3:35
mveRichard MacCutchan10-Mar-11 3:35 
AnswerRe: Creating XML file from C++/CLI code Pin
Ger Hayden10-Mar-11 9:25
Ger Hayden10-Mar-11 9:25 
QuestionRe: Creating XML file from C++/CLI code Pin
pix_programmer10-Mar-11 23:07
pix_programmer10-Mar-11 23:07 
AnswerRe: Creating XML file from C++/CLI code Pin
Ger Hayden11-Mar-11 8:11
Ger Hayden11-Mar-11 8:11 
Questionget client's screen size Pin
fzerd9-Mar-11 20:08
fzerd9-Mar-11 20:08 
AnswerRe: get client's screen size Pin
Richard MacCutchan9-Mar-11 22:21
mveRichard MacCutchan9-Mar-11 22:21 
AnswerRe: get client's screen size Pin
John Schroedl10-Mar-11 3:31
professionalJohn Schroedl10-Mar-11 3:31 

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.