Jump to content

Recommended Posts

Posted

Use Visual Studio 2005 and solution for Visual Studio 2005, not 2015. The 2015 variant isn't really easy to use.

Posted (edited)
9 hours ago, eressea said:

Utilizar Visual Studio 2005 y la solución de Visual Studio 2005, no 2015. La variante 2015 no es muy fácil de usar.

Disculpa mi inisistencia y mi falta de conocimientos pero esto empezando en VB y gracias por tu ayuda y rapidas respuestas.

ESTE ES EL ERROR EN VB2005:59d1cf7e7f7d5_serverport.thumb.jpg.e7bff1b235f71de80f430e0f1a2b5d2b.jpg
el proyecto consta en su totalidad de configuraciones que necesitan soporte para plataforma que no estan instalafas en este equipo . el proyecto no se puede cargar.

Edited by lordeze
Posted (edited)
2 minutes ago, lordeze said:

Disculpa mi inisistencia y mi falta de conocimientos pero esto empezando en VB y gracias por tu ayuda y rapidas respuestas.

ESTE ES EL ERROR EN VB2005:
el proyecto consta en su totalidad de configuraciones que necesitan soporte para plataforma que no estan instalafas en este equipo . el proyecto no se puede cargar.

You need Visual Studio 2015 2005 with 64bit support and Service Pack 1

Edited by eressea
Posted

thanks again already almost jajaj but now I have compilation error. thanks for all the help.

Generation log
 
Compilation Version: Project started: MyExt64, Configuration: Release | x64


Command lines
 
Creating temporary file "d: \ l2shrine-extender-public-8690f2aa668a \ l2shrine-extender-public-8690f2aa668a \ MyExt64 \ x64 \ Release \ RSP000007198015996.rsp" with content
[
/ O2 / I "d: \ l2shrine-extender-public-8690f2aa668a \ l2shrine-extender-public-8690f2aa668a \ MyExt64 \\" / D "_WINDLL" / D "_UNICODE" / D "UNICODE" / FD / EHsc / MT / Fo "x64 \ Release \\" /Fd"x64\Release\vc80.pdb "/ c / TP". \ Server \ L2SkillFunc.cpp "

". \ Server \ CSkillOperateCondition_op_check_abnormal.cpp"

". \ Server \ CSkillEffect_t_hp.cpp"
]
Creating command line "cl.exe @" d: \ l2shrine-extender-public-8690f2aa668a \ l2shrine-extender-public-8690f2aa668a \ MyExt64 \ x64 \ Release \ RSP000007198015996.rsp "/ nologo / errorReport: prompt"
Creating temporary file "d: \ l2shrine-extender-public-8690f2aa668a \ l2shrine-extender-public-8690f2aa668a \ MyExt64 \ x64 \ Release \ RSP000008198015996.rsp" with content
[
/ O2 / I "d: \ l2shrine-extender-public-8690f2aa668a \ l2shrine-extender-public-8690f2aa668a \ MyExt64 \\" / D "_WINDLL" / D "_UNICODE" / D "UNICODE" / FD / EHsc / MT / Fo "x64 \ Release \ CNPC1.obj" /Fd"x64\Release\vc80.pdb "/ c / TP". \ NPCd \ CNPC.cpp "
]
Creating command line "cl.exe @" d: \ l2shrine-extender-public-8690f2aa668a \ l2shrine-extender-public-8690f2aa668a \ MyExt64 \ x64 \ Release \ RSP000008198015996.rsp "/ nologo / errorReport: prompt"
Creating temporary file "d: \ l2shrine-extender-public-8690f2aa668a \ l2shrine-extender-public-8690f2aa668a \ MyExt64 \ x64 \ Release \ RSP000009198015996.rsp" with content
[
/ O2 / I "d: \ l2shrine-extender-public-8690f2aa668a \ l2shrine-extender-public-8690f2aa668a \ MyExt64 \\" / D "_WINDLL" / D "_UNICODE" / D "UNICODE" / FD / EHsc / MT / Fo "x64 \ Release \ CCreature1.obj" /Fd"x64\Release\vc80.pdb "/ c / TP". \ NPCd \ CCreature.cpp "
]
Creating command line "cl.exe @" d: \ l2shrine-extender-public-8690f2aa668a \ l2shrine-extender-public-8690f2aa668a \ MyExt64 \ x64 \ Release \ RSP000009198015996.rsp "/ nologo / errorReport: prompt"
Results Window
 
