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

C#

 
GeneralRe: About ShutDown in XP Pin
Heath Stewart19-Apr-04 2:17
protectorHeath Stewart19-Apr-04 2:17 
GeneralRe: About ShutDown in XP Pin
lajiyo20-Apr-04 0:37
lajiyo20-Apr-04 0:37 
GeneralRe: About ShutDown in XP Pin
Heath Stewart20-Apr-04 3:55
protectorHeath Stewart20-Apr-04 3:55 
GeneralRe: About ShutDown in XP Pin
lajiyo21-Apr-04 5:14
lajiyo21-Apr-04 5:14 
GeneralRe: About ShutDown in XP Pin
Heath Stewart21-Apr-04 6:46
protectorHeath Stewart21-Apr-04 6:46 
GeneralAccessing C++ classes from within C# .NET Pin
Vini Deep14-Apr-04 22:53
Vini Deep14-Apr-04 22:53 
GeneralRe: Accessing C++ classes from within C# .NET Pin
lajiyo14-Apr-04 23:10
lajiyo14-Apr-04 23:10 
GeneralRe: Accessing C++ classes from within C# .NET Pin
Vini Deep14-Apr-04 23:24
Vini Deep14-Apr-04 23:24 
lajiyo wrote:
I think you can modify the dll if you have the source code.
you can modify the functions which you want to dllimport.
for example you can do "export c mapImage()"


The mapImage() function is a member function of a class and the class is already declared as '__declspec(dllexport)'. But to access the class in my Client, I have created a class derived from 'IDisposable' and declared a member 'private IntPtr inst' to get the access to the exported class. Then the calling convention i need to use is 'ThisCall', isn't? How to remove the exception?

Hope you meant extern "C" or is it 'export c' ? Confused | :confused:

Vini
GeneralRe: Accessing C++ classes from within C# .NET Pin
Andy Wieberneit15-Apr-04 3:27
Andy Wieberneit15-Apr-04 3:27 
Generaldatagrid hide rowheader Pin
robmays14-Apr-04 22:43
robmays14-Apr-04 22:43 
GeneralRe: datagrid hide rowheader Pin
Heath Stewart15-Apr-04 4:20
protectorHeath Stewart15-Apr-04 4:20 
GeneralRe: datagrid hide rowheader Pin
robmays15-Apr-04 4:59
robmays15-Apr-04 4:59 
GeneralRe: datagrid hide rowheader Pin
Heath Stewart15-Apr-04 5:04
protectorHeath Stewart15-Apr-04 5:04 
GeneralRe: datagrid hide rowheader Pin
robmays15-Apr-04 7:37
robmays15-Apr-04 7:37 
QuestionHow to set the string for cell(rowNumber, colNumber) Pin
DucLinh14-Apr-04 21:50
DucLinh14-Apr-04 21:50 
AnswerRe: How to set the string for cell(rowNumber, colNumber) Pin
Heath Stewart15-Apr-04 4:17
protectorHeath Stewart15-Apr-04 4:17 
GeneralDLL integration Pin
student666914-Apr-04 21:35
student666914-Apr-04 21:35 
GeneralRe: DLL integration Pin
lajiyo14-Apr-04 22:56
lajiyo14-Apr-04 22:56 
GeneralRe: DLL integration Pin
Andy Wieberneit15-Apr-04 3:39
Andy Wieberneit15-Apr-04 3:39 
GeneralRe: DLL integration Pin
Heath Stewart15-Apr-04 4:16
protectorHeath Stewart15-Apr-04 4:16 
QuestionHow to customize PrintPreviewDialog in C# Pin
sachinkalse14-Apr-04 20:45
sachinkalse14-Apr-04 20:45 
AnswerRe: How to customize PrintPreviewDialog in C# Pin
Heath Stewart15-Apr-04 4:13
protectorHeath Stewart15-Apr-04 4:13 
GeneralRe: How to customize PrintPreviewDialog in C# Pin
sachinkalse26-Apr-04 20:45
sachinkalse26-Apr-04 20:45 
GeneralRe: How to customize PrintPreviewDialog in C# Pin
Heath Stewart27-Apr-04 2:50
protectorHeath Stewart27-Apr-04 2:50 
GeneralPrint Preview & Print Pin
Anh_Tuan14-Apr-04 19:29
Anh_Tuan14-Apr-04 19:29 

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.