Search found 33 matches

by dusti
Thu Oct 16, 2008 1:00 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

There is no path in my config.cfg in the "\Documents\My BZFlag Files\2.0" directory. Can someone say me the line i have to add to specify the data directory? If i change the name of the config.cfg in \Documents\My BZFlag Files\2.0 to config.cfg_bak and i start my bzflag.exe (already compil...
by dusti
Wed Oct 15, 2008 8:06 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

Yes, both is right.
by dusti
Wed Oct 15, 2008 7:41 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

No, i get the error that no fonts were found.
by dusti
Wed Oct 15, 2008 5:51 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

No, that was because parts of the text were deleted.
Well, i postet the codes and the error message at pastebin.
Code 1 is what i found, Code 2 what i changed (just 1 line).
The link is http://pastebin.bzflag.bz/f6f602873
by dusti
Wed Oct 15, 2008 2:49 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

it hasn't worked. I think i found something wrong. I tried to print out the directory that bzflag can't find to control if its really the right directory. I found this code: // initialize font system FontManager &fm = FontManager::instance(); // load fonts from data directory fm.loadAll(Platform...
by dusti
Wed Oct 15, 2008 2:48 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

I think i found something wrong. I tried to print out the directory that bzflag can't find to control if its really the right directory. I found this code: // initialize font system FontManager &fm = FontManager::instance(); // load fonts from data directory fm.loadAll(PlatformFactory::getMedia(...
by dusti
Tue Oct 14, 2008 5:44 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

I'm sure i've just one data folder and he is in the root folder (on the same level as the bzflag.exe and all the other folders like debian, dev-C++, package, plugins, scr, tools and win32).
by dusti
Tue Oct 14, 2008 5:14 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

I did that, but the error still occurs. I set the Command Property to "C:\Users\MyName\Documents\Bzflag Dev\bzflag-2.0.10\bzflag-2.0.10\bzflag.exe" and the working dir to "C:\Users\MyName\Documents\Bzflag Dev\bzflag-2.0.10\bzflag-2.0.10".
by dusti
Tue Oct 14, 2008 4:30 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

I don't know exactly how to set up my project to debug the exe in the root folder. I changed the property "Command" in the "Debugging" pnael in the bzflag propertys. Is that correct? Because that don't work right, i still get the font error.
by dusti
Mon Oct 13, 2008 7:36 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

Thank you, copying the dll from the official bzflag worked. I've now another error message which says that no fonts were found. I searched and found, that i had to copy the data-directory to the folder in which the bzflag.exe is. But the error still occurs. Is there another way to fix the problem. T...
by dusti
Mon Oct 13, 2008 4:18 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

I played around and suddenly it worked fine. I don't know what i did, but thanks to you, who tried to help me! I've now got another error i can't handle with. After bzflag is launched, an error message appears who says: "Die Ordinalszahl 55 wurde in der DLL "zlib1.dll" nicht gefunden&...
by dusti
Sun Oct 12, 2008 5:30 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

In the bzflag docs is a "link" to http://curl.haxx.se/libcurl/. On this page is a downloadlink to http://curl.haxx.se/download.html I downloaded from that page the package named "Win32 - MSVC" for windows32 without SSL. But i also tried a binary and devel-version.
by dusti
Sun Oct 12, 2008 3:21 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

Yes. I tried various variations (but none works), i downloaded different versions of libcurl, tried dozens of combinations of paths and libs.
by dusti
Sun Oct 12, 2008 10:16 am
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

I still have these errors. No one around who can help me?
by dusti
Sun Aug 31, 2008 5:12 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

Thank you. I could reduce the error messages to 15. I didn't knew that i had to add additional library dependencies. For ohters who have the same problem: You have to add these libs to the library dependencies: dinput.lib dxguid.lib ws2_32.lib dsound.lib winmm.lib shell32.lib user32.lib advapi32.lib...
by dusti
Fri Aug 29, 2008 7:53 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

My computer fulfils the requirements. I installed:
Platform SDK
DirectX SDK
libCurl
SDL
by dusti
Fri Aug 29, 2008 7:31 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

I added already all the stuff with curl and SDL. Which librarys do you think i have to link too? I read somewhere that i just have to add the curl and SDl stuff. or is this my mistake?
by dusti
Fri Aug 29, 2008 3:14 pm
Forum: Help: Source Code / Compiling / Development
Topic: Unresolved externals __imp__........
Replies: 36
Views: 12830

Unresolved externals __imp__........

Hi I'm trying to compile BZFlag with Visual C++ 2005 Express edition. I normaly don't work with Visual C++. I got the IDE to compile the code, but it fails when it should link the files with the following error messages: 2>------ Erstellen gestartet: Projekt: bzflag, Konfiguration: Debug Win32 -----...
by dusti
Mon May 05, 2008 1:49 pm
Forum: Bugs and Problems
Topic: Mac OSX, flags don't appear on radar
Replies: 7
Views: 4685

I solved my problem by installing the newest version (2.0.10).
by dusti
Fri May 02, 2008 6:49 am
Forum: General Map Making Discussions
Topic: normal jump high etc
Replies: 4
Views: 3651

Thank you very much! That was the site i searched!
by dusti
Thu May 01, 2008 7:06 pm
Forum: General Map Making Discussions
Topic: normal jump high etc
Replies: 4
Views: 3651

Thats what i asked for, thx! But it isn't the website i mean. I can remember reading about the high at wich shots are fired etc. It was about one single page only about the units.
by dusti
Thu May 01, 2008 8:33 am
Forum: General Map Making Discussions
Topic: normal jump high etc
Replies: 4
Views: 3651

normal jump high etc

A few months ago i read about how high a tank can jump, how high he shoots etc. It was a list of all data you need to make a map with the normal (not modified) server settings. Cause i would make a map i searched for it about 30 minutes but i can't find the website. Does anyone knows a link to such ...
by dusti
Mon Apr 28, 2008 7:20 pm
Forum: Servers: General Discussion
Topic: Server to the server list
Replies: 4
Views: 2706

Hilft dir dieser Link?
by dusti
Mon Apr 28, 2008 6:09 pm
Forum: Bugs and Problems
Topic: Mac OSX, flags don't appear on radar
Replies: 7
Views: 4685

Its an Intel Mac, OS is 10.4.11. I'm sorry, i thought i'd installed the latest BzFlag, but thats not true, its 2.0.8. I don't know why i haven't installed thenewest BZFlag, but i'll try tomorrow wiht the newest.
by dusti
Sun Apr 27, 2008 4:46 pm
Forum: Bugs and Problems
Topic: Mac OSX, flags don't appear on radar
Replies: 7
Views: 4685

I don't thin so, because my lag is "normal": between 50 and 250ms.