Compiling ...
L2SkillFunc.cpp
(CCreature *, CObject *, const CSkillInfo *, const double, const int, const (const), const (const), const int, const bool) 'a' double (__cdecl *) (CCreature *, CObject *, const CSkillInfo *, double, int, int, bool) '
        None of the functions with this name in the scope match the destination type
(CCreature *, CObject *, const CSkillInfo *, const double, const int, const (const), const (const), const int, const bool) 'a' double (__cdecl *) (CCreature *, CObject *, const CSkillInfo *, double, int, int, bool) '
        None of the functions with this name in the scope match the destination type
(CCreature *, CObject *, const CSkillInfo *, const double, const int, const (const), const (const), const int, const bool) 'a' double (__cdecl *) (CCreature *, CObject *, const CSkillInfo *, double, int, int, bool) '
        None of the functions with this name in the scope match the destination type
CSkillOperateCondition_op_check_abnormal.cpp
(CS_CreateCondition_op_check_abnormal * (__ cdecl *) (const size_t) 'to' CSkillOperateCondition_op_check_abnormal * (__ cdecl *) (size_t) '.
        None of the functions with this name in the scope match the destination type
CSkillEffect_t_hp.cpp
(C: \ Program Files \ CSkillEffect_t_hp.cpp (11): error C2664: 'FnPtr': Can not convert parameter 1 from 'CSkillEffect_t_hp * (__ cdecl *) (const size_t)' to 'CSkillEffect_t_hp * (__ cdecl *) (size_t)'
        None of the functions with this name in the scope match the destination type
Generating code ...
Results
 
The generation record was saved in the "file: // d: \ l2shrine-extender-public-8690f2aa668a \ l2shrine-extender-public-8690f2aa668a \ MyExt64 \ x64 \ Release \ BuildLog.htm"
MyExt64 - 5 errors, 0 warnings

20171002185656.jpg

Posted

I still do not get the compile. I feel that I do not know anything. I do not see the .server.exe nor the npc.exe nor the common .exe ... but I will not give up I must learn. Thanks to your help I have come to this:

 

20171005235552.jpg

Posted
Posted
4 hours ago, solton57010 said:

I am trying to build but i am getting tons of errors C2664 can somebody help?

Screenshot? Do you have VS2005 SP1 installed?

Posted
1 hour ago, eressea said:

Screenshot? Do you have VS2005 SP1 installed?

Yes i hage VS2005 Sp1

Here are the errors

Quote

1>------ Build started: Project: MyExt64, Configuration: Debug x64 ------
1>Compiling...
1>main.cpp
1>.\main.cpp(95) : error C2664: 'LoadLibraryA' : cannot convert parameter 1 from 'const wchar_t *' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\main.cpp(99) : error C2664: 'MessageBoxA' : cannot convert parameter 2 from 'const wchar_t *' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\main.cpp(104) : error C2664: 'MessageBoxA' : cannot convert parameter 2 from 'const wchar_t [5]' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\main.cpp(147) : error C2664: 'wsprintfA' : cannot convert parameter 1 from 'wchar_t [1024]' to 'LPSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\main.cpp(148) : error C2664: 'MessageBoxA' : cannot convert parameter 2 from 'wchar_t [1024]' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>Server.cpp
1>.\Server\Server.cpp(108) : error C2664: 'LoadLibraryA' : cannot convert parameter 1 from 'const wchar_t *' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\Server\Server.cpp(113) : error C2664: 'MessageBoxA' : cannot convert parameter 2 from 'const wchar_t [40]' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\Server\Server.cpp(117) : error C2664: 'MessageBoxA' : cannot convert parameter 2 from 'const wchar_t [18]' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\Server\Server.cpp(347) : error C2664: 'CreateWindowExA' : cannot convert parameter 2 from 'LPCWSTR' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\Server\Server.cpp(355) : error C2664: 'ShellExecuteA' : cannot convert parameter 2 from 'const wchar_t [5]' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\Server\Server.cpp(356) : error C2664: 'ShellExecuteA' : cannot convert parameter 2 from 'const wchar_t [5]' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>EventDrop.cpp
1>.\Server\EventDrop.cpp(30) : error C2664: 'GetPrivateProfileStringA' : cannot convert parameter 1 from 'const wchar_t *' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\Server\EventDrop.cpp(52) : error C2664: 'wsprintfA' : cannot convert parameter 1 from 'wchar_t [64]' to 'LPSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\Server\EventDrop.cpp(55) : error C2664: 'wsprintfA' : cannot convert parameter 1 from 'wchar_t [64]' to 'LPSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>NPCd.cpp
1>.\NPCd\NPCd.cpp(62) : error C2664: 'CreateWindowExA' : cannot convert parameter 2 from 'LPCWSTR' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\NPCd\NPCd.cpp(87) : error C2664: 'ShellExecuteA' : cannot convert parameter 2 from 'const wchar_t [5]' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\NPCd\NPCd.cpp(88) : error C2664: 'ShellExecuteA' : cannot convert parameter 2 from 'const wchar_t [5]' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>Compiler.cpp
1>.\NPCd\Compiler.cpp(19) : error C2664: 'MessageBoxA' : cannot convert parameter 2 from 'const wchar_t [66]' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\NPCd\Compiler.cpp(40) : error C2664: 'wsprintfA' : cannot convert parameter 1 from 'wchar_t [4096]' to 'LPSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\NPCd\Compiler.cpp(42) : error C2664: 'wsprintfA' : cannot convert parameter 1 from 'wchar_t [4096]' to 'LPSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\NPCd\Compiler.cpp(44) : error C2664: 'MessageBoxA' : cannot convert parameter 2 from 'wchar_t [4096]' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>Cached.cpp
1>.\Cached\Cached.cpp(38) : error C2664: 'CreateWindowExA' : cannot convert parameter 2 from 'LPCWSTR' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\Cached\Cached.cpp(46) : error C2664: 'ShellExecuteA' : cannot convert parameter 2 from 'const wchar_t [5]' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\Cached\Cached.cpp(47) : error C2664: 'ShellExecuteA' : cannot convert parameter 2 from 'const wchar_t [5]' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>Utils.cpp
1>.\Common\Utils.cpp(253) : error C2664: 'CreateFileA' : cannot convert parameter 1 from 'const wchar_t *' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>Config.cpp
1>.\Common\Config.cpp(221) : error C2664: 'MessageBoxA' : cannot convert parameter 2 from 'const wchar_t [261]' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\Common\Config.cpp(228) : error C2664: 'GetPrivateProfileStringA' : cannot convert parameter 1 from 'const wchar_t *' to 'LPCSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>Generating Code...
1>Build log was saved at "file://c:\Users\Giannis\Documents\extender-public\MyExt64\x64\Debug\BuildLog.htm"
1>MyExt64 - 27 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • That domainn tho :_D
    • Perfect way to experience L2 without the brutal official grind. The progression here is so much smoother and faster, you get to the fun PvP and epic raids way quicker. The custom stuff keeps it fresh too. Definitely worth diving into!
    • L2-Getwork server highly customized with high-stats https://l2server.eu/ https://discord.gg/SsVhm7R Rates: L2 High Five fully customized Getwork Style with High Stats and Enchant ExP/Sp: 75x (custom) Drop/Spoil: 1x (custom) Safe: 500 Max: 50 000   Enchant System: Normal Scrolls: 93% - fail - decrease enchant by 20 Blessed Scrolls: 96% - fail - decrease enchant by 10   Armor Max Enchant D-Grade: +1000 Max Enchant C-Grade: +2000 Max Enchant B-Grade: +3000 Max Enchant A-Grade: +4000 Max Enchant S-Grade: +5000   Weapons Max Enchant D-Grade: +5000 Max Enchant C-Grade: +10000 Max Enchant B-Grade: +15000 Max Enchant A-Grade: +20000 Max Enchant S-Grade: +25000 - 50000   Fir Tree Branch (Weapon): +100 into Weapons (max 50 000) Fir Tree Branch (Armor): +15 into Armor (max 5000) Road to Dvc Cloak Enchant: +1 into cloak (max +1000) Masks of Spirit/Demon Horns Enchants: +1 into Masks (max +10) Each accessories has different max enchant and chances Daily Missions (.missions) Collections (ALT + B) Gambling System(.gamble) - each pack cost different amount Gamble Points, different items How to get gambling points? - by killing Raid Bosses/Events or Completing Daily Missions. Clan Bonus VIP Bonuses (maximum level 10) Battlepass (maximum level 100) - by killing monsters Rebirth (starting in Parnassus) Everything in ALT+B Master's Buffs - 100 Small Glass Box (1 buff) Farm Zones: Custom Farm Zones: Ruin of Agony (Exp Zone) Underground Coliseum (Safe Exp Zone) DVC,Brigand,Frost are similiar farm zones with same monsters Dvc Brigand Stronghold Frost Lake Parnassus - TOP ZONE some of our features: .gamble,collections,battlepass,talent tree, rebirth        
    • https://www.mediafire.com/file/l905r1sd84hnovf/FileEdit.rar/file
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock