Click here to Skip to main content
15,885,216 members
Home / Discussions / C#
   

C#

 
AnswerRe: Has anybody ever seen this IO exception before? Pin
led mike2-Mar-09 11:30
led mike2-Mar-09 11:30 
GeneralRe: Has anybody ever seen this IO exception before? Pin
snorkie2-Mar-09 11:42
professionalsnorkie2-Mar-09 11:42 
GeneralRe: Has anybody ever seen this IO exception before? Pin
led mike2-Mar-09 11:56
led mike2-Mar-09 11:56 
GeneralRe: Has anybody ever seen this IO exception before? Pin
snorkie2-Mar-09 12:03
professionalsnorkie2-Mar-09 12:03 
AnswerRe: Has anybody ever seen this IO exception before? Pin
Yusuf2-Mar-09 12:15
Yusuf2-Mar-09 12:15 
AnswerRe: Has anybody ever seen this IO exception before? Pin
pbarrette3-Mar-09 15:30
pbarrette3-Mar-09 15:30 
QuestionHow to create an instance of a c++ class inside a dll in a c# project Pin
EcK3kO2-Mar-09 11:16
EcK3kO2-Mar-09 11:16 
AnswerRe: How to create an instance of a c++ class inside a dll in a c# project Pin
led mike2-Mar-09 11:32
led mike2-Mar-09 11:32 
EcK3kO wrote:
I need to create an instance of a class inside that dll in a c# project


You can't do that.

One thing you can do is wrap that class in a managed class using C++/CLI. There are a massive number of introductory articles and information about CLI on the internet. There is even a series of beginner articles here on Code Project and of course a large amount of information on MSDN.
QuestionEasy memory optimizations? Pin
bbranded2-Mar-09 10:54
bbranded2-Mar-09 10:54 
AnswerRe: Easy memory optimizations? Pin
Dave Kreskowiak2-Mar-09 11:04
mveDave Kreskowiak2-Mar-09 11:04 
GeneralRe: Easy memory optimizations? Pin
Yusuf2-Mar-09 12:20
Yusuf2-Mar-09 12:20 
GeneralRe: Easy memory optimizations? Pin
Dave Kreskowiak2-Mar-09 16:43
mveDave Kreskowiak2-Mar-09 16:43 
AnswerRe: Easy memory optimizations? Pin
Luc Pattyn2-Mar-09 11:26
sitebuilderLuc Pattyn2-Mar-09 11:26 
GeneralRe: Easy memory optimizations? Pin
bbranded2-Mar-09 12:26
bbranded2-Mar-09 12:26 
GeneralRe: Easy memory optimizations? Pin
Luc Pattyn2-Mar-09 12:29
sitebuilderLuc Pattyn2-Mar-09 12:29 
AnswerRe: Easy memory optimizations? Pin
DaveyM692-Mar-09 12:50
professionalDaveyM692-Mar-09 12:50 
GeneralRe: Easy memory optimizations? [modified] Pin
bbranded2-Mar-09 13:01
bbranded2-Mar-09 13:01 
QuestionRegex Pin
Dromar2-Mar-09 10:54
Dromar2-Mar-09 10:54 
AnswerRe: Regex Pin
Maxim Langman2-Mar-09 11:11
Maxim Langman2-Mar-09 11:11 
AnswerRe: Regex Pin
snorkie2-Mar-09 11:23
professionalsnorkie2-Mar-09 11:23 
GeneralRe: Regex Pin
Dromar2-Mar-09 12:12
Dromar2-Mar-09 12:12 
GeneralRe: Regex Pin
snorkie2-Mar-09 13:23
professionalsnorkie2-Mar-09 13:23 
GeneralRe: Regex Pin
Dromar3-Mar-09 5:37
Dromar3-Mar-09 5:37 
QuestionGetting TableName in Tables of DataSet Pin
Maxim Langman2-Mar-09 10:25
Maxim Langman2-Mar-09 10:25 
AnswerRe: Getting TableName in Tables of DataSet Pin
PIEBALDconsult2-Mar-09 12:52
mvePIEBALDconsult2-Mar-09 12:52 

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.