Click here to Skip to main content
15,900,589 members
Home / Discussions / C#
   

C#

 
JokeRe: String concadination Pin
Henry Minute2-Apr-09 2:01
Henry Minute2-Apr-09 2:01 
GeneralRe: String concadination Pin
Megidolaon2-Apr-09 20:25
Megidolaon2-Apr-09 20:25 
AnswerRe: String concadination Pin
Henry Minute2-Apr-09 2:07
Henry Minute2-Apr-09 2:07 
GeneralRe: String concadination Pin
Luc Pattyn2-Apr-09 4:17
sitebuilderLuc Pattyn2-Apr-09 4:17 
GeneralRe: String concadination Pin
Henry Minute2-Apr-09 4:23
Henry Minute2-Apr-09 4:23 
GeneralRe: String concadination Pin
Luc Pattyn2-Apr-09 4:42
sitebuilderLuc Pattyn2-Apr-09 4:42 
QuestionUnmanaged code with C# Pin
kalivos1-Apr-09 18:15
kalivos1-Apr-09 18:15 
AnswerRe: Unmanaged code with C# Pin
Fernando A. Gomez F.1-Apr-09 21:14
Fernando A. Gomez F.1-Apr-09 21:14 
kalivos wrote:
__declspec(dllexport) string encrypt(char* data, char* key)


Hello. What's that string thingy? Did you mean std::string? If so, I don't think it's possible to import it since encrypt function is not returning a POD. My guess is that you should either change std::string to a char* or use C++/CLI instead.

As said, it's only my guess. Perhaps others could aid you better.



Stupidity is an International Association - Enrique Jardiel Poncela

Questionattachment encoding base64 Pin
anilaabc1-Apr-09 18:13
anilaabc1-Apr-09 18:13 
Questionint[] sort Pin
yesu prakash1-Apr-09 17:49
yesu prakash1-Apr-09 17:49 
AnswerRe: int[] sort Pin
Judah Gabriel Himango1-Apr-09 17:54
sponsorJudah Gabriel Himango1-Apr-09 17:54 
AnswerRe: int[] sort Pin
N a v a n e e t h1-Apr-09 18:02
N a v a n e e t h1-Apr-09 18:02 
GeneralRe: int[] sort Pin
Judah Gabriel Himango2-Apr-09 4:01
sponsorJudah Gabriel Himango2-Apr-09 4:01 
GeneralRe: int[] sort Pin
Luc Pattyn2-Apr-09 4:24
sitebuilderLuc Pattyn2-Apr-09 4:24 
GeneralRe: int[] sort Pin
Judah Gabriel Himango2-Apr-09 5:13
sponsorJudah Gabriel Himango2-Apr-09 5:13 
GeneralRe: int[] sort Pin
Luc Pattyn2-Apr-09 5:22
sitebuilderLuc Pattyn2-Apr-09 5:22 
GeneralRe: int[] sort Pin
Judah Gabriel Himango2-Apr-09 5:34
sponsorJudah Gabriel Himango2-Apr-09 5:34 
GeneralRe: int[] sort Pin
Luc Pattyn2-Apr-09 6:02
sitebuilderLuc Pattyn2-Apr-09 6:02 
GeneralRe: int[] sort Pin
Judah Gabriel Himango2-Apr-09 6:07
sponsorJudah Gabriel Himango2-Apr-09 6:07 
GeneralRe: int[] sort Pin
Luc Pattyn2-Apr-09 6:13
sitebuilderLuc Pattyn2-Apr-09 6:13 
GeneralRe: int[] sort Pin
Henry Minute2-Apr-09 4:27
Henry Minute2-Apr-09 4:27 
GeneralRe: int[] sort [modified] Pin
Judah Gabriel Himango2-Apr-09 5:16
sponsorJudah Gabriel Himango2-Apr-09 5:16 
GeneralRe: int[] sort Pin
Henry Minute2-Apr-09 6:25
Henry Minute2-Apr-09 6:25 
QuestionCreate table with DrawRectangle..?? Pin
iman_ridwan1-Apr-09 17:39
iman_ridwan1-Apr-09 17:39 
AnswerRe: Create table with DrawRectangle..?? Pin
Judah Gabriel Himango1-Apr-09 17:49
sponsorJudah Gabriel Himango1-Apr-09 17:49 

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.