473,499 Members | 1,886 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to move vc# code into vc++ .net

hello
i want to use one project which is in vc# and i want to use in vc++ .net. how to do this.
Nov 17 '05 #1
1 1102
Kanaiya wrote:
hello,
i want to use one project which is in vc# and i want to use in
vc++ .net. how to do this.


Re-wire the code. C# and C++ are differentl languages and you con't simply
use C3 as if it were C++.

On the other hand, you can probably turn (much of) the C# code into a
library (DLL) if it isn't already. In that form, you can call that library
code directly from managed C++, so maybe you don't need to do any
re-writing.

-cd
Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

242
13113
by: James Cameron | last post by:
Hi I'm developing a program and the client is worried about future reuse of the code. Say 5, 10, 15 years down the road. This will be a major factor in selecting the development language. Any...
16
4183
by: Jason | last post by:
Hi, I need a way to use random numbers in c++. In my c++ project, when using the mingw compiler I used a mersenne twister that is publicly available and this did its job well. Now I have...
143
7916
by: suri | last post by:
Hello I downloaded glibc and tried looking for the code that implements the sine function i couldnt find the file. i went to the math directory and found math.h.. i guess that needs to be...
0
891
by: Bill Sun | last post by:
Hi, All: I have a VC6 project that using general ADO function. When I using VC .net 2003 compile these project, the error always occurs. It seems that the VC.Net 2003 not support the old ADO...
0
1684
by: Dave Skok | last post by:
Hi All! I need to compile C++ code under Visual Studio .NET 2003 that was originally developed using Borland C++ 5.02. The code uses Borland's container classes and object streaming. Has...
0
827
by: Mynfred | last post by:
Hi, all, I found a strange question about OCX in VB.net, the OCX is crearted by VC++.net, and I put it on the VB.net Form, in OCX, there are many edit box, on the VB.net form, there are many...
1
1049
by: Giap | last post by:
Giap wrote: > *I am writing a program using vc++. Now i need to move the file i > create to other place but i failed to do that. Can anyone pls give me > a hint? * I have fix myself..hehe.. use...
8
1397
by: John H | last post by:
Hi, We have a product that exposes an ole automation compatible interface using vc 6.0 . We have a new requirement to support a 64 bit long as an automation data type. VC 6.0 doesn't appear to...
3
2801
by: vrsathyan | last post by:
Hi.., While executing the following code in purifier.., std::vector<int> vecX; vecX.clear(); int iCount = 0; { int iVal;
0
7007
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7174
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7220
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6894
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7388
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
3099
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3091
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
297
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.