Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
5 registered members (TedMar, AndrewAMD, alibaba, 7th_zorro, 1 invisible), 1,049 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
wmpmdlsdk7 On VC++ 2010 #421032
04/08/13 20:07
04/08/13 20:07
Joined: Nov 2007
Posts: 318
Brasil, Paraná
NeoNeper Offline OP
Senior Member
NeoNeper  Offline OP
Senior Member

Joined: Nov 2007
Posts: 318
Brasil, Paraná
Does anyone know tell me how to run sdk in Visual C++ 2010 Express?

One of several errors equal!


I I include and library files correctly but can not make it work!
1>LoadHMP.obj : error LNK2019: unresolved external symbol "public: bool __thiscall HMP5R::Close(void)" (?Close@HMP5R@@QAE_NXZ) referenced in function "bool __cdecl load_hmp7(char const *,class hmploader &)" (?load_hmp7@@YA_NPBDAAVhmploader@@@Z)


Last edited by NeoNeper; 04/08/13 20:07.

Please! Use easy words to be translated. because my English is not very good! Grateful.
_______________________________________________________
Re: wmpmdlsdk7 On VC++ 2010 [Re: NeoNeper] #421038
04/08/13 20:56
04/08/13 20:56
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
You must link all lib and include files of the SDK, have you done that?

Re: wmpmdlsdk7 On VC++ 2010 [Re: HeelX] #421042
04/08/13 21:45
04/08/13 21:45
Joined: Nov 2007
Posts: 318
Brasil, Paraná
NeoNeper Offline OP
Senior Member
NeoNeper  Offline OP
Senior Member

Joined: Nov 2007
Posts: 318
Brasil, Paraná
New Projetc wit files from folder WmpMdlSdk.
LoadHMP

Includes

Library


Please! Use easy words to be translated. because my English is not very good! Grateful.
_______________________________________________________
Re: wmpmdlsdk7 On VC++ 2010 [Re: NeoNeper] #421058
04/09/13 09:15
04/09/13 09:15
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Have you added adll.lib, hmp5.lib and mdl7.lib as additional dependencies in the Linker-tab? You also need to ignore LIBC.LIB and use Multibyte as charset.

Re: wmpmdlsdk7 On VC++ 2010 [Re: HeelX] #421494
04/18/13 11:41
04/18/13 11:41
Joined: Apr 2013
Posts: 17
Q
qwe Offline
Newbie
qwe  Offline
Newbie
Q

Joined: Apr 2013
Posts: 17
Originally Posted By: HeelX
Have you added adll.lib, hmp5.lib and mdl7.lib as additional dependencies in the Linker-tab? You also need to ignore LIBC.LIB and use Multibyte as charset.

What do you meen by "Multibyte as charset"

Re: wmpmdlsdk7 On VC++ 2010 [Re: qwe] #421497
04/18/13 11:59
04/18/13 11:59
Joined: Feb 2010
Posts: 320
TANA/Madagascar
3dgs_snake Offline
Senior Member
3dgs_snake  Offline
Senior Member

Joined: Feb 2010
Posts: 320
TANA/Madagascar
Hi,

Project properties > Configuration properties > General > Character Set > Use Multi-Byte Character Set.

Re: wmpmdlsdk7 On VC++ 2010 [Re: qwe] #421498
04/18/13 12:02
04/18/13 12:02
Joined: Nov 2007
Posts: 318
Brasil, Paraná
NeoNeper Offline OP
Senior Member
NeoNeper  Offline OP
Senior Member

Joined: Nov 2007
Posts: 318
Brasil, Paraná
Configuration Properties > General > Character SET > Use Multi-Byte Character set

Its?
EDIT:
respond together. LOL (^.^)

Last edited by NeoNeper; 04/18/13 12:04.

Please! Use easy words to be translated. because my English is not very good! Grateful.
_______________________________________________________
Re: wmpmdlsdk7 On VC++ 2010 [Re: NeoNeper] #421507
04/18/13 14:14
04/18/13 14:14
Joined: Apr 2013
Posts: 17
Q
qwe Offline
Newbie
qwe  Offline
Newbie
Q

Joined: Apr 2013
Posts: 17
thanks

Re: wmpmdlsdk7 On VC++ 2010 [Re: qwe] #422499
05/11/13 16:15
05/11/13 16:15
Joined: Nov 2007
Posts: 318
Brasil, Paraná
NeoNeper Offline OP
Senior Member
NeoNeper  Offline OP
Senior Member

Joined: Nov 2007
Posts: 318
Brasil, Paraná
Quote:

Have you added adll.lib, hmp5.lib and mdl7.lib as additional dependencies in the Linker-tab? You also need to ignore LIBC.LIB and use Multibyte as charset.


yes. I already I enabled > Multi-Byte Character.
The adll.lib no exisits in wmpmdlsdk7.zip

when I try to run something after you've done all the steps mentioned above I get several errors.

