Page 1 of 1

LNK1104: cannot open file "stlport_vc6_static.lib"

PostPosted: May 21, 2002 @ 3:34am
by Kzinti

PostPosted: May 21, 2002 @ 6:27pm
by pong

PostPosted: May 21, 2002 @ 6:51pm
by Kzinti
This means that your STLport is not included properly in your include search path. I will remove dependency on <cassert> in the next release (so that STLport is not required for using the library, as opposed to building it).

For now: installing STLport is easy, take a look at the following link:

http://frog.flipcode.com/PocketFrog/install.html

If you have any other question, let me know!

PostPosted: May 22, 2002 @ 7:20pm
by pong
Ok..I can compile "Blit" sample now.
Thank you for your help.

PostPosted: May 22, 2002 @ 11:39pm
by BurningSheep
Did you compile it under VC++ as well? when I do, it creates the window in landscape but also rotates the entire image so it doesn't fit in the window and is displayed sideways

PostPosted: May 23, 2002 @ 6:55am
by Kzinti

PostPosted: May 23, 2002 @ 7:33am
by BurningSheep
Image

I'm (forced) using Windows 98, as you can see the left part of the window just isn't updated and everything is rotated counter clockwise. I read somewhere in the pocketfrog code that some rotate functions only work under NT. But it runs fine when I set the orientation to north and as you can see from the screenshot some rotation function seem to work fine :)
I really need to find my Visual Studio CD, so I can install vc++ on my xp or win2k machine.

PostPosted: May 23, 2002 @ 7:35am
by Kzinti

PostPosted: May 23, 2002 @ 8:27am
by BurningSheep

PostPosted: May 23, 2002 @ 7:09pm
by Kzinti

PostPosted: May 23, 2002 @ 10:40pm
by Johan

PostPosted: May 23, 2002 @ 10:44pm
by Kzinti