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

.NET (Core and Framework)

 
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 
GeneralRe: Managed C++ and VB Pin
mikeh3-Apr-02 2:31
mikeh3-Apr-02 2:31 
Andy:

Thanks for the reply. The problem, as I see it, is that .NET does not know how to resolve the "long*" parameter. It has no problem with the other native C++ types (ie. long, int, etc.). It appears to have problems with pointers to these types. I've verified this by looking at the assembly manifest. It shows pointer syntax for the "long*" parameter. For other parameters that are pointers to CTS types, it shows them as references. The work around appears to be that you can only use CTS types anywhere a pointer to a native C++ type is expected. I'm not sure if this a failing of VB.NET, or, .NET in general.
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 
GeneralUsing IXMLHTTPRequest with .Net Pin
parker_john22-Mar-02 0:13
parker_john22-Mar-02 0:13 

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.