| View previous topic :: View next topic |
| Author |
Message |
Aviram Grandmaster Cheater
Reputation: 0
Joined: 30 Jun 2006 Posts: 633
|
Posted: Wed Sep 05, 2007 12:32 pm Post subject: [Request]Im new in c++ need help |
|
|
Hello guys,I wanted to know, where can i get include files for my projects in C++? which web, where to search, tried at google nothing that was helpfull
hmm and btw i need those include files
afxwin.h
afxext.h
afxdtctl.h
afxcmn.h
afxmt.h
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Wed Sep 05, 2007 12:35 pm Post subject: |
|
|
| Those are MFC header files, are you using Visual Studio?
|
|
| Back to top |
|
 |
Aviram Grandmaster Cheater
Reputation: 0
Joined: 30 Jun 2006 Posts: 633
|
Posted: Wed Sep 05, 2007 12:37 pm Post subject: |
|
|
| dev-cpp =\
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Wed Sep 05, 2007 12:40 pm Post subject: |
|
|
| So you took that code from someone else?
|
|
| Back to top |
|
 |
zart Master Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 351 Location: russia
|
Posted: Wed Sep 05, 2007 12:46 pm Post subject: |
|
|
As far as I can remember, MFC is only going to be available using MSC++.
Though I know someone will correct me if this has changed.
_________________
0x7A 0x61 0x72 0x74
TEAM RESURRECTiON |
|
| Back to top |
|
 |
Aviram Grandmaster Cheater
Reputation: 0
Joined: 30 Jun 2006 Posts: 633
|
Posted: Wed Sep 05, 2007 12:48 pm Post subject: |
|
|
| I need to use its fuctions, and its an open source :\
|
|
| Back to top |
|
 |
zart Master Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 351 Location: russia
|
Posted: Wed Sep 05, 2007 12:51 pm Post subject: |
|
|
| aviram1994 wrote: | | I need to use its fuctions, and its an open source :\ |
Download an MS express edition, or seek alternative functions (code your own)
Or search for a torrent and get your hands on msc++
_________________
0x7A 0x61 0x72 0x74
TEAM RESURRECTiON |
|
| Back to top |
|
 |
Aviram Grandmaster Cheater
Reputation: 0
Joined: 30 Jun 2006 Posts: 633
|
Posted: Wed Sep 05, 2007 12:52 pm Post subject: |
|
|
| What's MS Express edition?
|
|
| Back to top |
|
 |
zart Master Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 351 Location: russia
|
|
| Back to top |
|
 |
Aviram Grandmaster Cheater
Reputation: 0
Joined: 30 Jun 2006 Posts: 633
|
Posted: Wed Sep 05, 2007 12:57 pm Post subject: |
|
|
| Thanks, and i wanted to ask, How do i get style for my gui? there's no a good soft with menu to create gui for C++ Codes?
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Wed Sep 05, 2007 12:59 pm Post subject: |
|
|
You come from visual basic or delphi, don't you
In C/C++, GUIs are created with code. If you can't handle that, quit now; there are plenty of fake watered down "languages" for people like you.
|
|
| Back to top |
|
 |
zart Master Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 351 Location: russia
|
Posted: Wed Sep 05, 2007 1:01 pm Post subject: |
|
|
| aviram1994 wrote: | | Thanks, and i wanted to ask, How do i get style for my gui? there's no a good soft with menu to create gui for C++ Codes? |
gui toolkit c++
Though I agree with app, you should be able to do most of this yourself.
_________________
0x7A 0x61 0x72 0x74
TEAM RESURRECTiON
Last edited by zart on Wed Sep 05, 2007 1:01 pm; edited 1 time in total |
|
| Back to top |
|
 |
Aviram Grandmaster Cheater
Reputation: 0
Joined: 30 Jun 2006 Posts: 633
|
Posted: Wed Sep 05, 2007 1:01 pm Post subject: |
|
|
I came from delphi but its annoying to get cord for every lil thing :\ I can handle this but i just wondered if theres a choice :\
edit :
ty zart, downloading the Visual C++ Express in 185kb 23/68 mb downloaded already
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Wed Sep 05, 2007 1:11 pm Post subject: |
|
|
i set up my GUI using delphi then just convert it using properties to c++
i just get coords, etc with it
try it
_________________
|
|
| Back to top |
|
 |
Aviram Grandmaster Cheater
Reputation: 0
Joined: 30 Jun 2006 Posts: 633
|
Posted: Wed Sep 05, 2007 1:21 pm Post subject: |
|
|
MS Express edition shows error when i try to compile X_X
1>------ Build started: Project: , Configuration: Debug Win32 ------
1>Compiling...
1>StdAfx.cpp
stdafx.h(15) : fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory
1>Build log was saved at Debug\BuildLog.htm"
1>- 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skip
|
|
| Back to top |
|
 |
|