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

Managed C++/CLI

 
GeneralHelp with type "ref"...... Pin
Qwick Miller16-Jun-05 11:17
Qwick Miller16-Jun-05 11:17 
GeneralRe: Help with type "ref"...... Pin
Christian Graus16-Jun-05 17:44
protectorChristian Graus16-Jun-05 17:44 
GeneralRe: Help with type "ref"...... Pin
Qwick Miller17-Jun-05 13:06
Qwick Miller17-Jun-05 13:06 
GeneralQuestions Pin
Saksida Bojan15-Jun-05 20:23
Saksida Bojan15-Jun-05 20:23 
GeneralRe: Questions Pin
Christian Graus16-Jun-05 17:45
protectorChristian Graus16-Jun-05 17:45 
GeneralRe: Questions Pin
Saksida Bojan16-Jun-05 19:15
Saksida Bojan16-Jun-05 19:15 
GeneralRe: Questions Pin
Christian Graus17-Jun-05 21:19
protectorChristian Graus17-Jun-05 21:19 
GeneralAssembly language using Visual C++ .Net IDE Pin
alexwkobe15-Jun-05 0:33
alexwkobe15-Jun-05 0:33 
Hello everybody,

I'm a newbie to visual studio .net and also in assembly language. However, we have a project requiring low level programming, and decided to use assembly. So I started using PWB of microsoft but I feel awkward using a blue screen (seems like dos old days).

Using Visual C++ .Net, I created an empty project and add an asm file. I used the Custom Build Step and entered C:\masm611\ml.exe /c myfile.asm and compiled the file. It had successfully generated the obj file just like Microsoft PWB. But the problem is I still manually do linking of the obj in command prompt to generate the exe or com files.

Is there a way for visual studio to compile asm and generate the obj, exe/com, map, lst files? If there is how do we do it?

Need help

alex
GeneralRe: Assembly language using Visual C++ .Net IDE Pin
tom_dx17-Jun-05 2:24
tom_dx17-Jun-05 2:24 
GeneralRe: Assembly language using Visual C++ .Net IDE Pin
alexwkobe19-Jun-05 13:47
alexwkobe19-Jun-05 13:47 
QuestionPanel as percentage of main window?? Pin
richiemac14-Jun-05 22:20
richiemac14-Jun-05 22:20 
AnswerRe: Panel as percentage of main window?? Pin
Saksida Bojan15-Jun-05 20:26
Saksida Bojan15-Jun-05 20:26 
Generalscreensaver source code samples Pin
howdyeveryone14-Jun-05 22:12
howdyeveryone14-Jun-05 22:12 
GeneralRe: screensaver source code samples Pin
Christian Graus15-Jun-05 13:50
protectorChristian Graus15-Jun-05 13:50 
GeneralUnicode Support for C++ code Pin
Sree_india14-Jun-05 19:09
Sree_india14-Jun-05 19:09 
GeneralRe: Unicode Support for C++ code Pin
Anonymous17-Jun-05 15:57
Anonymous17-Jun-05 15:57 
Generalcreating windows service application Pin
lagumaster14-Jun-05 10:43
lagumaster14-Jun-05 10:43 
GeneralPorting an application Pin
joseph195014-Jun-05 2:24
joseph195014-Jun-05 2:24 
GeneralRe: Porting an application Pin
Christian Graus14-Jun-05 14:28
protectorChristian Graus14-Jun-05 14:28 
GeneralRe: Porting an application Pin
Anonymous15-Jun-05 2:17
Anonymous15-Jun-05 2:17 
Generalpassing a __nogc array in a method... Pin
bad_muko10-Jun-05 1:54
bad_muko10-Jun-05 1:54 
GeneralRe: passing a __nogc array in a method... Pin
Saksida Bojan15-Jun-05 20:52
Saksida Bojan15-Jun-05 20:52 
GeneralCalling managed c++ dll from MFC app Pin
Roopa Krishnappa9-Jun-05 3:26
Roopa Krishnappa9-Jun-05 3:26 
GeneralRe: Calling managed c++ dll from MFC app Pin
ursus zeta11-Jun-05 11:48
ursus zeta11-Jun-05 11:48 
GeneralHad Another Thought Pin
ursus zeta12-Jun-05 11:12
ursus zeta12-Jun-05 11:12 

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.