Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Need help :/
#1
Hey,

Im not experienced with c++. but someone gave me a code that has to be compiled to a .dll

Id realy appreciate if someone can teach me or do it for me. Ill reward you for help.

MAFIA.
Reply

#2
You go install Visual Studio.
You make a new project.
Give it a name.
Make a class. (.cs file)
Put in the code.
Click on Build > Build solution.
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply

#3
(01-11-2013, 23:31)99IRock Wrote: You go install Visual Studio.
You make a new project.
Give it a name.
Make a class. (.cs file)
Put in the code.
Click on Build > Build solution.

No.
It's c++ dumb...
1. Find vc++ somewhere
2. Click "Create new project" and choose what do you need ( win32 console etc, if you need dll library, click on it and choose dynamic or stat. library )
3. You'll see some files as <your projectname>.cpp and stadfx.h
4. Header file is requried
5. Press F7 to compile, F5 to run
6. To see Error box go View > Another > Error box
7. ??????
8. Profit

To create new class click on any folder ( 'Headers' or 'Source' ), it will create two files, something.h and something.cpp
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#4
Lol, I thought he was talking about C#, I readed to fast.
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.