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

Managed C++/CLI

 
GeneralRe: Error while calling VC# function in VC++ Pin
Mark Salsbery4-Oct-08 6:42
Mark Salsbery4-Oct-08 6:42 
AnswerRe: Error while calling VC# function in VC++ [modified] Pin
George L. Jackson1-Oct-08 7:14
George L. Jackson1-Oct-08 7:14 
GeneralRe: Error while calling VC# function in VC++ Pin
Andy Rama3-Oct-08 19:28
Andy Rama3-Oct-08 19:28 
QuestionCOM object in .net whose threading model is STA, not both Pin
Shao Voon Wong28-Sep-08 23:39
mvaShao Voon Wong28-Sep-08 23:39 
QuestionWhy does Debug::Print prints in the release build version? [modified] Pin
Shao Voon Wong28-Sep-08 15:29
mvaShao Voon Wong28-Sep-08 15:29 
AnswerRe: Why does Debug::Print prints in the release build version? Pin
George L. Jackson29-Sep-08 5:50
George L. Jackson29-Sep-08 5:50 
QuestionHow to avoid loading an already loaded shared library Pin
Yashusid25-Sep-08 18:53
Yashusid25-Sep-08 18:53 
AnswerRe: How to avoid loading an already loaded shared library Pin
led mike26-Sep-08 4:37
led mike26-Sep-08 4:37 
Yashusid wrote:
I have one JNI shared libray


As in Java Native Interface? If so this is not even close to being the correct forum. If not then what is it? Supply a link.

In terms of loading modules into Windows Processes put all the modules in a single location. The loader will see that it is already loaded and not load it again.

link[^]

Note Use extreme care when using this value. If LoadLibrary or LoadLibraryEx is called for the same DLL after the DLL is loaded, then the DLL references will not have been resolved. This is because the second call to LoadLibrary or LoadLibraryEx simply returns a handle to the already loaded DLL. In this case, the process is likely to terminate abnormally.


led mike

QuestionMarshal::Copy fails when trying to copy from a char* to a System::Char[] Pin
Cyrilix25-Sep-08 10:50
Cyrilix25-Sep-08 10:50 
GeneralRe: Marshal::Copy fails when trying to copy from a char* to a System::Char[] Pin
George L. Jackson25-Sep-08 11:54
George L. Jackson25-Sep-08 11:54 
GeneralRe: Marshal::Copy fails when trying to copy from a char* to a System::Char[] Pin
Cyrilix25-Sep-08 12:27
Cyrilix25-Sep-08 12:27 
GeneralRe: Marshal::Copy fails when trying to copy from a char* to a System::Char[] Pin
Mark Salsbery25-Sep-08 13:00
Mark Salsbery25-Sep-08 13:00 
QuestionGames and C++/CLI Pin
Cyon11125-Sep-08 0:50
Cyon11125-Sep-08 0:50 
GeneralRe: Games and C++/CLI Pin
George L. Jackson25-Sep-08 4:07
George L. Jackson25-Sep-08 4:07 
Questionarray initilization Pin
staticv24-Sep-08 23:27
staticv24-Sep-08 23:27 
AnswerRe: array initilization Pin
George L. Jackson25-Sep-08 4:00
George L. Jackson25-Sep-08 4:00 
QuestionAttach DLL to Program Pin
DemonPT24-Sep-08 14:03
DemonPT24-Sep-08 14:03 
QuestionUnmanaged string to managed string Pin
N a v a n e e t h23-Sep-08 17:08
N a v a n e e t h23-Sep-08 17:08 
AnswerRe: Unmanaged string to managed string Pin
George L. Jackson23-Sep-08 17:33
George L. Jackson23-Sep-08 17:33 
Question.net runtime eror Pin
balu1234522-Sep-08 9:18
balu1234522-Sep-08 9:18 
AnswerCross Post Pin
led mike23-Sep-08 4:45
led mike23-Sep-08 4:45 
QuestionCalling Windows.Form from MFC with /cli [modified] Pin
ToSchi9819-Sep-08 1:43
ToSchi9819-Sep-08 1:43 
AnswerRe: Calling Windows.Form from MFC with /cli Pin
Mark Salsbery19-Sep-08 6:58
Mark Salsbery19-Sep-08 6:58 
GeneralRe: Calling Windows.Form from MFC with /cli Pin
ToSchi9819-Sep-08 8:58
ToSchi9819-Sep-08 8:58 
GeneralRe: Calling Windows.Form from MFC with /cli Pin
Mark Salsbery19-Sep-08 10:44
Mark Salsbery19-Sep-08 10:44 

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.