Code:
1>------ Build started: Project: medwebsdk, Configuration: Debug Win32 ------
1>SaveHMP.obj : error LNK2019: unresolved external symbol "public: bool __thiscall HMP5W::Close(void)" (?Close@HMP5W@@QAE_NXZ) referenced in function "bool __cdecl save_hmp7(char const *,class hmpdata const &)" (?save_hmp7@@YA_NPBDABVhmpdata@@@Z)
1>SaveHMP.obj : error LNK2019: unresolved external symbol "public: bool __thiscall HMP5W::FrameDone(void)" (?FrameDone@HMP5W@@QAE_NXZ) referenced in function "bool __cdecl save_hmp7(char const *,class hmpdata const &)" (?save_hmp7@@YA_NPBDABVhmpdata@@@Z)
1>SaveHMP.obj : error LNK2019: unresolved external symbol "public: bool __thiscall HMP7W::Vertex(short,float,float,float)" (?Vertex@HMP7W@@QAE_NFMMM@Z) referenced in function "bool __cdecl save_hmp7(char const *,class hmpdata const &)" (?save_hmp7@@YA_NPBDABVhmpdata@@@Z)
1>SaveHMP.obj : error LNK2019: unresolved external symbol "public: bool __thiscall HMP5W::Frame(char const *)" (?Frame@HMP5W@@QAE_NPBD@Z) referenced in function "bool __cdecl save_hmp7(char const *,class hmpdata const &)" (?save_hmp7@@YA_NPBDABVhmpdata@@@Z)
1>SaveHMP.obj : error LNK2019: unresolved external symbol "public: virtual void * __thiscall HMP7W::Open(char const *)" (?Open@HMP7W@@UAEPAXPBD@Z) referenced in function "bool __cdecl save_hmp7(char const *,class hmpdata const &)" (?save_hmp7@@YA_NPBDABVhmpdata@@@Z)
1>SaveHMP.obj : error LNK2019: unresolved external symbol "public: __thiscall HMP5W::HMP5W(void)" (??0HMP5W@@QAE@XZ) referenced in function "public: __thiscall HMP7W::HMP7W(void)" (??0HMP7W@@QAE@XZ)
1>SaveHMP.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall HMP5W::~HMP5W(void)" (??1HMP5W@@UAE@XZ) referenced in function "public: virtual __thiscall HMP7W::~HMP7W(void)" (??1HMP7W@@UAE@XZ)
1>SaveHMP.obj : error LNK2019: unresolved external symbol "public: bool __thiscall HMP5W::SkinDone(void)" (?SkinDone@HMP5W@@QAE_NXZ) referenced in function "bool __cdecl save_skins<class HMP7W>(class HMP7W &,class hmpdata const &)" (??$save_skins@VHMP7W@@@@YA_NAAVHMP7W@@ABVhmpdata@@@Z)
1>SaveHMP.obj : error LNK2019: unresolved external symbol "public: bool __thiscall HMP5W::SkinMaterial(int,char const *)" (?SkinMaterial@HMP5W@@QAE_NHPBD@Z) referenced in function "bool __cdecl save_skins<class HMP7W>(class HMP7W &,class hmpdata const &)" (??$save_skins@VHMP7W@@@@YA_NAAVHMP7W@@ABVhmpdata@@@Z)
1>SaveHMP.obj : error LNK2019: unresolved external symbol "public: bool __thiscall HMP5W::SkinMaterial(float const *,float const *,float const *,float const *,float)" (?SkinMaterial@HMP5W@@QAE_NPBM000M@Z) referenced in function "bool __cdecl save_skins<class HMP7W>(class HMP7W &,class hmpdata const &)" (??$save_skins@VHMP7W@@@@YA_NAAVHMP7W@@ABVhmpdata@@@Z)
1>SaveHMP.obj : error LNK2019: unresolved external symbol "public: bool __thiscall HMP5W::SkinBits(unsigned char const *,unsigned char const *,unsigned char const *,unsigned char const *)" (?SkinBits@HMP5W@@QAE_NPBE000@Z) referenced in function "bool __cdecl save_skins<class HMP7W>(class HMP7W &,class hmpdata const &)" (??$save_skins@VHMP7W@@@@YA_NAAVHMP7W@@ABVhmpdata@@@Z)
1>SaveHMP.obj : error LNK2019: unresolved external symbol "public: bool __thiscall HMP5W::SkinSize(int,int,int,bool)" (?SkinSize@HMP5W@@QAE_NHHH_N@Z) referenced in function "bool __cdecl save_skins<class HMP7W>(class HMP7W &,class hmpdata const &)" (??$save_skins@VHMP7W@@@@YA_NAAVHMP7W@@ABVhmpdata@@@Z)
1>SaveHMP.obj : error LNK2019: unresolved external symbol "public: bool __thiscall HMP5W::Skin(unsigned char,char const *)" (?Skin@HMP5W@@QAE_NEPBD@Z) referenced in function "bool __cdecl save_skins<class HMP7W>(class HMP7W &,class hmpdata const &)" (??$save_skins@VHMP7W@@@@YA_NAAVHMP7W@@ABVhmpdata@@@Z)
1>MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
1>c:\users\jus2dessa\documents\visual studio 2010\Projects\medwebsdk\Debug\medwebsdk.exe : fatal error LNK1120: 14 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========



sorry for the delay in responding, I was busy on another project!.


Please! Use easy words to be translated. because my English is not very good! Grateful.
_______________________________________________________
Re: wmpmdlsdk7 On VC++ 2010 [Re: NeoNeper] #422504
05/11/13 18:22
05/11/13 18:22
Joined: Nov 2007
Posts: 318
Brasil, Paraná
NeoNeper Offline OP
Senior Member
NeoNeper  Offline OP
Senior Member

Joined: Nov 2007
Posts: 318
Brasil, Paraná
problem solved!.

Compiling subSystem on CONSOLE and hmp5.lib and mdl7.lib as additional dependencies.

And Disable Pre-Compiling Header for DLL project!.

Its works. Tanks brothers


Last edited by NeoNeper; 05/11/13 21:13.

Please! Use easy words to be translated. because my English is not very good! Grateful.
_______________________________________________________

Moderated by  HeelX, rvL_eXile 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1