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

Managed C++/CLI

 
AnswerRe: How to run Linux cpp excutable in winows os? Pin
Luc Pattyn26-Apr-11 17:52
sitebuilderLuc Pattyn26-Apr-11 17:52 
AnswerRe: How to run Linux cpp excutable in winows os? Pin
DaveX8628-Apr-11 7:38
DaveX8628-Apr-11 7:38 
AnswerRe: How to run Linux cpp excutable in winows os? Pin
jschell28-Apr-11 8:32
jschell28-Apr-11 8:32 
QuestionMixed C++/CLI code with Berkeley DB Pin
anti.AS24-Apr-11 23:26
anti.AS24-Apr-11 23:26 
AnswerRe: Mixed C++/CLI code with Berkeley DB Pin
jschell25-Apr-11 8:26
jschell25-Apr-11 8:26 
GeneralRe: Mixed C++/CLI code with Berkeley DB Pin
anti.AS25-Apr-11 8:34
anti.AS25-Apr-11 8:34 
GeneralRe: Mixed C++/CLI code with Berkeley DB Pin
jschell26-Apr-11 8:05
jschell26-Apr-11 8:05 
GeneralRe: Mixed C++/CLI code with Berkeley DB Pin
anti.AS26-Apr-11 10:20
anti.AS26-Apr-11 10:20 
I tried to make the key size (In Query operation) dynamic with "for" loop as the code below.. this was without any benefit:

for (int i=1;i<90000000; i++){
getKey.set_size(i);
getData.set_data(DDData);
getData.set_ulen(28);
getData.set_flags(DB_DBT_USERMEM);
if(SigDb.get(NULL,&getKey,&getData,0)!=DB_NOTFOUND)
Console::WriteLine(" {0},,{1}",Marshal::PtrToStringUni((IntPtr)DDData),i);
}
Marshal::FreeHGlobal(IntPtr(a));
Console::WriteLine("Finish");

Questionboost:asio Pin
Alan Kurlansky22-Apr-11 6:42
Alan Kurlansky22-Apr-11 6:42 
AnswerRe: boost:asio Pin
Richard MacCutchan22-Apr-11 22:42
mveRichard MacCutchan22-Apr-11 22:42 
AnswerRe: boost:asio Pin
Albert Holguin28-Apr-11 15:01
professionalAlbert Holguin28-Apr-11 15:01 
QuestionCursor, converting code from vb.net to c++ Pin
Andreoli Carlo21-Apr-11 2:48
professionalAndreoli Carlo21-Apr-11 2:48 
AnswerRe: Cursor, converting code from vb.net to c++ Pin
Andreoli Carlo21-Apr-11 3:13
professionalAndreoli Carlo21-Apr-11 3:13 
QuestionDeployment of Managed C++ application Pin
pix_programmer14-Apr-11 20:55
pix_programmer14-Apr-11 20:55 
Questioncreating new instance using com smart pointer fails Pin
Dhadhan13-Apr-11 18:18
Dhadhan13-Apr-11 18:18 
AnswerRe: creating new instance using com smart pointer fails Repost Pin
Richard MacCutchan13-Apr-11 22:20
mveRichard MacCutchan13-Apr-11 22:20 
QuestionSounds in .Net. How? Pin
Cyclone_S2-Apr-11 13:26
Cyclone_S2-Apr-11 13:26 
AnswerRe: Sounds in .Net. How? Pin
Richard Andrew x642-Apr-11 16:02
professionalRichard Andrew x642-Apr-11 16:02 
QuestionAny update on Intellisense for C++/CLI in VS2010 Pin
Ger Hayden1-Apr-11 8:44
Ger Hayden1-Apr-11 8:44 
AnswerRe: Any update on Intellisense for C++/CLI in VS2010 Pin
John Schroedl2-Apr-11 13:46
professionalJohn Schroedl2-Apr-11 13:46 
GeneralRe: Any update on Intellisense for C++/CLI in VS2010 Pin
T21026-Apr-11 17:29
T21026-Apr-11 17:29 
QuestionAnimating a snake (aka Snafu) [modified] Pin
Cyclone_S25-Mar-11 14:20
Cyclone_S25-Mar-11 14:20 
AnswerRe: Animating a snake (aka Snafu) Pin
Richard Andrew x6425-Mar-11 14:40
professionalRichard Andrew x6425-Mar-11 14:40 
GeneralRe: Animating a snake (aka Snafu) Pin
Cyclone_S25-Mar-11 14:54
Cyclone_S25-Mar-11 14:54 
GeneralRe: Animating a snake (aka Snafu) Pin
Richard Andrew x6425-Mar-11 14:57
professionalRichard Andrew x6425-Mar-11 14:57 

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.