Click here to Skip to main content
15,902,299 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: how to get the primary key for a new row Pin
George L. Jackson28-Aug-07 0:00
George L. Jackson28-Aug-07 0:00 
GeneralRe: how to get the primary key for a new row Pin
Stefan Baens28-Aug-07 1:04
Stefan Baens28-Aug-07 1:04 
GeneralRe: how to get the primary key for a new row Pin
George L. Jackson28-Aug-07 4:14
George L. Jackson28-Aug-07 4:14 
GeneralRe: how to get the primary key for a new row Pin
George L. Jackson28-Aug-07 13:36
George L. Jackson28-Aug-07 13:36 
AnswerRe: how to get the primary key for a new row Pin
led mike28-Aug-07 4:38
led mike28-Aug-07 4:38 
GeneralRe: how to get the primary key for a new row Pin
Stefan Baens29-Aug-07 5:15
Stefan Baens29-Aug-07 5:15 
GeneralRe: how to get the primary key for a new row Pin
led mike29-Aug-07 6:06
led mike29-Aug-07 6:06 
QuestionVisualStudio2003 and .netmodule Pin
sGrabert27-Aug-07 22:11
sGrabert27-Aug-07 22:11 
I'm currently using VisualStudio2003 (and cannot change due to the fact that other team members are using it too).
My current project uses managed code to dynamically link a .NET-DLL into my program, works so far.

The only problem is, that to compile and link this DLL I need a [dllname].netmodule file, which can only be generated with VisualStudio2005.
The file is generated by linking the dll into my project (references) and automatically used when the dll is loaded.

VC2003 does not generate this file automatically, but if it is not present, the DLL cannot be used (access violation).
Using google I found this to be a bug in VC2003 but no appropriate solution.

Is there any way to generate this file with VC2003 (compiler switch, etc.) automatically??

Thx in advance
AnswerRe: VisualStudio2003 and .netmodule Pin
sps-itsec4627-Aug-07 22:44
sps-itsec4627-Aug-07 22:44 
GeneralRe: VisualStudio2003 and .netmodule [modified] Pin
sGrabert28-Aug-07 0:07
sGrabert28-Aug-07 0:07 
QuestionConvert vector to managed array Pin
hansipet27-Aug-07 4:36
hansipet27-Aug-07 4:36 
AnswerRe: Convert vector to managed array Pin
led mike27-Aug-07 5:08
led mike27-Aug-07 5:08 
GeneralRe: Convert vector to managed array Pin
hansipet27-Aug-07 9:01
hansipet27-Aug-07 9:01 
GeneralRe: Convert vector to managed array Pin
George L. Jackson27-Aug-07 10:38
George L. Jackson27-Aug-07 10:38 
QuestionDefault funcations in a class Pin
Nandu_77b27-Aug-07 0:15
Nandu_77b27-Aug-07 0:15 
AnswerRe: Default funcations in a class Pin
George L. Jackson27-Aug-07 10:30
George L. Jackson27-Aug-07 10:30 
Questionhow to use and declare a Vector Pin
aefmaaradji26-Aug-07 13:43
aefmaaradji26-Aug-07 13:43 
AnswerRe: how to use and declare a Vector Pin
George L. Jackson26-Aug-07 15:51
George L. Jackson26-Aug-07 15:51 
Questiondeclaration and use of a buffer (pile TCP/IP) Pin
aefmaaradji26-Aug-07 13:25
aefmaaradji26-Aug-07 13:25 
QuestionSending Native Struct via TCP Pin
tjkrz26-Aug-07 9:02
tjkrz26-Aug-07 9:02 
AnswerRe: Sending Native Struct via TCP Pin
Mark Salsbery26-Aug-07 10:09
Mark Salsbery26-Aug-07 10:09 
Questioncompute the square root of a number without mathematic functions ..... Pin
mr.mohsen26-Aug-07 8:27
mr.mohsen26-Aug-07 8:27 
AnswerRe: compute the square root of a number without mathematic functions ..... Pin
Luc Pattyn26-Aug-07 10:51
sitebuilderLuc Pattyn26-Aug-07 10:51 
GeneralRe: compute the square root of a number without mathematic functions ..... Pin
George L. Jackson27-Aug-07 10:40
George L. Jackson27-Aug-07 10:40 
GeneralRe: compute the square root of a number without mathematic functions ..... Pin
Luc Pattyn27-Aug-07 11:10
sitebuilderLuc Pattyn27-Aug-07 11:10 

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.