Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Won't Build in Express Editions. #154

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use C#.Net, VB.Net or VC++.Net express editions
2. Try to build latest SVN copy.

atlbase.h isn't included in Express editions, and people shouldn't have to
download extra files if it isnt neccessary.

http://www.codeproject.com/KB/wtl/wtlhandle.aspx

Would this work?

Original issue reported on code.google.com by hugo.per...@gmail.com on 26 May 2009 at 4:08

GoogleCodeExporter commented 9 years ago
Error message in C#.Net;

Error   2   Invalid Resx file. Could not find file 'C:\Documents and
Settings\Hugo\Desktop\tibiaapi\tibiaapi\bin\Release\TibiaAPI_Inject.dll'. Line 
123,
position 5. C:\Documents and
Settings\Hugo\Desktop\tibiaapi\tibiaapi\Properties\Resources.resx   123 5   TibiaAPI

VC++.Net;
.\Core.cpp(6) : fatal error C1083: Cannot open include file: 'atlbase.h': No 
such
file or directory

Original comment by hugo.per...@gmail.com on 26 May 2009 at 4:23

GoogleCodeExporter commented 9 years ago
ATLBASE.H
ATLDEF.H
ATLIFACE.H
ATLCONV.H
needed while trying to compile TibiaAPI_Inject.dll

Original comment by m.daniel.garcia@gmail.com on 24 Jun 2009 at 12:17

GoogleCodeExporter commented 9 years ago
i changed the injected dll to use common HANDLE so it shouldnt need any ATL 
files.
stills needs verification.

Original comment by geancarl...@gmail.com on 19 Jul 2009 at 10:56