r151: Missing x86.h and x86.cpp
Moderator: Graf Zahl
- Gez
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47
r151: Missing x86.h and x86.cpp
I copied those from ZDoom r1147 but it doesn't compile anyway because whines about an unresolved external symbol _realviewheight in tmap.obj.
After regenerating the whole project, I got new and exciting problems, but they've been solved by copying the asm directories from ZDoom into GZDoom's own project tree.
And it seems to work okay now.
After regenerating the whole project, I got new and exciting problems, but they've been solved by copying the asm directories from ZDoom into GZDoom's own project tree.
And it seems to work okay now.
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
- Gez
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47
Updating. It's r151M, disregard the M, the only file that's changed is the vcprj because I had to manually correct the missing dependency.
gzdoom_r151.zip - 1.80MB
gzdoom_r151.zip - 1.80MB
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
Is that the reason why I get this?
I'd like to learn what this kind of error really means so that in future I can fix them on my own. Can you explain to me what to do if an error like this comes up? Does it mean that the VCPRJ file has a missing dependency?
And thanks for your EXE. Do I have permission to upload it to my executable archive online?
Code: Select all
4>Linking...
4>zstrformat.obj : error LNK2019: unresolved external symbol @freedtoa@4 referenced in function "int __fastcall StringFormat::VWorker(int (__fastcall*)(void *,char const *,int),void *,char const *,char *)" (?VWorker@StringFormat@@YIHP6IHPAXPBDH@Z01PAD@Z)
4>zstrformat.obj : error LNK2019: unresolved external symbol @dtoa@28 referenced in function "int __fastcall StringFormat::VWorker(int (__fastcall*)(void *,char const *,int),void *,char const *,char *)" (?VWorker@StringFormat@@YIHP6IHPAXPBDH@Z01PAD@Z)
4>../gzdoom.exe : fatal error LNK1120: 2 unresolved externals
And thanks for your EXE. Do I have permission to upload it to my executable archive online?
Last edited by Nash on Sun Aug 10, 2008 17:49, edited 1 time in total.
- Gez
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
- Gez
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47