how do you set : "/clr:oldSyntax"

B

bor_kev

Hi !

I tried everywhere in Microsoft Visual Studio 2005 Beta(MVS 2005 Beta)
to put the option "/clr:blush:ldSyntax" but I didn't find it.

How can I add it please?

Sincerely

bor_kev

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
C

Carl Daniel [VC++ MVP]

bor_kev said:
Hi !

I tried everywhere in Microsoft Visual Studio 2005 Beta(MVS 2005 Beta)
to put the option "/clr:blush:ldSyntax" but I didn't find it.

You may have to add it to the compiler command line explicitly. In the
project settings, under C++ settings, there's an Advanced tab where you can
add to the command line - just add /clr:blush:ldSyntax there.

-cd
 
B

bor_kev

Hi!


First of all thank u for your support ;I tried what u said but the
problem is :

-there are several lines in this advanced table (so, which line am i
supposed to choose ?)

- then i add it in the different lines but i got a compilation error
sayin' /clr and EH library are not compatible...

I am quite worried cause i really have to finish it quickly...
I remind u (in case it's the first time u read my message)that i have
to integrate a unmanaged code from Visual C++ .NET 2003 to Visual
Studio 2005 Beta. In addition I would be very glad to modify my
former code as little as possible.
if i could have the contact of somebody who is used to developing
under Microsoft Visual Studio 2005 Beta (MSN contact to debug with
him online) i would be very happy :)

P.S : Don't get me wrong, I really appreciate the help of the previous
man
who answered me and i don't mean at all that he is not
competent :)

I thank u in advance.

Sincerely

bor_kev

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
C

Carl Daniel [VC++ MVP]

bor_kev said:
Hi!


First of all thank u for your support ;I tried what u said but the
problem is :

-there are several lines in this advanced table (so, which line am i
supposed to choose ?)

- then i add it in the different lines but i got a compilation error
sayin' /clr and EH library are not compatible...

You need to compile with /EHa instead of /EHs. You can choose /EHa from
within the normal project options in the IDE (/EHa = 'asynchronous exception
handling').

-cd
 
T

Tim Robinson

bor_kev said:
I tried everywhere in Microsoft Visual Studio 2005 Beta(MVS 2005 Beta)
to put the option "/clr:blush:ldSyntax" but I didn't find it.

How can I add it please?

1. Right-click on a project in the solution explorer
2. On the left, click "General"
3. On the right, under "Common Language Runtime Support", choose "Common
Language Runtime Support, Old Syntax (/clr:blush:ldSyntax)"
 
B

bor_kev

Sorry, but when i do so and i compile,i get this error message :

Command line error D8004 : '/wd' requires an argument.

In addition , i get this message box :

Package 'Common IDE Managed Package' failed to load.

What can i do?

P.S : is there a hot line phone number to debug online with Visual
Studio 2005 Beta expert ?

Sincerely

bor_kev

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top