Vampyre Imaging Library Forum

Imaging Category => Help & Questions => Topic started by: Hayo Breinbauer on 25 November 2010, 11:50:22

Title: Eaccess violation when trying LoadGlTexturefromfile
Post by: Hayo Breinbauer on 25 November 2010, 11:50:22
Hi!

I'm just getting started with Vampyre on Free-Pascal on Windows 7.
I'm trying to load a texture for OpenGl, but as soon as I add "LoadGLTextureFromFile" I get an exitcode 217.
If I supress that line everything goes ok (but no texture). I tried to download and compile Demos and examples using LoadGLTextureFromFile but I get the same error.
In the output window I get an "Eaccess violation: access violation" an then lot of numbers I don't understand.

I'm getting really frustrated with this, and really want to use Vampyre for my image managing.
Please help me! (and sorry for the but English),

From Chile,
Hayo Breinbauer
Title: Re: Eaccess violation when trying LoadGlTexturefromfile
Post by: Hayo Breinbauer on 25 November 2010, 11:52:24
Forgot to say that I want to load the image from file for OpenGl texturing!
Don't really know if that's important

Pleas help!
Title: Re: Eaccess violation when trying LoadGlTexturefromfile
Post by: Galfar on 29 November 2010, 03:13:49
What graphic card and drivers are you using? There've been some driver related crashed before.
Could you post a full exception/error info that you get? Line number where the error happens
could help a lot in fixing this.
Or maybe post a source of your project?