-
That did the trick! Great!
Very nice software, btw. I'll have to see if it helps my feeble brain now. Thanks again, and keep up the good work.
BTW, I assume you're going to see a slight download spike--your software was mentioned in an "ask slashdot" post today. -- Paul.
2008-11-23 04:54:45 UTC in Brain Workshop
-
Thanks for the incredible response time!
Alas, that does not seem to have eliminated the error:
Traceback (most recent call last):
File "brainworkshop.pyw", line 744, in
File "pyglet\resource.pyc", line 577, in media
File "pyglet\media\__init__.pyc", line 1386, in load
File "pyglet\media\avbin.pyc", line 247, in __init__
WindowsError: exception: access violation...
2008-11-23 04:21:04 UTC in Brain Workshop
-
Hello!
After installing the program on 64-bit Windows Vista, I get the following error message:
Errors occurred
See the logfile 'C:\Program Files (x86)\Brain Workshop\brainworkshop.exe.log' for details.
Here are the contents of that log file:
Traceback (most recent call last):
File "brainworkshop.pyw", line 744, in
File "pyglet\resource.pyc", line 577, in media...
2008-11-23 04:04:38 UTC in Brain Workshop
-
Fixed in EasyBMP 1.07, due in a couple of weeks. (Yes, I'm finally
resuming development!!! :-) Thanks! -- Paul.
2008-04-27 04:32:48 UTC in EasyBMP Cross-Platform Bitmap Library
-
I have no idea how I missed this.
I'll try to update it soon. Thanks for using EasyBMP. :-) -- Paul.
2008-01-25 21:17:03 UTC in EasyBMP Cross-Platform Bitmap Library
-
Hi, and thank you for your post.
I suspect that you are looking for glut32.dll, part of the GLUT cross-platform library for GUIs for OpenGL. I'd look at the following site:
http://www.xmission.com/~nate/glut.html
Thanks for using EasyBMP -- Paul.
2008-01-25 21:14:39 UTC in EasyBMP Cross-Platform Bitmap Library
-
Thanks for emailing me to follow up.
For those who may be reading this, the solution was to include EasyBMP.cpp in the project.
Thank you for using EasyBMP, and please feel free to open a new support request and/or email me with any additional questions, comments, or concerns.
Best wishes -- Paul.
2007-01-01 23:21:19 UTC in EasyBMP Cross-Platform Bitmap Library
-
From what I can see, EasyBMP.cpp didn't get compiled. That means that the EasyBMP functions are missing for the linker. Is there some way to import those files into your project?
In the meantime, I'll reinstall MSVS on my machine and see what I can dig out. Thanks -- Paul.
2006-12-29 17:50:31 UTC in EasyBMP Cross-Platform Bitmap Library
-
From what I can see, EasyBMP.cpp didn't get compiled. That means that the EasyBMP functions are missing for the linker. Is there some way to import those files into your project?
In the meantime, I'll reinstall MSVS on my machine and see what I can dig out. Thanks -- Paul.
2006-12-29 17:43:31 UTC in EasyBMP Cross-Platform Bitmap Library
-
Try replacing
#include
with
#include "EasyBMP.h"
This is because EasyBMP is probably not in your compiler path. Also, please place all the EasyBMP.* files in the same directory as your project. -- Paul.
2006-12-29 16:27:41 UTC in EasyBMP Cross-Platform Bitmap Library