Kết quả 11 đến 20 của 50
Chủ đề: Source code - Hàm Say version 2
-
10-02-13, 12:53 AM #11
- Ngày tham gia
- May 2009
- Đang ở
- Nơi rất xa
- Bài viết
- 2,479
- Thanks
- 572
- Thanked 1,848 Times in 503 Posts
Ðề: Source code - Hàm Say version 2.
mình làm theo bạn hd rồi
build core ok, nhưng tới khi build s3client thì bị lỗi này
chả hiểu sao up ảnh toàn hình nhỏ xíu ko à
bạn chịu khó vô đây coi hình nha [Only registered and activated users can see links. ]
:\Source JX Full\JX\swrod3\SwordOnline\Sources\S3Client\Ui\UiC ase\UiMsgSelNew.h(21) : error C2061: syntax error : identifier 'KUiNpcSpr'
E:\Source JX Full\JX\swrod3\SwordOnline\Sources\S3Client\Ui\UiC ase\UiMsgSelNew.cpp(27) : error C2511: 'OpenWindow' : overloaded member function 'class KUiMsgSelNew *(struct KUiQuestionAndAnswer *,struct KUiNpcSpr *)' not found in 'KUiMsgSelNew'
E:\Source JX Full\JX\swrod3\SwordOnline\Sources\S3Client\Ui\UiC ase\UiMsgSelNew.h(17) : see declaration of 'KUiMsgSelNew'
Error executing cl.exe.Khách viếng thăm hãy cùng jxvietnam xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
10-02-13, 01:02 AM #12
- Ngày tham gia
- Jun 2007
- Đang ở
- Thiên đường đã lỡ...
- Bài viết
- 217
- Thanks
- 14
- Thanked 183 Times in 73 Posts
Ðề: Source code - Hàm Say version 2.
Bạn chưa khai báo struct KUiNpcSpr trong cái file .h đó. Cụ thể là vầy :
PHP Code:#include "../Elem/WndMessageListBox.h"
#include "../Elem/WndShowAnimate.h"
#include "../Elem/WndScrollBar.h"
#include "../Elem/WndText.h"
#include "../Elem/WndImage.h"
#include "../Elem/UiImage.h"
struct KUiQuestionAndAnswer;
struct KUiNpcSpr; //khai báo đây nè
class KUiMsgSel2 : protected KWndShowAnimate
{
public:
//----界面面板统一的接口函数----
static KUiMsgSel2* OpenWindow(KUiQuestionAndAnswer* pContent, KUiNpcSpr* pImage); //打开窗口,返回唯一的一个类对象实例
static KUiMsgSel2* GetIfVisible();
static void LoadScheme(const char* pScheme); //载入界面方案
static void CloseWindow(bool bDestroy); //关闭窗口
Khách viếng thăm hãy cùng thienthanden2 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
The Following 3 Users Say Thank You to thienthanden2 For This Useful Post:
jxvietnam (10-02-13), satthupro95 (16-02-13), yukite26 (26-03-13)
-
16-05-13, 02:05 PM #13
- Ngày tham gia
- Jun 2012
- Bài viết
- 1,096
- Thanks
- 210
- Thanked 302 Times in 201 Posts
Ðề: Source code - Hàm Say version 2.
Mình xd core tốt ngưng tới s3client thì bị cái này:
Code:UiSoundSetting.cpp GameSpaceChangedNotify.cpp D:\sourceJX\swrod3\SwordOnline\Sources\S3Client\Ui\GameSpaceChangedNotify.cpp(258) : error C2653: 'KUiMsgSel2' : is not a class or namespace name D:\sourceJX\swrod3\SwordOnline\Sources\S3Client\Ui\GameSpaceChangedNotify.cpp(258) : error C2065: 'OpenWindow' : undeclared identifier ShortcutKey.cpp UiBase.cpp UiShell.cpp ChatFilter.cpp FilterTextLib.cpp S3Client.cpp NetConnectAgent.cpp Login.cpp TextCtrlCmd.cpp ErrorCode.cpp Generating Code... Error executing cl.exe. Game.exe - 2 error(s), 0 warning(s)
Khách viếng thăm hãy cùng danghai1993 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
16-05-13, 02:30 PM #14
Ðề: Source code - Hàm Say version 2.
Úp luôn cho ông, mình làm theo anh topic như cũng bị lỗi vậy ai giúp với!!!
À cho em hỏi luôn "Đầu tiên thì các bạn cần thiết lập file ini trong thư mục Ui\UI3\ cho phù hợp với source của các bạn."
Mình đặt file nó tên *.ini vậyLần sửa cuối bởi ngaunachay, ngày 16-05-13 lúc 02:33 PM.
:I'm Newbie :
-
16-05-13, 03:51 PM #15
- Ngày tham gia
- Jun 2007
- Đang ở
- Thiên đường đã lỡ...
- Bài viết
- 217
- Thanks
- 14
- Thanked 183 Times in 73 Posts
Ðề: Source code - Hàm Say version 2.
Các bạn chưa #include UiMsgSel2.h vào đầu file GameSpaceChangedNotify.cpp nên bị lỗi undeclared đó mà.
Còn file ini thì copy của hàm Say cũ và đặt tên gì cũng được hết. Đặt tên gì thì khi load trong source phải đúng cái tên đó (hàm load trong file UiMsgSel2.cpp).Khách viếng thăm hãy cùng thienthanden2 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
The Following 3 Users Say Thank You to thienthanden2 For This Useful Post:
danghai1993 (17-05-13), ngaunachay (16-05-13), satthupro95 (16-05-13)
-
17-05-13, 12:00 AM #16
Ðề: Source code - Hàm Say version 2.
em thêm biến vào sau public: của KPlayer.h nó cứ báo lỗi
C:\AWJX\SwordOnline\Sources\Core\Src\KPlayer.h(271 ) : error C2086: 'm_nImageNpcID' : redefinition
C:\AWJX\SwordOnline\Sources\Core\Src\KPlayer.h(530 ) : error C2086: 'm_nImageNpcID' : redefinition
Và đã #include UiMsgSel2.h vào đầu file GameSpaceChangedNotify.cpp vẫn bị lỗi
C:\AWJX\SwordOnline\Sources\S3Client\Ui\GameSpaceC hangedNotify.cpp(267) : error C2653: 'KUiMsgSel2' : is not a class or namespace name
C:\AWJX\SwordOnline\Sources\S3Client\Ui\GameSpaceC hangedNotify.cpp(267) : error C2065: 'OpenWindow' : undeclared identifier:I'm Newbie :
-
17-05-13, 09:06 AM #17
- Ngày tham gia
- Jun 2007
- Đang ở
- Thiên đường đã lỡ...
- Bài viết
- 217
- Thanks
- 14
- Thanked 183 Times in 73 Posts
Ðề: Source code - Hàm Say version 2.
Khách viếng thăm hãy cùng thienthanden2 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
The Following 2 Users Say Thank You to thienthanden2 For This Useful Post:
danghai1993 (17-05-13), ngaunachay (17-05-13)
-
17-05-13, 02:18 PM #18
Ðề: Source code - Hàm Say version 2.
Add 2 file mới tạo vào project thì bị lỗi này nữa
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(27) : error C2511: 'OpenWindow' : overloaded member function 'class KUiMsgSel2 *(struct KUiQuestionAndAnswer *)' not found in 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.h(17) : see declaration of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(50) : error C2039: 'm_NpcSpr' : is not a member of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.h(17) : see declaration of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(50) : error C2228: left of '.SetImage' must have class/struct/union type
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(52) : error C2039: 'm_NpcSpr' : is not a member of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.h(17) : see declaration of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(52) : error C2228: left of '.GetSize' must have class/struct/union type
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(53) : error C2039: 'm_NpcSpr' : is not a member of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.h(17) : see declaration of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(53) : error C2228: left of '.SetPosition' must have class/struct/union type
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(54) : error C2039: 'm_NpcSpr' : is not a member of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.h(17) : see declaration of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(54) : error C2228: left of '.SetMaxFrame' must have class/struct/union type
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(58) : error C2039: 'm_NpcSpr' : is not a member of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.h(17) : see declaration of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(58) : error C2228: left of '.SetImage' must have class/struct/union type
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(60) : error C2039: 'm_NpcSpr' : is not a member of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.h(17) : see declaration of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(60) : error C2228: left of '.GetSize' must have class/struct/union type
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(61) : error C2039: 'm_NpcSpr' : is not a member of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.h(17) : see declaration of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(61) : error C2228: left of '.SetPosition' must have class/struct/union type
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(62) : error C2039: 'm_NpcSpr' : is not a member of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.h(17) : see declaration of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(62) : error C2228: left of '.SetMaxFrame' must have class/struct/union type
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(124) : error C2039: 'm_NpcSpr' : is not a member of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.h(17) : see declaration of 'KUiMsgSel2'
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(124) : error C2228: left of '.Init' must have class/struct/union type
C:\AWJX\SwordOnline\Sources\S3Client\Ui\UiCase\UiM sgSel2.cpp(268) : error C2228: left of '.NextFrame' must have class/struct/union type
Generating Code...
Error executing cl.exe.
Game.exe - 20 error(s), 0 warning(s)Lần sửa cuối bởi ngaunachay, ngày 17-05-13 lúc 02:32 PM.
:I'm Newbie :
-
17-05-13, 05:48 PM #19
- Ngày tham gia
- Jun 2012
- Bài viết
- 1,096
- Thanks
- 210
- Thanked 302 Times in 201 Posts
Ðề: Source code - Hàm Say version 2.
Sao mình nhấn vào Npc nói chuyện, có tới 2 bảng xuất hiện.
1 bảng là Say bình thường.
1 bảng là Say2 mới làm.
Say2 nằm chồng lên SayKhách viếng thăm hãy cùng danghai1993 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
17-05-13, 06:22 PM #20
Các Chủ đề tương tự
-
[JX] [Develop/Release] Share Full Source Version VC8/vS2005 (EB-Team)
Bởi HeavenGames trong diễn đàn Guides - Kho Lưu trữTrả lời: 46Bài viết cuối: 18-08-21, 03:31 PM -
Có Source code hải tặc 2 chưa
Bởi kakaknight12 trong diễn đàn Hỏi Đáp/ Yêu CầuTrả lời: 3Bài viết cuối: 18-03-13, 06:06 PM -
[JX] source code mã khóa nhân vật
Bởi hero100 trong diễn đàn Hỏi Đáp/ Yêu CầuTrả lời: 2Bài viết cuối: 18-02-13, 11:51 AM -
[Gunny] [DDTank 3.0] Share Source MySQL Version
Bởi HeavenGames trong diễn đàn ReleasesTrả lời: 3Bài viết cuối: 22-07-12, 09:58 PM -
Share code MUCore™ Engine Version 1.0.6
Bởi vothailam trong diễn đàn SQL Server & WebsiteTrả lời: 8Bài viết cuối: 17-09-11, 12:05 PM