Click here to Skip to main content
15,889,116 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionUsing .NET 2.0 with .NET 1.1 Pin
Mohammed Derbashi27-Feb-06 22:01
professionalMohammed Derbashi27-Feb-06 22:01 
AnswerRe: Using .NET 2.0 with .NET 1.1 Pin
Sebastian Schneider1-Mar-06 1:12
Sebastian Schneider1-Mar-06 1:12 
QuestionMS .Net 2003 doubt Pin
invinJerry27-Feb-06 18:28
invinJerry27-Feb-06 18:28 
Questionxml in vb.net Pin
bhavz6927-Feb-06 0:32
bhavz6927-Feb-06 0:32 
AnswerRe: xml in vb.net Pin
sathish s27-Feb-06 22:20
sathish s27-Feb-06 22:20 
Questionpaint an icon Pin
taucher_7227-Feb-06 0:17
taucher_7227-Feb-06 0:17 
QuestionMigrating from Java JNI to .NET P/Invoke Pin
Judah Gabriel Himango26-Feb-06 11:59
sponsorJudah Gabriel Himango26-Feb-06 11:59 
AnswerRe: Migrating from Java JNI to .NET P/Invoke Pin
Judah Gabriel Himango27-Feb-06 5:34
sponsorJudah Gabriel Himango27-Feb-06 5:34 
Nevermind, I figured it out. In case anyone's interested, here's what had to be done:

// C++
extern "C" _declspec(dllexport) int _getSpectrumLength()
{
   ...
}


// J# calling code
/** attribute System.Runtime.InteropServices.DllImport("MyCppLibrary.dll") */
native static int _getSpectrumLength();


Obviously some of the C++ methods had to be modified to remove any dependencies on the JNIEnv* and jclass parameters passed to them under JNI, since they aren't passed to them using P/Invoke, but most of the work was quite simple and straightforward.
QuestionHow to create a windows based router from scratch using the latest windows technology (.Net 2.0/WinFX). Pin
w00tmeh25-Feb-06 23:54
w00tmeh25-Feb-06 23:54 
AnswerRe: How to create a windows based router from scratch using the latest windows technology (.Net 2.0/WinFX). Pin
JerryMcguire1-Mar-06 7:01
JerryMcguire1-Mar-06 7:01 
GeneralRe: How to create a windows based router from scratch using the latest windows technology (.Net 2.0/WinFX). Pin
w00tmeh1-Mar-06 9:03
w00tmeh1-Mar-06 9:03 
QuestionNew Process in WinXP Pin
perlom24-Feb-06 1:30
perlom24-Feb-06 1:30 
AnswerRe: New Process in WinXP Pin
hard.disk25-Feb-06 20:12
hard.disk25-Feb-06 20:12 
Questionneed for microsoft .net passport sdk Pin
baskar.G23-Feb-06 20:19
baskar.G23-Feb-06 20:19 
QuestionOnly me can use my assembly ? Pin
Ariston Darmayuda23-Feb-06 17:53
Ariston Darmayuda23-Feb-06 17:53 
AnswerRe: Only me can use my assembly ? Pin
Corinna John25-Feb-06 8:44
Corinna John25-Feb-06 8:44 
GeneralRe: Only me can use my assembly ? Pin
Ariston Darmayuda28-Feb-06 6:04
Ariston Darmayuda28-Feb-06 6:04 
AnswerRe: Only me can use my assembly ? Pin
darkelv25-Feb-06 20:07
darkelv25-Feb-06 20:07 
GeneralRe: Only me can use my assembly ? Pin
Colin Angus Mackay25-Feb-06 22:24
Colin Angus Mackay25-Feb-06 22:24 
Questioncommunication between to applications Pin
AgeSan23-Feb-06 3:23
AgeSan23-Feb-06 3:23 
QuestionCrystal Reports logon issue. Pin
User 46247822-Feb-06 23:46
User 46247822-Feb-06 23:46 
QuestionDoes the event Collapse in Contextmenu work? Pin
zhu.zheng22-Feb-06 14:50
zhu.zheng22-Feb-06 14:50 
QuestionApplication has generated an exception that could not be handled Pin
mohamed seif22-Feb-06 5:37
mohamed seif22-Feb-06 5:37 
AnswerRe: Application has generated an exception that could not be handled Pin
Douglas Troy22-Feb-06 5:50
Douglas Troy22-Feb-06 5:50 
AnswerRe: Application has generated an exception that could not be handled Pin
Qhalis23-Feb-06 7:19
Qhalis23-Feb-06 7:19 

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.