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

.NET (Core and Framework)

 
GeneralRe: win 98/me Pin
Mazdak29-Mar-02 9:48
Mazdak29-Mar-02 9:48 
GeneralRe: win 98/me Pin
James T. Johnson29-Mar-02 9:51
James T. Johnson29-Mar-02 9:51 
GeneralRe: win 98/me Pin
Andy Smith2-Apr-02 21:16
Andy Smith2-Apr-02 21:16 
GeneralRectangle Pin
Neil Van Note28-Mar-02 19:59
Neil Van Note28-Mar-02 19:59 
GeneralRe: Rectangle Pin
James T. Johnson28-Mar-02 20:23
James T. Johnson28-Mar-02 20:23 
GeneralRe: Rectangle Pin
Neil Van Note29-Mar-02 7:14
Neil Van Note29-Mar-02 7:14 
GeneralManaged C++ and VB Pin
mikeh28-Mar-02 2:36
mikeh28-Mar-02 2:36 
GeneralRe: Managed C++ and VB Pin
Andy Smith2-Apr-02 21:09
Andy Smith2-Apr-02 21:09 
i'm going to assume you mean vb.net

i'm no c++ guy or vb.net guy ( c# is my cup of tea ), but i'm thinking it is because c++'s "long" is not marshaling correctly over to the managed/clr world. what is a "long"? Int32? Int64?
Since it is a pointer to a long... maybe it should be specified as an IntPtr?

But really... if you are planning on making these things public in a managed environment, you should stick to using types which are CTS compliant... and I believe a pointer to a long... isn't Smile | :)
GeneralRe: Managed C++ and VB Pin
mikeh3-Apr-02 2:31
mikeh3-Apr-02 2:31 
GeneralRe: Managed C++ and VB Pin
Andy Smith3-Apr-02 6:15
Andy Smith3-Apr-02 6:15 
General.NET strategy Pin
-Dy26-Mar-02 2:54
-Dy26-Mar-02 2:54 
GeneralRe: .NET strategy Pin
Kevin McFarlane26-Mar-02 7:37
Kevin McFarlane26-Mar-02 7:37 
GeneralRe: .NET strategy Pin
Kevin McFarlane26-Mar-02 8:19
Kevin McFarlane26-Mar-02 8:19 
GeneralWhy .NET Pin
Fred Ackers25-Mar-02 1:59
Fred Ackers25-Mar-02 1:59 
GeneralRe: Why .NET Pin
James T. Johnson25-Mar-02 11:15
James T. Johnson25-Mar-02 11:15 
GeneralRe: Why .NET Pin
Fred Ackers26-Mar-02 12:32
Fred Ackers26-Mar-02 12:32 
GeneralRe: Why .NET Pin
James T. Johnson26-Mar-02 12:40
James T. Johnson26-Mar-02 12:40 
GeneralRe: Why .NET Pin
Fred Ackers26-Mar-02 14:25
Fred Ackers26-Mar-02 14:25 
GeneralRe: Why .NET Pin
1-Apr-02 8:34
suss1-Apr-02 8:34 
QuestionChanging default value of BackColor ? Pin
24-Mar-02 4:14
suss24-Mar-02 4:14 
AnswerRe: Changing default value of BackColor ? Pin
Leesen30-Mar-02 23:10
Leesen30-Mar-02 23:10 
Generalno topic Pin
Mazdak23-Mar-02 21:29
Mazdak23-Mar-02 21:29 
GeneralRe: no topic Pin
David Wengier23-Mar-02 23:48
David Wengier23-Mar-02 23:48 
GeneralRe: no topic Pin
Neil Van Note29-Mar-02 10:25
Neil Van Note29-Mar-02 10:25 
QuestionJust-In-Time Debugging with VC6? Pin
Todd Smith22-Mar-02 6:22
Todd Smith22-Mar-02 6:22 

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.