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

Managed C++/CLI

 
QuestionGet Command line returned string Pin
wael_r3-Nov-09 22:54
wael_r3-Nov-09 22:54 
QuestionHow to close/hide the console window when window form is open? Pin
santoshkaif1-Nov-09 23:33
santoshkaif1-Nov-09 23:33 
AnswerRe: How to close/hide the console window when window form is open? Pin
N a v a n e e t h1-Nov-09 23:44
N a v a n e e t h1-Nov-09 23:44 
GeneralRe: How to close/hide the console window when window form is open? Pin
santoshkaif2-Nov-09 0:08
santoshkaif2-Nov-09 0:08 
AnswerRe: How to close/hide the console window when window form is open? Pin
Mark Salsbery2-Nov-09 9:07
Mark Salsbery2-Nov-09 9:07 
GeneralRe: How to close/hide the console window when window form is open? Pin
santoshkaif2-Nov-09 17:36
santoshkaif2-Nov-09 17:36 
GeneralRe: How to close/hide the console window when window form is open? Pin
N a v a n e e t h2-Nov-09 20:08
N a v a n e e t h2-Nov-09 20:08 
QuestionMerge exe(of managed and unmanaged code) and dlls into single exe Pin
santoshkaif1-Nov-09 22:55
santoshkaif1-Nov-09 22:55 
Hi,
My VC++ application(managed code) uses unmanaged code library(.lib) and am using VS2005.
During deployment, I also need to send few more dlls along with the exe. I just want all the modules (external dlls to be deployed and the exe) into a single exe.
I tried using ILMerge, but when i run the merged exe it throws up exception as "bad unmanaged code entrypoint". But if i try the same with pure managed code(without any unmanaged lib included), then the merged exe runs fine.
I also tried Netz. Could not successfully run with this too. Pure managed code runs fine here too.

So, clarification i need is whether the exe generated from a code(which has both managed and unmanaged code) can be merged with dlls? if yes, pls let me know the steps too.

Thanks in advance
-Santosh
AnswerRe: Merge exe(of managed and unmanaged code) and dlls into single exe Pin
N a v a n e e t h1-Nov-09 23:28
N a v a n e e t h1-Nov-09 23:28 
GeneralRe: Merge exe(of managed and unmanaged code) and dlls into single exe Pin
santoshkaif1-Nov-09 23:38
santoshkaif1-Nov-09 23:38 
GeneralRe: Merge exe(of managed and unmanaged code) and dlls into single exe Pin
N a v a n e e t h1-Nov-09 23:57
N a v a n e e t h1-Nov-09 23:57 
GeneralRe: Merge exe(of managed and unmanaged code) and dlls into single exe Pin
santoshkaif2-Nov-09 0:06
santoshkaif2-Nov-09 0:06 
QuestionThread injection Pin
csrss30-Oct-09 12:12
csrss30-Oct-09 12:12 
AnswerRe: Thread injection Pin
N a v a n e e t h30-Oct-09 16:44
N a v a n e e t h30-Oct-09 16:44 
GeneralRe: Thread injection Pin
csrss30-Oct-09 17:45
csrss30-Oct-09 17:45 
QuestionRefresh Database Pin
rdop29-Oct-09 22:02
rdop29-Oct-09 22:02 
AnswerRe: Refresh Database Pin
N a v a n e e t h30-Oct-09 16:38
N a v a n e e t h30-Oct-09 16:38 
Question>(resources->GetObject(L"Ythree.Image"))); Pin
ikurtz29-Oct-09 5:16
ikurtz29-Oct-09 5:16 
AnswerRe: >(resources->GetObject(L"Ythree.Image"))); Pin
ikurtz29-Oct-09 5:27
ikurtz29-Oct-09 5:27 
GeneralRe: >(resources->GetObject(L"Ythree.Image"))); Pin
ikurtz29-Oct-09 8:55
ikurtz29-Oct-09 8:55 
GeneralRe: >(resources->GetObject(L"Ythree.Image"))); Pin
ikurtz30-Oct-09 4:26
ikurtz30-Oct-09 4:26 
QuestionUnresolved externals Pin
Lutosław28-Oct-09 23:04
Lutosław28-Oct-09 23:04 
AnswerSolved externals Pin
Lutosław28-Oct-09 23:20
Lutosław28-Oct-09 23:20 
QuestionMemory access exception instantiating c++ native code from /clr c++ code Pin
redivider28-Oct-09 7:37
redivider28-Oct-09 7:37 
AnswerRe: Memory access exception instantiating c++ native code from /clr c++ code Pin
N a v a n e e t h28-Oct-09 15:54
N a v a n e e t h28-Oct-09 15:54 

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.