Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ako

Pages: [1]
1
Graphics / Isometric projection?
« on: July 16, 2009, 01:34:17 pm »
Thanks for the answers.
So I shall just use proper rotated sprites instead of a custom 3D scene (with triangle strips)? :o

EDIT:
Ok, that actually works fine, thanks again ;)
http://www.bilder-hochladen.net/files/bq9q-3-jpg.html

2
Graphics / Isometric projection?
« on: July 16, 2009, 10:35:33 am »
Hello!

Does SFML 1.5 support an isometric tile view? Or will >1.5 do? Or will I have to code this on my own?
I haven't a lot of knowledge about OpenGL and 3D stuff so I'm hoping that SFML helps a little...

Thanks a lot in advance!
Greets

3
Feature requests / FTP/HTTP Classes - Progress Callback
« on: December 02, 2008, 09:12:05 pm »
Yay!
Sorry...

4
Feature requests / FTP/HTTP Classes - Progress Callback
« on: December 02, 2008, 08:13:03 am »
Hey!

What about a progress callback like the IBindStatusCallback of URLDownloadToFile() (WinAPI URL Monikers)?
Would like to see the percentage of progress for example...

5
Graphics / Position of SubRect of a Sprite...
« on: June 19, 2008, 01:25:47 pm »
Okay thanks!
Greets

6
Graphics / Position of SubRect of a Sprite...
« on: June 19, 2008, 12:31:40 pm »
Put what in view space? The sprite? So I must translate/rotate/scale it, even if I don't want to? Isn't it in the default view space?

How to convert the mouse position to view space? And can I use the Contains() method then anyway?

I'm a very newb to this sorry :-/

Thanks!
Greets

7
Graphics / Position of SubRect of a Sprite...
« on: June 19, 2008, 10:38:44 am »
Hey!

When I change the position of a sprite, the position of the subrect of it will not be changed, right?
Thats too bad because I want to check if the cursor is above the sprite with mySprite->GetSubRect().Contains(mousePosX, mousePosY)...

But the subrect-position is always 0, 0, ....
So I have to change the subrect whenever I change the sprite position?

Thanks!
Greets

8
General / This application has failed to start because the application
« on: February 20, 2008, 07:46:29 am »
But what is the right way?
"Multi-Threaded (Debug)" or "Multi-Threaded (Debug) DLL"?

I mean, shall I get rid of the error message or of the linker errors?
For what to search on google? I am a very newb at this stuff, sorry.

Thanks!
Greets

9
General / This application has failed to start because the application
« on: February 20, 2008, 05:48:43 am »
Laurent?
Can you help maybe?
Will you fix it with the next release?

Thanks!
Greets

10
General / This application has failed to start because the application
« on: February 13, 2008, 09:55:56 pm »
Thanks, but without success.

Greets

11
General / This application has failed to start because the application
« on: February 13, 2008, 05:11:08 pm »
Unable to start program '...TestConsole1.exe'.

This application has failed to start because the application configuration is incorrect. Review the manifest file for possible errors. Reinstalling the application may fix this problem. For more details, please see the application event log.



This error doesn't occur when having an empty main function, just when I am inserting some sfml code like...

sf::VideoMode Mode = sf::VideoMode::GetMode(0);

No matter if debug build/debug libs or release build/release libs.
My debug setting is "Multi-Threaded Debug DLL" and my release setting is "Multi-Threaded DLL". When I am changing to non-DLL:

Debug:
Code: [Select]

1>MSVCRT.lib(MSVCR90.dll) : error LNK2005: "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z) already defined in LIBCMTD.lib(stdexcpt.obj)
1>MSVCRT.lib(MSVCR90.dll) : error LNK2005: "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) already defined in LIBCMTD.lib(stdexcpt.obj)
1>MSVCRT.lib(MSVCR90.dll) : error LNK2005: "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ) already defined in LIBCMTD.lib(stdexcpt.obj)
1>MSVCRT.lib(MSVCR90.dll) : error LNK2005: "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z) already defined in LIBCMTD.lib(stdexcpt.obj)
1>MSVCRT.lib(ti_inst.obj) : error LNK2005: "private: __thiscall type_info::type_info(class type_info const &)" (??0type_info@@AAE@ABV0@@Z) already defined in LIBCMTD.lib(typinfo.obj)
1>MSVCRT.lib(ti_inst.obj) : error LNK2005: "private: class type_info & __thiscall type_info::operator=(class type_info const &)" (??4type_info@@AAEAAV0@ABV0@@Z) already defined in LIBCMTD.lib(typinfo.obj)
1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library



Release:
Code: [Select]

1>MSVCRT.lib(MSVCR90.dll) : error LNK2005: "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z) already defined in LIBCMT.lib(stdexcpt.obj)
1>MSVCRT.lib(MSVCR90.dll) : error LNK2005: "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) already defined in LIBCMT.lib(stdexcpt.obj)
1>MSVCRT.lib(MSVCR90.dll) : error LNK2005: "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ) already defined in LIBCMT.lib(stdexcpt.obj)
1>MSVCRT.lib(MSVCR90.dll) : error LNK2005: __invalid_parameter_noinfo already defined in LIBCMT.lib(invarg.obj)
1>MSVCRT.lib(MSVCR90.dll) : error LNK2005: "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z) already defined in LIBCMT.lib(stdexcpt.obj)
1>MSVCRT.lib(ti_inst.obj) : error LNK2005: "private: __thiscall type_info::type_info(class type_info const &)" (??0type_info@@AAE@ABV0@@Z) already defined in LIBCMT.lib(typinfo.obj)
1>MSVCRT.lib(ti_inst.obj) : error LNK2005: "private: class type_info & __thiscall type_info::operator=(class type_info const &)" (??4type_info@@AAEAAV0@ABV0@@Z) already defined in LIBCMT.lib(typinfo.obj)
1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library



I don't know about manifest files, but these are mine (After a build with DLL runtime):

Debug (...embed.manifest):
Code: [Select]

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
      </requestedPrivileges>
    </security>
  </trustInfo>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type="win32" name="Microsoft.VC90.DebugCRT" version="9.0.21022.8" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
    </dependentAssembly>
  </dependency>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type="win32" name="Microsoft.VC90.CRT" version="9.0.20706.1" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
    </dependentAssembly>
  </dependency>
</assembly>



Debug (...intermediate.manifest):
Code: [Select]

<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel level='asInvoker' uiAccess='false' />
      </requestedPrivileges>
    </security>
  </trustInfo>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type='win32' name='Microsoft.VC90.DebugCRT' version='9.0.21022.8' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
    </dependentAssembly>
  </dependency>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type='win32' name='Microsoft.VC90.CRT' version='9.0.20706.1' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
    </dependentAssembly>
  </dependency>
</assembly>



Release (...intermediate.manifest):
Code: [Select]

<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel level='asInvoker' uiAccess='false' />
      </requestedPrivileges>
    </security>
  </trustInfo>
</assembly>



 :?

Thanks!
Greets

12
General / This application has failed to start because the application
« on: February 13, 2008, 07:31:51 am »
Yea...

13
General / This application has failed to start because the application
« on: February 12, 2008, 06:09:21 pm »
But I've just created a new project  :(

14
General / This application has failed to start because the application
« on: February 12, 2008, 03:35:48 am »
Hey!

I am getting this error when trying to run the application with some tutorial code:

This application has failed to start because the application configuration is incorrect

Doesn't matter if release or debug build.

VC++ 2008 Express
Linked like tutorial said...
Settings like tutorial said...

Thanks!
Greets

Pages: [1]