Click here to Skip to main content
15,919,028 members
Home / Discussions / C#
   

C#

 
Questionreference can't be found works while in visual studio, but not outside Pin
aei_totten21-May-10 8:07
aei_totten21-May-10 8:07 
QuestionCalling non .net cpp app functions from c# app Pin
JollyGiant196821-May-10 6:22
JollyGiant196821-May-10 6:22 
AnswerRe: Calling non .net cpp app functions from c# app Pin
dan!sh 21-May-10 6:43
professional dan!sh 21-May-10 6:43 
GeneralRe: Calling non .net cpp app functions from c# app Pin
JollyGiant196821-May-10 7:36
JollyGiant196821-May-10 7:36 
AnswerRe: Calling non .net cpp app functions from c# app Pin
Dimitri Witkowski21-May-10 6:44
Dimitri Witkowski21-May-10 6:44 
GeneralRe: Calling non .net cpp app functions from c# app Pin
JollyGiant196821-May-10 7:37
JollyGiant196821-May-10 7:37 
GeneralRe: Calling non .net cpp app functions from c# app Pin
Dimitri Witkowski21-May-10 7:39
Dimitri Witkowski21-May-10 7:39 
AnswerRe: Calling non .net cpp app functions from c# app Pin
Luc Pattyn21-May-10 7:23
sitebuilderLuc Pattyn21-May-10 7:23 
You would use P/Invoke to call your own C or C++ native code, in the same way you can call existing Win32 functions. Here[^] is a little article on the subject. It still is Work In Progress.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

GeneralRe: Calling non .net cpp app functions from c# app Pin
JollyGiant196821-May-10 7:34
JollyGiant196821-May-10 7:34 
AnswerRe: Calling non .net cpp app functions from c# app Pin
David Knechtges21-May-10 7:49
David Knechtges21-May-10 7:49 
GeneralRe: Calling non .net cpp app functions from c# app Pin
Luc Pattyn21-May-10 8:07
sitebuilderLuc Pattyn21-May-10 8:07 
QuestionSending Parameter Pin
future383921-May-10 5:42
future383921-May-10 5:42 
AnswerRe: Sending Parameter Pin
harold aptroot21-May-10 6:09
harold aptroot21-May-10 6:09 
GeneralRe: Sending Parameter Pin
future383921-May-10 6:13
future383921-May-10 6:13 
GeneralRe: Sending Parameter Pin
harold aptroot21-May-10 6:21
harold aptroot21-May-10 6:21 
GeneralRe: Sending Parameter Pin
William Winner21-May-10 7:01
William Winner21-May-10 7:01 
GeneralRe: Sending Parameter Pin
harold aptroot21-May-10 7:10
harold aptroot21-May-10 7:10 
GeneralRe: Sending Parameter Pin
William Winner21-May-10 7:25
William Winner21-May-10 7:25 
GeneralRe: Sending Parameter Pin
harold aptroot21-May-10 7:27
harold aptroot21-May-10 7:27 
GeneralRe: Sending Parameter Pin
harold aptroot21-May-10 7:24
harold aptroot21-May-10 7:24 
AnswerRe: Sending Parameter Pin
William Winner21-May-10 7:19
William Winner21-May-10 7:19 
Questionhow to develop OPC Client using C# Pin
Raghu_M21-May-10 5:19
Raghu_M21-May-10 5:19 
QuestionBest Practices: Checking For Null Objects After Initializing Pin
Wainwrightwt21-May-10 3:24
Wainwrightwt21-May-10 3:24 
AnswerRe: Best Practices: Checking For Null Objects After Initializing Pin
PIEBALDconsult21-May-10 3:35
mvePIEBALDconsult21-May-10 3:35 
AnswerRe: Best Practices: Checking For Null Objects After Initializing Pin
harold aptroot21-May-10 3:36
harold aptroot21-May-10 3:36 

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.