Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
GeneralRe: Space Key problem Pin
mihksoft2-Oct-07 2:37
mihksoft2-Oct-07 2:37 
GeneralRe: Space Key problem Pin
Pete O'Hanlon2-Oct-07 2:39
mvePete O'Hanlon2-Oct-07 2:39 
GeneralRe: Space Key problem Pin
Justin Perez2-Oct-07 2:41
Justin Perez2-Oct-07 2:41 
GeneralRe: Space Key problem Pin
mihksoft2-Oct-07 2:45
mihksoft2-Oct-07 2:45 
GeneralRe: Space Key problem Pin
Justin Perez2-Oct-07 2:49
Justin Perez2-Oct-07 2:49 
GeneralRe: Space Key problem Pin
leppie2-Oct-07 4:50
leppie2-Oct-07 4:50 
QuestionHow to expose std::vector in C Sharp Pin
Dhanesh Nair2-Oct-07 0:35
Dhanesh Nair2-Oct-07 0:35 
AnswerRe: How to expose std::vector in C Sharp Pin
Judah Gabriel Himango2-Oct-07 4:21
sponsorJudah Gabriel Himango2-Oct-07 4:21 
This is going to be very difficult because C# has no knowledge of std::vector, your STAGE_INFO struct, and to worsen things, your struct has std:string objects in it, which C# also has no knowledge of.

Instead of trying to make C# see all this stuff, could you instead expose functions that get data from the vector and return it in a C# friendly way? This could be done either using standard exported C functions or by using a C++/CLI wrapper which is then available to the managed world.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: 3 years of marriage
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


QuestionClass with symbol [modified] Pin
N a v a n e e t h2-Oct-07 0:24
N a v a n e e t h2-Oct-07 0:24 
AnswerRe: Class with symbol Pin
Christian Graus2-Oct-07 0:32
protectorChristian Graus2-Oct-07 0:32 
GeneralRe: Class with symbol Pin
Jens Meyer2-Oct-07 0:42
Jens Meyer2-Oct-07 0:42 
GeneralRe: Class with symbol Pin
J4amieC2-Oct-07 0:47
J4amieC2-Oct-07 0:47 
GeneralRe: Class with symbol Pin
N a v a n e e t h2-Oct-07 0:48
N a v a n e e t h2-Oct-07 0:48 
GeneralRe: Class with symbol Pin
Pete O'Hanlon2-Oct-07 0:56
mvePete O'Hanlon2-Oct-07 0:56 
GeneralRe: Class with symbol Pin
N a v a n e e t h2-Oct-07 0:59
N a v a n e e t h2-Oct-07 0:59 
GeneralRe: Class with symbol Pin
Pete O'Hanlon2-Oct-07 1:21
mvePete O'Hanlon2-Oct-07 1:21 
GeneralRe: Class with symbol Pin
Judah Gabriel Himango2-Oct-07 4:15
sponsorJudah Gabriel Himango2-Oct-07 4:15 
AnswerRe: Class with symbol Pin
DavidNohejl2-Oct-07 1:04
DavidNohejl2-Oct-07 1:04 
GeneralRe: Class with symbol Pin
N a v a n e e t h2-Oct-07 1:08
N a v a n e e t h2-Oct-07 1:08 
QuestionVisual C# Button Link to website Pin
Benjamin Dodd2-Oct-07 0:16
Benjamin Dodd2-Oct-07 0:16 
AnswerRe: Visual C# Button Link to website Pin
N a v a n e e t h2-Oct-07 0:26
N a v a n e e t h2-Oct-07 0:26 
GeneralRe: Visual C# Button Link to website Pin
Benjamin Dodd2-Oct-07 1:15
Benjamin Dodd2-Oct-07 1:15 
GeneralRe: Visual C# Button Link to website Pin
N a v a n e e t h2-Oct-07 1:26
N a v a n e e t h2-Oct-07 1:26 
GeneralRe: Visual C# Button Link to website Pin
Christian Graus2-Oct-07 1:30
protectorChristian Graus2-Oct-07 1:30 
GeneralRe: Visual C# Button Link to website Pin
Benjamin Dodd2-Oct-07 1:33
Benjamin Dodd2-Oct-07 1:33 

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.