Phyran Posted March 8, 2005 Report Posted March 8, 2005 studio 6.0 and visual.net is a bit too different -.- http://wiki.minegoboom.com/index.php/MERVBot_Tutorial
Phyran Posted March 9, 2005 Author Report Posted March 9, 2005 Do the instructions not work for .NET?<{POST_SNAPBACK}> visual.net is like a simplified version of studio 6.0not as "ugly"it's kinda confusing >_>; use Dev-C++ O.o?
Phyran Posted March 9, 2005 Author Report Posted March 9, 2005 just use Visual Studio 6 <{POST_SNAPBACK}> its all so weird to me x_Xits like a different language or a english with rural scottish accent
»Maverick Posted March 9, 2005 Report Posted March 9, 2005 well remember Visual Studio 6 = C++ (and other languages), Visual Studio .NET = C# (and other languages). Mervbot = C++ so you better work with Visual Studio 6
Phyran Posted March 9, 2005 Author Report Posted March 9, 2005 just tell me how to do the tutorial in visual.net =____=
Yupa Posted March 9, 2005 Report Posted March 9, 2005 well remember Visual Studio 6 = C++ (and other languages), Visual Studio .NET = C# (and other languages).No...Visual Studio .NET is the natural progression of VS6, it just has C# stuff _ADDED_.
50% Packetloss Posted March 10, 2005 Report Posted March 10, 2005 Instructions for creating a DLL project in VC++ .net: 1. Open the Program2. Click File->New->Project3. Open the Visual C++ Project Folder and Click on Win324. In the right hand side menu, click on Win32 Project and enter a project name and where to place it. Press OK once you got that done.5. A window will open, press on Application Settings on the right. In this window, under Application Type: click on the DLL radio button (dot) then in Additional Options click on Empty Project. Press OK. Now the rest is simple, add the files you need with the project->add existing items and compile. Hope that all works out for you.
»D1st0rt Posted March 11, 2005 Report Posted March 11, 2005 The tutorial package comes with project files for vc++ and dev-cpp
Recommended Posts